Searched refs:ratecheck (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | time.h | 580 int ratecheck(struct timeval *, const struct timeval *);
|
| /f-stack/freebsd/opencrypto/ |
| H A D | cryptodev.c | 1498 if (ratecheck(&keywarn, &warninterval)) in crypto_ioctl() 1517 if (ratecheck(&featwarn, &warninterval)) in crypto_ioctl()
|
| /f-stack/lib/ |
| H A D | ff_glue.c | 486 ratecheck(struct timeval *lasttime, const struct timeval *mininterval) in ratecheck() function
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_hwmp.c | 1245 if (ratecheck(last, minint) == 0) in hwmp_send_preq() 1653 if (ratecheck(&hs->hs_lastperr, &ieee80211_hwmp_perrminint) == 0) in hwmp_send_perr()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_time.c | 1026 ratecheck(struct timeval *lasttime, const struct timeval *mininterval) in ratecheck() function
|
| H A D | uipc_socket.c | 616 dolog = !!ratecheck(&head->sol_lastover, &overinterval);
|
| /f-stack/freebsd/netinet6/ |
| H A D | mld6.c | 954 if (!ratecheck(&inm->in6m_lastgsrtv, in mld_v2_input_query()
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_mroute.c | 1542 if (ratecheck(&rt->mfc_last_assert, &pim_assert_interval)) { in ip_mdq()
|
| H A D | igmp.c | 1123 if (!ratecheck(&inm->inm_lastgsrtv, in igmp_input_v3_query()
|
| H A D | in_pcb.c | 396 if (ratecheck(&lastprint, &interval)) in in_pcbinslbgrouphash()
|
| /f-stack/freebsd/vm/ |
| H A D | uma_core.c | 919 if (ratecheck(&zone->uz_ratecheck, &warninterval)) in zone_log_warning()
|
| /f-stack/freebsd/arm/arm/ |
| H A D | pmap-v6.c | 3032 if (ratecheck(&lastprint, &printinterval)) in get_pv_entry()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | pmap.c | 2542 if (ratecheck(&lastprint, &printinterval)) in get_pv_entry()
|