Searched refs:timevalcmp (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/bsd/sys/ |
| H A D | time.h | 190 #define timevalcmp(l, r, cmp) timercmp(l, r, cmp) /* freebsd */ macro
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_time.c | 906 if (timevalcmp(&delta, mininterval, >=) || in ratecheck()
|
| /xnu-12377.61.12/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 1220 if (need_timer == FALSE || timevalcmp(&target, &min_target, <)) { in throttle_timer_start() 1225 if (timevalcmp(&info->throttle_min_timer_deadline, &now, >)) { in throttle_timer_start() 1226 if (timevalcmp(&info->throttle_min_timer_deadline, &min_target, >)) { in throttle_timer_start()
|