Searched refs:linux_prepare_to_wait (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/sys/compat/linuxkpi/common/include/linux/ |
| H A D | wait.h | 156 linux_prepare_to_wait(&(wqh), &__wq, state); \ 280 void linux_prepare_to_wait(wait_queue_head_t *, wait_queue_t *, int); 283 #define prepare_to_wait(wqh, wq, state) linux_prepare_to_wait(wqh, wq, state)
|
| /freebsd-14.2/sys/compat/linuxkpi/common/src/ |
| H A D | linux_schedule.c | 220 linux_prepare_to_wait(wait_queue_head_t *wqh, wait_queue_t *wq, int state) in linux_prepare_to_wait() function
|