Searched refs:__wait_event_interruptible_locked (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/include/linux/
H A Dwait.h554 #define __wait_event_interruptible_locked(wq, condition, exclusive, irq) \ macro
609 ? 0 : __wait_event_interruptible_locked(wq, condition, 0, 0))
636 ? 0 : __wait_event_interruptible_locked(wq, condition, 0, 1))
667 ? 0 : __wait_event_interruptible_locked(wq, condition, 1, 0))
698 ? 0 : __wait_event_interruptible_locked(wq, condition, 1, 1))

Completed in 31 milliseconds