Skip to content

Commit 8817270

Browse files
Hakon-Buggepaulmckrcu
authored andcommitted
docs/memory-barriers.txt: Add wait_event_cmd() and wait_event_exclusive_cmd()
Add said functions to Documentation/memory-barriers.txt. Signed-off-by: Håkon Bugge <[email protected]> -- v1 -> v2: * Changed the prosaic part to kernel-doc style and moved it to include/linux/wait.h in another commit Signed-off-by: Paul E. McKenney <[email protected]>
1 parent 19272b3 commit 8817270

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/memory-barriers.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2192,6 +2192,8 @@ interpolate the memory barrier in the right place:
21922192
wait_event_timeout();
21932193
wait_on_bit();
21942194
wait_on_bit_lock();
2195+
wait_event_cmd();
2196+
wait_event_exclusive_cmd();
21952197

21962198

21972199
Secondly, code that performs a wake up normally follows something like this:

0 commit comments

Comments
 (0)