Searched refs:__wait_event_interruptible_locked (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/include/linux/ |
D | wait.h | 567 #define __wait_event_interruptible_locked(wq, condition, exclusive, irq) \ macro 622 ? 0 : __wait_event_interruptible_locked(wq, condition, 0, 0)) 649 ? 0 : __wait_event_interruptible_locked(wq, condition, 0, 1)) 680 ? 0 : __wait_event_interruptible_locked(wq, condition, 1, 0)) 711 ? 0 : __wait_event_interruptible_locked(wq, condition, 1, 1))
|