diff options
author | Umang Jain <umang.jain@ideasonboard.com> | 2024-10-23 16:34:02 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-11-04 00:55:06 +0100 |
commit | 016856c1a54ff44624ee3a7cd3353da1fcf64405 (patch) | |
tree | 3c79da463b1f22bb737fcb5857a4146853a3ce26 /tools/perf/scripts/python/parallel-perf.py | |
parent | 5e12a53902324d810e94f4651be866d3b8d92cfd (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 <umang.jain@ideasonboard.com>
Link: https://lore.kernel.org/r/20241023110406.885199-3-umang.jain@ideasonboard.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions