Lines Matching refs:TASK_INTERRUPTIBLE
201 #define wake_up_interruptible(x) __wake_up(x, TASK_INTERRUPTIBLE, 1, NULL)
202 #define wake_up_interruptible_nr(x, nr) __wake_up(x, TASK_INTERRUPTIBLE, nr, NULL)
203 #define wake_up_interruptible_all(x) __wake_up(x, TASK_INTERRUPTIBLE, 0, NULL)
204 #define wake_up_interruptible_sync(x) __wake_up_sync((x), TASK_INTERRUPTIBLE, 1)
216 __wake_up(x, TASK_INTERRUPTIBLE, 1, poll_to_key(m))
218 __wake_up_sync_key((x), TASK_INTERRUPTIBLE, 1, poll_to_key(m))
230 state == TASK_INTERRUPTIBLE || state == TASK_KILLABLE) \
310 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
369 TASK_INTERRUPTIBLE, 0, timeout, \
424 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
453 TASK_INTERRUPTIBLE, 0, timeout, \
558 TASK_INTERRUPTIBLE); \
563 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \
590 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \
984 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
1058 TASK_INTERRUPTIBLE, 0, timeout, \