diff options
author | Daniel Wagner <[email protected]> | 2016-09-23 10:41:57 +0200 |
---|---|---|
committer | Anna Schumaker <[email protected]> | 2016-09-23 09:48:24 -0400 |
commit | 5690a22d8612e1788b48b4ea53c59868589cd2db (patch) | |
tree | 8b803fc374f4fe5c36f9c3b97c46fde9d7a23202 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 2a446a5d99fe838b8aba2592a4bc88d93d8cebf8 (diff) |
xprtrdma: use complete() instead complete_all()
There is only one waiter for the completion, therefore there
is no need to use complete_all(). Let's make that clear by
using complete() instead of complete_all().
The usage pattern of the completion is:
waiter context waker context
frwr_op_unmap_sync()
reinit_completion()
ib_post_send()
wait_for_completion()
frwr_wc_localinv_wake()
complete()
Signed-off-by: Daniel Wagner <[email protected]>
Cc: Anna Schumaker <[email protected]>
Cc: Trond Myklebust <[email protected]>
Cc: Chuck Lever <[email protected]>
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Anna Schumaker <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions