Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
HDwait.h124 void linux_wake_up(wait_queue_head_t *, unsigned int, int, bool);
129 linux_wake_up(wqh, TASK_NORMAL, 1, false)
131 linux_wake_up(wqh, TASK_NORMAL, 0, false)
133 linux_wake_up(wqh, TASK_NORMAL, 1, true)
135 linux_wake_up(wqh, TASK_NORMAL, 0, true)
137 linux_wake_up(wqh, TASK_INTERRUPTIBLE, 1, false)
139 linux_wake_up(wqh, TASK_INTERRUPTIBLE, 0, false)
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
HDlinux_schedule.c200 linux_wake_up(wait_queue_head_t *wqh, unsigned int state, int nr, bool locked) in linux_wake_up() function