Searched refs:timespeccmp (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/x86/iommu/ |
| H A D | intel_dmar.h | 437 if (!forever && timespeccmp(&last, &curr, <)) { \
|
| /f-stack/freebsd/sys/ |
| H A D | time.h | 372 #define timespeccmp(tvp, uvp, cmp) \ macro
|
| /f-stack/freebsd/kern/ |
| H A D | kern_time.c | 1618 if (timespeccmp(&cts, &it->it_time.it_value, >=)) { in realtimer_expire() 1623 while (timespeccmp(&cts, &it->it_time.it_value, >=)) { in realtimer_expire()
|
| H A D | kern_linker.c | 1939 if (result && timespeccmp(&mattr.va_mtime, &vattr.va_mtime, >)) in linker_hints_lookup()
|
| H A D | kern_sig.c | 1314 if (timespeccmp(&rts, &ets, >=)) { in kern_sigtimedwait()
|
| H A D | kern_umtx.c | 788 if (timespeccmp(&timo->end, &timo->cur, <=)) in abs_timeout_gethz()
|
| H A D | vfs_syscalls.c | 3136 timespeccmp(&ts[1], &vattr.va_birthtime, < )) in setutimes()
|