Home
last modified time | relevance | path

Searched refs:schedule_timeout (Results 1 - 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h198 signed long schedule_timeout(signed long timeout);
199 #define schedule_timeout_uninterruptible(t) schedule_timeout(t)
200 #define schedule_timeout_interruptible(t) schedule_timeout(t)
H A Dsched.h46 #define schedule_timeout(timeout) \ macro
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dadp.c111 signed long schedule_timeout(signed long timeout) in schedule_timeout() function
120 PRINT_ERR("schedule_timeout: wrong timeout\n"); in schedule_timeout()

Completed in 2 milliseconds