Home
last modified time | relevance | path

Searched refs:MAXTSLP (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/kern/
H A Dsys_futex.c243 nsecs = MAX(1, MIN(TIMESPEC_TO_NSEC(&ts), MAXTSLP)); in futex_wait()
H A Dsys_generic.c668 nsecs = MAX(1, MIN(TIMESPEC_TO_NSEC(timeout), MAXTSLP)); in dopselect()
965 nsecs = MAX(1, MIN(TIMESPEC_TO_NSEC(timeout), MAXTSLP)); in doppoll()
H A Dkern_synch.c729 nsecs = MIN(TIMESPEC_TO_NSEC(tsp), MAXTSLP); in thrsleep()
H A Dkern_time.c302 nsecs = MAX(1, MIN(TIMESPEC_TO_NSEC(&request), MAXTSLP)); in sys_nanosleep()
H A Dkern_event.c1451 nsecs = MIN(TIMESPEC_TO_NSEC(tsp), MAXTSLP); in kqueue_sleep()
/openbsd/sys/sys/
H A Dsystm.h268 #define MAXTSLP (UINT64_MAX - 1) macro
/openbsd/sys/net/
H A Dbpf.c735 if (nsec > MAXTSLP) in bpf_set_wtimeout()
971 if (rtout > MAXTSLP) { in bpfioctl()