/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | iopoll.h | 53 if (timevalcmp(&__now, &__end, >)) \ 83 if (timevalcmp(&__now, &__end, >)) \
|
/freebsd/tests/sys/netinet/libalias/ |
H A D | perf.c | 43 #define timevalcmp(tv, uv, cmp) \ macro 56 if (timevalcmp(now, timeout, >=)) \
|
/freebsd/sys/dev/mmc/ |
H A D | mmc_subr.c | 227 if (timevalcmp(&cur, &end, >)) { in mmc_switch_status()
|
/freebsd/sys/kern/ |
H A D | kern_time.c | 772 if (timevalcmp(&aitv->it_value, &ctv, <)) in kern_getitimer() 856 if (timevalcmp(&oitv->it_value, &ctv, <)) in kern_setitimer() 904 if (timevalcmp(&p->p_realtimer.it_value, &ctv, >=)) in itimer_proc_continue() 962 } while (timevalcmp(&p->p_realtimer.it_value, &ctv, <=)); in realitexpire() 1088 if (timevalcmp(&delta, mininterval, >=) || in ratecheck()
|
H A D | tty_ttydisc.c | 336 if (timevalcmp(&now, &end, >)) in ttydisc_read_raw_read_timer()
|
/freebsd/sys/sys/ |
H A D | time.h | 427 #define timevalcmp(tvp, uvp, cmp) \ macro
|
/freebsd/sys/netinet/ |
H A D | ip_carp.c | 901 if (timevalcmp(&sc_tv, &ch_tv, >) || in carp_input_c() 902 timevalcmp(&sc_tv, &ch_tv, ==)) { in carp_input_c() 915 if (V_carp_preempt && timevalcmp(&sc_tv, &ch_tv, <)) { in carp_input_c() 927 if (timevalcmp(&sc_tv, &ch_tv, <)) { in carp_input_c()
|
H A D | sctp_timer.c | 622 if (timevalcmp(&now, &chk->rec.data.timetodrop, >)) { in sctp_mark_all_for_resend()
|
H A D | ip_mroute.c | 1847 #define BW_TIMEVALCMP(tvp, uvp, cmp) timevalcmp((tvp), (uvp), cmp)
|
H A D | sctp_indata.c | 3343 if (timevalcmp(&now, &tp1->rec.data.timetodrop, >)) { in sctp_strike_gap_ack_chunks() 3783 if (timevalcmp(&now, &tp1->rec.data.timetodrop, >)) { in sctp_try_advance_peer_ack_point()
|
H A D | sctp_input.c | 2405 if (timevalcmp(&now, &time_entered, <)) { in sctp_handle_cookie_echo() 2415 if (timevalcmp(&now, &time_expires, >)) { in sctp_handle_cookie_echo()
|
/freebsd/sys/dev/usb/input/ |
H A D | atp.c | 1831 if (timevalcmp(&tdiff, &strokep->ctime, >)) { in atp_advance_stroke_state() 2092 timevalcmp(&strokep->ctime, &sc->sc_touch_reap_time, >)) { in atp_convert_to_slide() 2101 if (timevalcmp(&delta, &window, <=)) in atp_convert_to_slide()
|
/freebsd/sys/dev/atkbdc/ |
H A D | psm.c | 3008 timevalcmp(&now, &sc->inputtimeout, >)) { 3717 (timevalcmp(&sc->lastsoftintr, &sc->muxmidtimeout, <=) && 3942 if (timevalcmp(&sc->lastsoftintr, &gest->taptimeout, >) || 4023 timevalcmp(&sc->lastsoftintr, &gest->taptimeout, <=) && 4114 if (timevalcmp(&sc->lastsoftintr, &gest->taptimeout, <=)) { 7423 return (timevalcmp(&tv, now, <));
|
/freebsd/sys/geom/raid/ |
H A D | g_raid.c | 1527 timevalcmp(&vol->v_last_done, &t, < )) in g_raid_worker() 1570 if (timevalcmp(&t, &now, <= )) { in g_raid_worker()
|
/freebsd/sys/cam/ |
H A D | cam_periph.c | 1514 if (timevalcmp(&delta, &duration_tv, <)) { in cam_periph_freeze_after_event()
|
H A D | cam_xpt.c | 2736 if (timevalcmp(&tar->last_reset, &bus->last_reset, <)) in xpt_action_default()
|
/freebsd/sys/netgraph/ |
H A D | ng_ppp.c | 1927 if (timevalcmp(&age, &ng_ppp_max_staleness, < )) in ng_ppp_frag_checkstale()
|
/freebsd/sys/dev/firewire/ |
H A D | firewire.c | 351 if (timevalcmp(&xfer->tv, &tv, >)) in firewire_xfer_timeout()
|
/freebsd/sys/dev/cxgb/ |
H A D | cxgb_main.c | 2324 if (timevalcmp(&tv, &pi->last_refreshed, <)) in cxgb_refresh_stats()
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_main.c | 7417 if (timevalcmp(&tv, &vi->last_refreshed, <)) in vi_refresh_stats() 7440 if (timevalcmp(&tv, &vi->last_refreshed, <)) in cxgbe_refresh_stats()
|