Searched refs:TASK_INTERRUPTIBLE (Results 1 – 4 of 4) sorted by relevance
/include/linux/ |
D | wait.h | 159 #define wake_up_interruptible(x) __wake_up(x, TASK_INTERRUPTIBLE, 1, NULL) 160 #define wake_up_interruptible_nr(x, nr) __wake_up(x, TASK_INTERRUPTIBLE, nr, NULL) 161 #define wake_up_interruptible_all(x) __wake_up(x, TASK_INTERRUPTIBLE, 0, NULL) 162 #define wake_up_interruptible_sync(x) __wake_up_sync((x), TASK_INTERRUPTIBLE, 1) 172 __wake_up(x, TASK_INTERRUPTIBLE, 1, (void *) (m)) 174 __wake_up_sync_key((x), TASK_INTERRUPTIBLE, 1, (void *) (m)) 255 prepare_to_wait(&wq, &__wait, TASK_INTERRUPTIBLE); \ 296 prepare_to_wait(&wq, &__wait, TASK_INTERRUPTIBLE); \ 357 if (state == TASK_INTERRUPTIBLE && \ 421 TASK_INTERRUPTIBLE); \ [all …]
|
D | sched.h | 143 #define TASK_INTERRUPTIBLE 1 macro 168 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) 172 #define TASK_REPORT (TASK_RUNNING | TASK_INTERRUPTIBLE | \ 2431 if (!(state & (TASK_INTERRUPTIBLE | TASK_WAKEKILL))) in signal_pending_state() 2436 return (state & TASK_INTERRUPTIBLE) || __fatal_signal_pending(p); in signal_pending_state()
|
D | tty.h | 677 prepare_to_wait(&wq, &__wait, TASK_INTERRUPTIBLE); \
|
/include/drm/ |
D | drm_os_linux.h | 100 __set_current_state(TASK_INTERRUPTIBLE); \
|