aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorUmang Jain <[email protected]>2024-10-23 16:34:02 +0530
committerGreg Kroah-Hartman <[email protected]>2024-11-04 00:55:06 +0100
commit016856c1a54ff44624ee3a7cd3353da1fcf64405 (patch)
tree3c79da463b1f22bb737fcb5857a4146853a3ce26 /tools/perf/scripts/python
parent5e12a53902324d810e94f4651be866d3b8d92cfd (diff)
staging: vchiq_core: Bulk waiter should not piggy back on bulk userdata
Currently, struct bulk_waiter is allocated for VCHIQ_BULK_MODE_BLOCKING bulk transfer and its pointer is assigned to vchiq_bulk->userdata. Avoid this kind of piggybacking and introduce a dedicate 'waiter' member in struct vchiq_bulk. The 'userdata' is meant for VCHIQ_BULK_MODE_CALLBACK mode, to pass user specified parameter to the actual callback function. Signed-off-by: Umang Jain <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions