Searched refs:TASK_INTERRUPTIBLE (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/sys/compat/linuxkpi/common/include/linux/ |
| H A D | wait.h | 137 linux_wake_up(wqh, TASK_INTERRUPTIBLE, 1, false) 139 linux_wake_up(wqh, TASK_INTERRUPTIBLE, 0, false) 192 TASK_INTERRUPTIBLE, NULL); \ 197 TASK_INTERRUPTIBLE, NULL); \ 201 __wait_event_common(wqh, cond, timeout, TASK_INTERRUPTIBLE, \ 213 TASK_INTERRUPTIBLE, NULL); \ 223 TASK_INTERRUPTIBLE, &(lock)); \
|
| H A D | sched.h | 59 #define TASK_INTERRUPTIBLE 0x0001 macro 61 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) 195 set_current_state(TASK_INTERRUPTIBLE); \
|
| /freebsd-14.2/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 | 909 set_current_state(TASK_INTERRUPTIBLE); in taskq_thread() 994 set_current_state(TASK_INTERRUPTIBLE); in taskq_thread()
|
| /freebsd-14.2/sys/compat/linuxkpi/common/src/ |
| H A D | linux_schedule.c | 50 flags = SLEEPQ_SLEEP | ((state & TASK_INTERRUPTIBLE) != 0 ? in linux_add_to_sleepqueue() 58 if ((state & TASK_INTERRUPTIBLE) != 0) { in linux_add_to_sleepqueue() 152 if ((state & TASK_INTERRUPTIBLE) == 0) in linux_signal_pending_state()
|
| /freebsd-14.2/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | thread.h | 40 #define TS_SLEEP TASK_INTERRUPTIBLE
|
| /freebsd-14.2/sys/contrib/dev/mediatek/mt76/ |
| H A D | util.c | 122 set_current_state(TASK_INTERRUPTIBLE); in __mt76_worker_fn()
|
| /freebsd-14.2/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_fmr_pool.c | 195 set_current_state(TASK_INTERRUPTIBLE); in ib_fmr_cleanup_thread()
|
| /freebsd-14.2/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-14.2/sys/dev/netmap/ |
| H A D | netmap_kloop.c | 839 set_current_state(TASK_INTERRUPTIBLE); in netmap_sync_kloop()
|