Searched refs:TASK_INTERRUPTIBLE (Results 1 – 7 of 7) sorted by relevance
| /include/linux/ |
| A D | wait.h | 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))) 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, \ 1072 ___wait_event(wq_head, condition, TASK_INTERRUPTIBLE, 0, 0, \ [all …]
|
| A D | swait.h | 207 ___swait_event(wq, condition, TASK_INTERRUPTIBLE, 0, \ 220 TASK_INTERRUPTIBLE, timeout, \
|
| A D | wait_bit.h | 405 ___wait_var_event(var, condition, TASK_INTERRUPTIBLE, 0, 0, \
|
| A 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/ |
| A D | signal.h | 358 !wake_up_state(task, TASK_INTERRUPTIBLE); in __set_notify_signal() 406 if (!(state & (TASK_INTERRUPTIBLE | TASK_WAKEKILL))) in signal_pending_state() 411 return (state & TASK_INTERRUPTIBLE) || __fatal_signal_pending(p); in signal_pending_state()
|
| /include/trace/events/ |
| A D | sched.h | 255 { TASK_INTERRUPTIBLE, "S" },
|
| /include/net/ |
| A D | sock.h | 1189 TASK_INTERRUPTIBLE, \
|
Completed in 28 milliseconds