Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dwait.h132 void linux_wake_up(wait_queue_head_t *, unsigned int, int, bool);
137 linux_wake_up(wqh, TASK_NORMAL, 1, false)
139 linux_wake_up(wqh, TASK_NORMAL, 0, false)
141 linux_wake_up(wqh, TASK_NORMAL, 1, true)
143 linux_wake_up(wqh, TASK_NORMAL, 0, true)
145 linux_wake_up(wqh, TASK_INTERRUPTIBLE, 1, false)
147 linux_wake_up(wqh, TASK_INTERRUPTIBLE, 0, false)
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_schedule.c274 linux_wake_up(wait_queue_head_t *wqh, unsigned int state, int nr, bool locked) in linux_wake_up() function