Home
last modified time | relevance | path

Searched refs:TASK_INTERRUPTIBLE (Results 1 – 7 of 7) sorted by relevance

/include/linux/
Dwait.h226 #define wake_up_interruptible(x) __wake_up(x, TASK_INTERRUPTIBLE, 1, NULL)
227 #define wake_up_interruptible_nr(x, nr) __wake_up(x, TASK_INTERRUPTIBLE, nr, NULL)
228 #define wake_up_interruptible_all(x) __wake_up(x, TASK_INTERRUPTIBLE, 0, NULL)
229 #define wake_up_interruptible_sync(x) __wake_up_sync((x), TASK_INTERRUPTIBLE)
243 __wake_up(x, TASK_INTERRUPTIBLE, 1, poll_to_key(m))
245 __wake_up_sync_key((x), TASK_INTERRUPTIBLE, poll_to_key(m))
247 __wake_up_locked_sync_key((x), TASK_INTERRUPTIBLE, poll_to_key(m))
284 (state & (TASK_INTERRUPTIBLE | TASK_WAKEKILL)))
364 ___wait_event(wq_head, condition, (TASK_INTERRUPTIBLE|TASK_FREEZABLE), \
423 (TASK_INTERRUPTIBLE|TASK_FREEZABLE), 0, timeout, \
[all …]
Dswait.h207 ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \
220 TASK_INTERRUPTIBLE, timeout, \
Dwait_bit.h309 ___wait_var_event(var, condition, TASK_INTERRUPTIBLE, 0, 0, \
Dsched.h103 #define TASK_INTERRUPTIBLE 0x00000001 macro
139 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE)
142 #define TASK_REPORT (TASK_RUNNING | TASK_INTERRUPTIBLE | \
/include/linux/sched/
Dsignal.h365 !wake_up_state(task, TASK_INTERRUPTIBLE); in __set_notify_signal()
413 if (!(state & (TASK_INTERRUPTIBLE | TASK_WAKEKILL))) in signal_pending_state()
418 return (state & TASK_INTERRUPTIBLE) || __fatal_signal_pending(p); in signal_pending_state()
/include/trace/events/
Dsched.h257 { TASK_INTERRUPTIBLE, "S" },
/include/net/
Dsock.h1174 TASK_INTERRUPTIBLE, \