Searched refs:TASK_INTERRUPTIBLE (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/ |
| HD | wait.h | 136 linux_wake_up(wqh, TASK_INTERRUPTIBLE, 1, false) 138 linux_wake_up(wqh, TASK_INTERRUPTIBLE, 0, false) 191 TASK_INTERRUPTIBLE, NULL); \ 196 TASK_INTERRUPTIBLE, NULL); \ 200 __wait_event_common(wqh, cond, timeout, TASK_INTERRUPTIBLE, \ 212 TASK_INTERRUPTIBLE, NULL); \ 222 TASK_INTERRUPTIBLE, &(lock)); \
|
| HD | sched.h | 55 #define TASK_INTERRUPTIBLE 0x0001 macro 57 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) 168 set_current_state(TASK_INTERRUPTIBLE); \
|
| /freebsd-11-stable/sys/compat/linuxkpi/common/src/ |
| HD | linux_schedule.c | 52 flags = SLEEPQ_SLEEP | ((state & TASK_INTERRUPTIBLE) != 0 ? in linux_add_to_sleepqueue() 60 if ((state & TASK_INTERRUPTIBLE) != 0) { in linux_add_to_sleepqueue() 154 if ((state & TASK_INTERRUPTIBLE) == 0) in linux_signal_pending_state()
|
| /freebsd-11-stable/sys/ofed/drivers/infiniband/core/ |
| HD | ib_fmr_pool.c | 197 set_current_state(TASK_INTERRUPTIBLE); in ib_fmr_cleanup_thread()
|
| /freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/ |
| HD | sdp_zcopy.c | 161 prepare_to_wait(sk->sk_sleep, &wait, TASK_INTERRUPTIBLE); in sdp_wait_rdmardcompl()
|
| /freebsd-11-stable/sys/dev/netmap/ |
| HD | netmap_kloop.c | 840 set_current_state(TASK_INTERRUPTIBLE); in netmap_sync_kloop()
|