Lines Matching refs:TASK_INTERRUPTIBLE
217 #define wake_up_interruptible(x) __wake_up(x, TASK_INTERRUPTIBLE, 1, NULL)
218 #define wake_up_interruptible_nr(x, nr) __wake_up(x, TASK_INTERRUPTIBLE, nr, NULL)
219 #define wake_up_interruptible_all(x) __wake_up(x, TASK_INTERRUPTIBLE, 0, NULL)
220 #define wake_up_interruptible_sync(x) __wake_up_sync((x), TASK_INTERRUPTIBLE)
232 __wake_up(x, TASK_INTERRUPTIBLE, 1, poll_to_key(m))
234 __wake_up_sync_key((x), TASK_INTERRUPTIBLE, poll_to_key(m))
236 __wake_up_locked_sync_key((x), TASK_INTERRUPTIBLE, poll_to_key(m))
248 state == TASK_INTERRUPTIBLE || state == TASK_KILLABLE) \
328 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
387 TASK_INTERRUPTIBLE, 0, timeout, \
442 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
471 TASK_INTERRUPTIBLE, 0, timeout, \
576 TASK_INTERRUPTIBLE); \
581 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \
608 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \
1002 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
1111 TASK_INTERRUPTIBLE); \