Lines Matching refs:TASK_INTERRUPTIBLE
228 #define wake_up_interruptible(x) __wake_up(x, TASK_INTERRUPTIBLE, 1, NULL)
229 #define wake_up_interruptible_nr(x, nr) __wake_up(x, TASK_INTERRUPTIBLE, nr, NULL)
230 #define wake_up_interruptible_all(x) __wake_up(x, TASK_INTERRUPTIBLE, 0, NULL)
231 #define wake_up_interruptible_sync(x) __wake_up_sync((x), TASK_INTERRUPTIBLE)
245 __wake_up(x, TASK_INTERRUPTIBLE, 1, poll_to_key(m))
247 __wake_up_sync_key((x), TASK_INTERRUPTIBLE, poll_to_key(m))
249 __wake_up_locked_sync_key((x), TASK_INTERRUPTIBLE, poll_to_key(m))
286 (state & (TASK_INTERRUPTIBLE | TASK_WAKEKILL)))
369 ___wait_event(wq_head, condition, (TASK_INTERRUPTIBLE|TASK_FREEZABLE), \
428 (TASK_INTERRUPTIBLE|TASK_FREEZABLE), 0, timeout, \
483 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
512 TASK_INTERRUPTIBLE, 0, timeout, \
618 TASK_INTERRUPTIBLE); \
623 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \
650 ___wait_event(wq, condition, (TASK_INTERRUPTIBLE|TASK_FREEZABLE), 1, 0,\
1072 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
1181 TASK_INTERRUPTIBLE); \