Lines Matching full:wait
10 #include <linux/wait.h>
94 * Lockdep annotation for wait events.
97 * @lock: The lockdep map corresponding to a wait event
99 * This macro is used to annotate a wait event. In this case a thread acquires
101 * the threads that hold the lock as readers signal the condition for the wait
111 * Protection for the resource/condition of a wait event.
114 * @lock: The lockdep map corresponding to a wait event
116 * Many threads can modify the condition for the wait event at the same time
117 * and signal the threads that block on the wait event. The threads that modify
125 * Used after signaling the condition for a wait event to release the lockdep
142 * Macros for the transaction states wait events, similar to the generic wait