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