Searched refs:TASK_UNINTERRUPTIBLE (Results 1 – 7 of 7) sorted by relevance
| /freebsd/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 | 183 TASK_UNINTERRUPTIBLE, NULL); \ 187 __wait_event_common(wqh, cond, timeout, TASK_UNINTERRUPTIBLE, \ 232 TASK_UNINTERRUPTIBLE, &(lock)); \
|
| /freebsd/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 | 169 cv_wait_common(cvp, mp, TASK_UNINTERRUPTIBLE, 0); in __cv_wait() 176 cv_wait_common(cvp, mp, TASK_UNINTERRUPTIBLE, 1); in __cv_wait_io() 278 TASK_UNINTERRUPTIBLE, 0)); in __cv_timedwait() 286 TASK_UNINTERRUPTIBLE, 1)); in __cv_timedwait_io() 396 TASK_UNINTERRUPTIBLE)); in cv_timedwait_hires()
|
| H A D | spl-kmem-cache.c | 1007 TASK_UNINTERRUPTIBLE); in spl_cache_grow()
|
| /freebsd/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/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()
|