Lines Matching refs:TASK_INTERRUPTIBLE
227 #define wake_up_interruptible(x) __wake_up(x, TASK_INTERRUPTIBLE, 1, NULL)
228 #define wake_up_interruptible_nr(x, nr) __wake_up(x, TASK_INTERRUPTIBLE, nr, NULL)
229 #define wake_up_interruptible_all(x) __wake_up(x, TASK_INTERRUPTIBLE, 0, NULL)
230 #define wake_up_interruptible_sync(x) __wake_up_sync((x), TASK_INTERRUPTIBLE)
242 __wake_up(x, TASK_INTERRUPTIBLE, 1, poll_to_key(m))
244 __wake_up_sync_key((x), TASK_INTERRUPTIBLE, poll_to_key(m))
246 __wake_up_locked_sync_key((x), TASK_INTERRUPTIBLE, poll_to_key(m))
258 state == TASK_INTERRUPTIBLE || state == TASK_KILLABLE) \
338 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
397 TASK_INTERRUPTIBLE, 0, timeout, \
452 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
481 TASK_INTERRUPTIBLE, 0, timeout, \
586 TASK_INTERRUPTIBLE); \
591 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \
618 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \
1012 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
1121 TASK_INTERRUPTIBLE); \