Searched refs:timevalcmp (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.140.41/bsd/sys/ |
| H A D | time.h | 188 #define timevalcmp(l, r, cmp) timercmp(l, r, cmp) /* freebsd */ macro
|
| /xnu-8020.140.41/bsd/kern/ |
| H A D | kern_time.c | 858 if (timevalcmp(&delta, mininterval, >=) || in ratecheck()
|
| /xnu-8020.140.41/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 1115 if (need_timer == FALSE || timevalcmp(&target, &min_target, <)) { in throttle_timer_start() 1120 if (timevalcmp(&info->throttle_min_timer_deadline, &now, >)) { in throttle_timer_start() 1121 if (timevalcmp(&info->throttle_min_timer_deadline, &min_target, >)) { in throttle_timer_start()
|
| /xnu-8020.140.41/bsd/netinet/ |
| H A D | tcp_subr.c | 3560 if (timevalcmp(&now, &tv, >)) { in calculate_tcp_clock() 3563 if (timevalcmp(&tcp_uptime, &now, >=)) { in calculate_tcp_clock()
|
| /xnu-8020.140.41/bsd/nfs/ |
| H A D | nfs4_vnops.c | 3353 if (timevalcmp(&nlop->nlo_pid_start, &ptv, ==)) { in nfs_lock_owner_find() 8483 timevalcmp(&anp->n_lastio, &now, <)) { in nfs4_named_attr_get()
|