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