Searched refs:__wait_event_interruptible_locked (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/include/linux/ |
D | wait.h | 774 #define __wait_event_interruptible_locked(wq, condition, exclusive, fn) \ macro 816 ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr)) 843 ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr_irq)) 874 ? 0 : __wait_event_interruptible_locked(wq, condition, 1, do_wait_intr)) 905 ? 0 : __wait_event_interruptible_locked(wq, condition, 1, do_wait_intr_irq))
|