Searched refs:linux_wake_up (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/ |
| HD | wait.h | 124 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/ |
| HD | linux_schedule.c | 200 linux_wake_up(wait_queue_head_t *wqh, unsigned int state, int nr, bool locked) in linux_wake_up() function
|