Searched refs:TASK_UNINTERRUPTIBLE (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sys/compat/linuxkpi/common/include/linux/ |
| H A D | sched.h | 60 #define TASK_UNINTERRUPTIBLE 0x0002 macro 61 #define TASK_NORMAL (TASK_INTERRUPTIBLE | TASK_UNINTERRUPTIBLE) 199 set_current_state(TASK_UNINTERRUPTIBLE); \
|
| H A D | wait.h | 182 TASK_UNINTERRUPTIBLE, NULL); \ 186 __wait_event_common(wqh, cond, timeout, TASK_UNINTERRUPTIBLE, \ 231 TASK_UNINTERRUPTIBLE, &(lock)); \
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-err.c | 73 set_current_state(TASK_UNINTERRUPTIBLE); in spl_panic() 108 set_current_state(TASK_UNINTERRUPTIBLE); in vcmn_err()
|
| H A D | spl-condvar.c | 171 cv_wait_common(cvp, mp, TASK_UNINTERRUPTIBLE, 0); in __cv_wait() 178 cv_wait_common(cvp, mp, TASK_UNINTERRUPTIBLE, 1); in __cv_wait_io() 322 TASK_UNINTERRUPTIBLE, 0)); in __cv_timedwait() 330 TASK_UNINTERRUPTIBLE, 1)); in __cv_timedwait_io() 440 TASK_UNINTERRUPTIBLE)); in cv_timedwait_hires()
|
| H A D | spl-kmem-cache.c | 1020 TASK_UNINTERRUPTIBLE); in spl_cache_grow()
|
| /freebsd-14.2/sys/compat/linuxkpi/common/src/ |
| H A D | linux_kthread.c | 96 set_task_state(task, TASK_PARKED | TASK_UNINTERRUPTIBLE); in linux_kthread_parkme() 102 set_task_state(task, TASK_PARKED | TASK_UNINTERRUPTIBLE); in linux_kthread_parkme()
|
| /freebsd-14.2/sys/ofed/drivers/infiniband/ulp/sdp/ |
| H A D | sdp_zcopy.c | 249 prepare_to_wait(sk->sk_sleep, &wait, TASK_UNINTERRUPTIBLE); in sdp_wait_rdma_wr_finished()
|