| commit | 0dff2f10b0296835b565d5dfde91998124f6d15a | [log] [tgz] |
|---|---|---|
| author | Håkon Bugge <haakon.bugge@oracle.com> | Fri Jun 27 12:50:33 2025 +0200 |
| committer | Paul E. McKenney <paulmck@kernel.org> | Tue Jul 08 15:58:45 2025 -0700 |
| tree | 0e2edc55d33c0c8f9160ff2015890dfc0cf4044e | |
| parent | 3f0626b0514ccda56d15995e5bd1d1552f828705 [diff] |
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 <haakon.bugge@oracle.com>
--
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 <paulmck@kernel.org>