Home
last modified time | relevance | path

Searched refs:linux_prepare_to_wait (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dwait.h164 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 Dlinux_schedule.c294 linux_prepare_to_wait(wait_queue_head_t *wqh, wait_queue_t *wq, int state) in linux_prepare_to_wait() function