Home
last modified time | relevance | path

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

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dwait.h314 bool linux_wake_up_state(struct task_struct *, unsigned int);
316 #define wake_up_process(task) linux_wake_up_state(task, TASK_NORMAL)
317 #define wake_up_state(task, state) linux_wake_up_state(task, state)
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_schedule.c471 linux_wake_up_state(struct task_struct *task, unsigned int state) in linux_wake_up_state() function