Searched refs:TASK_INTERRUPTIBLE (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | wait.h | 139 linux_wake_up(wqh, TASK_INTERRUPTIBLE, 1, false) 141 linux_wake_up(wqh, TASK_INTERRUPTIBLE, 0, false) 194 TASK_INTERRUPTIBLE, NULL); \ 199 TASK_INTERRUPTIBLE, NULL); \ 203 __wait_event_common(wqh, cond, timeout, TASK_INTERRUPTIBLE, \ 215 TASK_INTERRUPTIBLE, NULL); \ 225 TASK_INTERRUPTIBLE, &(lock)); \
|
| H A D | sched.h | 55 #define TASK_INTERRUPTIBLE 0x0001 macro 57 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) 175 set_current_state(TASK_INTERRUPTIBLE); \
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-condvar.c | 185 cv_wait_common(cvp, mp, TASK_INTERRUPTIBLE, 1); in __cv_wait_io_sig() 194 cv_wait_common(cvp, mp, TASK_INTERRUPTIBLE, 0); in __cv_wait_sig() 207 cv_wait_common(cvp, mp, TASK_INTERRUPTIBLE, 0); in __cv_wait_idle() 339 rc = __cv_timedwait_common(cvp, mp, exp_time, TASK_INTERRUPTIBLE, 0); in __cv_timedwait_sig() 353 TASK_INTERRUPTIBLE, 0); in __cv_timedwait_idle() 451 TASK_INTERRUPTIBLE); in cv_timedwait_sig_hires() 466 TASK_INTERRUPTIBLE); in cv_timedwait_idle_hires()
|
| H A D | spl-taskq.c | 894 set_current_state(TASK_INTERRUPTIBLE); in taskq_thread() 984 set_current_state(TASK_INTERRUPTIBLE); in taskq_thread()
|
| /freebsd-13.1/sys/compat/linuxkpi/common/src/ |
| H A D | 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-13.1/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | thread.h | 40 #define TS_SLEEP TASK_INTERRUPTIBLE
|
| /freebsd-13.1/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_fmr_pool.c | 197 set_current_state(TASK_INTERRUPTIBLE); in ib_fmr_cleanup_thread()
|
| /freebsd-13.1/sys/ofed/drivers/infiniband/ulp/sdp/ |
| H A D | sdp_zcopy.c | 163 prepare_to_wait(sk->sk_sleep, &wait, TASK_INTERRUPTIBLE); in sdp_wait_rdmardcompl()
|
| /freebsd-13.1/sys/dev/netmap/ |
| H A D | netmap_kloop.c | 833 set_current_state(TASK_INTERRUPTIBLE); in netmap_sync_kloop()
|