Searched refs:TASK_INTERRUPTIBLE (Results 1 – 7 of 7) sorted by relevance
| /include/linux/ |
| D | wait.h | 226 #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 …]
|
| D | swait.h | 207 ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \ 220 TASK_INTERRUPTIBLE, timeout, \
|
| D | wait_bit.h | 309 ___wait_var_event(var, condition, TASK_INTERRUPTIBLE, 0, 0, \
|
| D | sched.h | 103 #define TASK_INTERRUPTIBLE 0x00000001 macro 139 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) 142 #define TASK_REPORT (TASK_RUNNING | TASK_INTERRUPTIBLE | \
|
| /include/linux/sched/ |
| D | signal.h | 365 !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/ |
| D | sched.h | 257 { TASK_INTERRUPTIBLE, "S" },
|
| /include/net/ |
| D | sock.h | 1174 TASK_INTERRUPTIBLE, \
|