Searched refs:MAX_SCHEDULE_TIMEOUT (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dwait.h167 if (__timeout != MAX_SCHEDULE_TIMEOUT) { \
183 (void) __wait_event_common(wqh, cond, MAX_SCHEDULE_TIMEOUT, \
193 __wait_event_common(wqh, cond, MAX_SCHEDULE_TIMEOUT, \
198 __wait_event_common(wqh, cond, MAX_SCHEDULE_TIMEOUT, \
214 __ret = __wait_event_common(wqh, cond, MAX_SCHEDULE_TIMEOUT, \
224 __wait_event_common(wqh, cond, MAX_SCHEDULE_TIMEOUT, \
232 __wait_event_common(wqh, cond, MAX_SCHEDULE_TIMEOUT, \
295 linux_wait_on_bit_timeout(word, bit, state, MAX_SCHEDULE_TIMEOUT)
H A Dsched.h52 #define MAX_SCHEDULE_TIMEOUT INT_MAX macro
165 (void)linux_schedule_timeout(MAX_SCHEDULE_TIMEOUT)
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_schedule.c269 else if (timeout == MAX_SCHEDULE_TIMEOUT)
307 else if (timeout == MAX_SCHEDULE_TIMEOUT)
324 return (MAX_SCHEDULE_TIMEOUT);
371 else if (timeout == MAX_SCHEDULE_TIMEOUT)
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_zcopy.c221 if (current_timeo != MAX_SCHEDULE_TIMEOUT &&

Completed in 133 milliseconds