Home
last modified time | relevance | path

Searched defs:wake_up_process (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/vchiq/interface/compat/
H A Dvchi_bsd.c517 wake_up_process(VCHIQ_THREAD_T thr) in wake_up_process() function
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dwait.h308 #define wake_up_process(task) linux_wake_up_state(task, TASK_NORMAL) macro