Searched refs:__wait_event_interruptible_locked (Results 1 – 1 of 1) sorted by relevance
/linux/include/linux/ |
H A D | wait.h | 779 #define __wait_event_interruptible_locked(wq, condition, exclusive, fn) \ macro 821 ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr)) 848 ? 0 : __wait_event_interruptible_locked(wq, condition, 0, do_wait_intr_irq)) 879 ? 0 : __wait_event_interruptible_locked(wq, condition, 1, do_wait_intr)) 910 ? 0 : __wait_event_interruptible_locked(wq, condition, 1, do_wait_intr_irq))
|