Lines Matching refs:TASK_INTERRUPTIBLE
229 #define wake_up_interruptible(x) __wake_up(x, TASK_INTERRUPTIBLE, 1, NULL)
230 #define wake_up_interruptible_nr(x, nr) __wake_up(x, TASK_INTERRUPTIBLE, nr, NULL)
231 #define wake_up_interruptible_all(x) __wake_up(x, TASK_INTERRUPTIBLE, 0, NULL)
232 #define wake_up_interruptible_sync(x) __wake_up_sync((x), TASK_INTERRUPTIBLE)
246 __wake_up(x, TASK_INTERRUPTIBLE, 1, poll_to_key(m))
248 __wake_up_sync_key((x), TASK_INTERRUPTIBLE, poll_to_key(m))
250 __wake_up_locked_sync_key((x), TASK_INTERRUPTIBLE, poll_to_key(m))
287 (state & (TASK_INTERRUPTIBLE | TASK_WAKEKILL)))
367 ___wait_event(wq_head, condition, (TASK_INTERRUPTIBLE|TASK_FREEZABLE), \
426 (TASK_INTERRUPTIBLE|TASK_FREEZABLE), 0, timeout, \
481 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
510 TASK_INTERRUPTIBLE, 0, timeout, \
616 TASK_INTERRUPTIBLE); \
621 ___wait_event(wq, condition, TASK_INTERRUPTIBLE, 1, 0, \
648 ___wait_event(wq, condition, (TASK_INTERRUPTIBLE|TASK_FREEZABLE), 1, 0,\
1070 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \
1179 TASK_INTERRUPTIBLE); \