Home
last modified time | relevance | path

Searched refs:MAX_SCHEDULE_TIMEOUT (Results 1 – 3 of 3) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dsched.h46 #define MAX_SCHEDULE_TIMEOUT UINT_MAX macro
52 (void)linux_schedule_timeout(MAX_SCHEDULE_TIMEOUT)
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_sched.c52 if (timeout > MAX_SCHEDULE_TIMEOUT) { in linux_schedule_timeout()
Dadp.c110 #define MAX_SCHEDULE_TIMEOUT UINT_MAX macro
124 if (timeout > MAX_SCHEDULE_TIMEOUT) { in schedule_timeout()