| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | iopoll.h | 55 if (timevalcmp(&__now, &__end, >)) \ 85 if (timevalcmp(&__now, &__end, >)) \
|
| /freebsd-13.1/tests/sys/netinet/libalias/ |
| H A D | perf.c | 43 #define timevalcmp(tv, uv, cmp) \ macro 56 if (timevalcmp(now, timeout, >=)) \
|
| /freebsd-13.1/sys/dev/mmc/ |
| H A D | mmc_subr.c | 218 if (timevalcmp(&cur, &end, >)) { in mmc_switch_status()
|
| /freebsd-13.1/sys/kern/ |
| H A D | kern_time.c | 776 if (timevalcmp(&aitv->it_value, &ctv, <)) in kern_getitimer() 860 if (timevalcmp(&oitv->it_value, &ctv, <)) in kern_setitimer() 908 if (timevalcmp(&p->p_realtimer.it_value, &ctv, >=)) in itimer_proc_continue() 968 } while (timevalcmp(&p->p_realtimer.it_value, &ctv, <=)); in realitexpire() 1094 if (timevalcmp(&delta, mininterval, >=) || in ratecheck()
|
| H A D | tty_ttydisc.c | 253 if (timevalcmp(&now, &end, >)) in ttydisc_read_raw_read_timer()
|
| /freebsd-13.1/sys/netinet/ |
| H A D | ip_carp.c | 738 if (timevalcmp(&sc_tv, &ch_tv, >) || in carp_input_c() 739 timevalcmp(&sc_tv, &ch_tv, ==)) { in carp_input_c() 752 if (V_carp_preempt && timevalcmp(&sc_tv, &ch_tv, <)) { in carp_input_c() 764 if (timevalcmp(&sc_tv, &ch_tv, <)) { in carp_input_c()
|
| H A D | sctp_timer.c | 626 if (timevalcmp(&now, &chk->rec.data.timetodrop, >)) { in sctp_mark_all_for_resend()
|
| H A D | ip_mroute.c | 1737 #define BW_TIMEVALCMP(tvp, uvp, cmp) timevalcmp((tvp), (uvp), cmp)
|
| H A D | sctp_indata.c | 3356 if (timevalcmp(&now, &tp1->rec.data.timetodrop, >)) { in sctp_strike_gap_ack_chunks() 3797 if (timevalcmp(&now, &tp1->rec.data.timetodrop, >)) { in sctp_try_advance_peer_ack_point()
|
| H A D | sctp_input.c | 2415 if (timevalcmp(&now, &time_entered, <)) { in sctp_handle_cookie_echo() 2425 if (timevalcmp(&now, &time_expires, >)) { in sctp_handle_cookie_echo()
|
| /freebsd-13.1/sys/sys/ |
| H A D | time.h | 414 #define timevalcmp(tvp, uvp, cmp) \ macro
|
| /freebsd-13.1/sys/dev/usb/input/ |
| H A D | atp.c | 1833 if (timevalcmp(&tdiff, &strokep->ctime, >)) { in atp_advance_stroke_state() 2099 timevalcmp(&strokep->ctime, &sc->sc_touch_reap_time, >)) { in atp_convert_to_slide() 2108 if (timevalcmp(&delta, &window, <=)) in atp_convert_to_slide()
|
| /freebsd-13.1/sys/dev/atkbdc/ |
| H A D | psm.c | 3016 timevalcmp(&now, &sc->inputtimeout, >)) { 3725 (timevalcmp(&sc->lastsoftintr, &sc->muxmidtimeout, <=) && 3950 if (timevalcmp(&sc->lastsoftintr, &gest->taptimeout, >) || 4031 timevalcmp(&sc->lastsoftintr, &gest->taptimeout, <=) && 4122 if (timevalcmp(&sc->lastsoftintr, &gest->taptimeout, <=)) { 7431 return (timevalcmp(&tv, now, <));
|
| /freebsd-13.1/sys/geom/vinum/ |
| H A D | geom_vinum_subr.c | 994 if (timevalcmp(a, b, >)) in gv_drive_is_newer()
|
| /freebsd-13.1/sys/geom/raid/ |
| H A D | g_raid.c | 1531 timevalcmp(&vol->v_last_done, &t, < )) in g_raid_worker() 1574 if (timevalcmp(&t, &now, <= )) { in g_raid_worker()
|
| /freebsd-13.1/sys/cam/ |
| H A D | cam_periph.c | 1483 if (timevalcmp(&delta, &duration_tv, <)) { in cam_periph_freeze_after_event()
|
| H A D | cam_xpt.c | 2810 if (timevalcmp(&tar->last_reset, &bus->last_reset, <)) in xpt_action_default()
|
| /freebsd-13.1/sys/netgraph/ |
| H A D | ng_ppp.c | 1930 if (timevalcmp(&age, &ng_ppp_max_staleness, < )) in ng_ppp_frag_checkstale()
|
| /freebsd-13.1/sys/dev/firewire/ |
| H A D | firewire.c | 354 if (timevalcmp(&xfer->tv, &tv, >)) in firewire_xfer_timeout()
|
| /freebsd-13.1/sys/dev/cxgb/ |
| H A D | cxgb_main.c | 2385 if (timevalcmp(&tv, &pi->last_refreshed, <)) in cxgb_refresh_stats()
|
| /freebsd-13.1/sys/dev/cxgbe/ |
| H A D | t4_main.c | 7148 if (timevalcmp(&tv, &vi->last_refreshed, <)) in vi_refresh_stats() 7171 if (timevalcmp(&tv, &vi->last_refreshed, <)) in cxgbe_refresh_stats()
|