Searched refs:linux_wake_up (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | wait.h | 123 void linux_wake_up(wait_queue_head_t *, unsigned int, int, bool); 128 linux_wake_up(wqh, TASK_NORMAL, 1, false) 130 linux_wake_up(wqh, TASK_NORMAL, 0, false) 132 linux_wake_up(wqh, TASK_NORMAL, 1, true) 134 linux_wake_up(wqh, TASK_NORMAL, 0, true) 136 linux_wake_up(wqh, TASK_INTERRUPTIBLE, 1, false) 138 linux_wake_up(wqh, TASK_INTERRUPTIBLE, 0, false)
|
| /freebsd-12.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_schedule.c | 202 linux_wake_up(wait_queue_head_t *wqh, unsigned int state, int nr, bool locked) in linux_wake_up() function
|