Searched refs:ticks (Results 176 - 200 of 212) sorted by relevance

123456789

/freebsd-12-stable/sys/netgraph/
H A Dng_base.c3785 ng_callout(struct callout *c, node_p node, hook_p hook, int ticks, argument
3804 if (callout_reset(c, ticks, &ng_callout_trampoline, item) == 1 &&
H A Dnetgraph.h1169 int ng_callout(struct callout *c, node_p node, hook_p hook, int ticks,
/freebsd-12-stable/sys/kern/
H A Dvfs_cache.c130 int nc_ticks; /* ticks value when entry was added */
1157 *ticksp = ticks;
1277 * - ticks: Return storage for alternate cache timestamp. On a successful
1278 * (positive or negative) lookup, it will contain the ticks value
1755 ncp_ts->nc_ticks = ticks;
H A Dkern_time.c1063 * clock ticks for minimal overhead.
1075 now = ticks;
/freebsd-12-stable/sys/amd64/vmm/
H A Dvmm.c1145 static VMM_STAT(VCPU_IDLE_TICKS, "number of ticks vcpu was idle");
1361 t = ticks;
1369 vmm_stat_incr(vm, vcpuid, VCPU_IDLE_TICKS, ticks - t);
/freebsd-12-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c6434 /* convert values from us to dack ticks, rounding to closest value */
10118 * @hz: number of ticks/second
10119 * @ticks: number of ticks since the last IDMA Monitor call
10123 int hz, int ticks)
10170 idma->idma_stalled[i] += ticks;
10171 idma->idma_warn[i] -= ticks;
10288 v = (adap->params.vpd.cclk * 1000) / cpt; /* ticks/s */
11088 unsigned int ticks; local
11094 * ticks
10121 t4_idma_monitor(struct adapter *adapter, struct sge_idma_monitor_state *idma, int hz, int ticks) argument
[all...]
/freebsd-12-stable/sys/dev/ice/
H A Dice_lib.c5374 if (TICKS_2_MSEC(ticks - rl_sysctl_ticks) < 500) {
5379 rl_sysctl_ticks = ticks;
5381 if (TICKS_2_MSEC(ticks - sc->rebuild_ticks) < 100) {
5410 rl_sysctl_ticks = ticks;
H A Dif_ice_iflib.c2329 sc->rebuild_ticks = ticks;
/freebsd-12-stable/sys/dev/mxge/
H A Dif_mxge.c491 * The lower 16 bits is the time in 0.5us ticks that the
4080 int running, ticks; local
4083 ticks = mxge_ticks;
4101 ticks *= 4;
4105 callout_reset(&sc->co_hdl, ticks, mxge_tick, sc);
4383 TUNABLE_INT_FETCH("hw.mxge.ticks", &mxge_ticks);
/freebsd-12-stable/sys/dev/netmap/
H A Dnetmap_freebsd.c629 macaddr_mid = (uint32_t) ticks;
/freebsd-12-stable/sys/dev/oce/
H A Doce_if.h527 uint64_t ticks; member in struct:oce_aic_obj
/freebsd-12-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c2091 pccb->startTime = ticks;
2252 else if ( ( (ticks-pccb_curr->startTime) >= ag_timeout_secs ) &&
2399 pTMccb->startTime = ticks;
4241 pccb->startTime = ticks;
/freebsd-12-stable/sys/dev/usb/net/
H A Dif_cdce.c688 seed = ticks;
/freebsd-12-stable/sys/x86/x86/
H A Dmp_x86.c1513 PCPU_SET(switchticks, ticks);
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
H A Dmcp_public.h2222 u32 ticks; /* Timestamp (NOW) */ member in struct:__anon15148::__anon15149::__anon15151
/freebsd-12-stable/sys/dev/bwi/
H A Dif_bwi.c382 sc->sc_led_ticks = ticks - sc->sc_led_idle;
537 "# ticks before LED enters idle state");
3921 if (ticks - sc->sc_led_ticks < sc->sc_led_idle)
3925 sc->sc_led_ticks = ticks;
/freebsd-12-stable/sys/fs/nfsclient/
H A Dnfs_clvnops.c1183 ((u_int)(ticks - ncticks) < (nmp->nm_nametimeo * hz) &&
1210 if ((u_int)(ticks - ncticks) < (nmp->nm_negnametimeo * hz) &&
2517 * The name is now changed to .nfs.<ticks>.<pid>.4, where ticks is
2518 * CPU ticks since boot.
2521 lticks = (unsigned int)ticks;
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dip_state.c5037 /* ticks(I) - current value of ipfilter tick timer */
5044 ipf_state_matcharray(state, array, ticks)
5047 u_long ticks;
5176 rv |= (ticks - state->is_touched > e->ipfe_arg0[0]);
/freebsd-12-stable/sys/dev/iwi/
H A Dif_iwi.c289 sc->sc_ledevent = ticks;
1290 } else if (ticks - sc->sc_ledevent >= sc->sc_ledidle)
3446 sc->sc_ledevent = ticks; /* time of last event */
3520 "idle time for inactivity LED (ticks)");
/freebsd-12-stable/sys/dev/cxgbe/tom/
H A Dt4_ddp.c531 tp->t_rcvtime = ticks;
H A Dt4_tls.c1438 tp->t_rcvtime = ticks;
/freebsd-12-stable/sys/net80211/
H A Dieee80211_hostap.c1816 vap->iv_lastnonerp = ticks;
H A Dieee80211_mesh.c217 rt->rt_updtime = ticks; /* create time */
267 now = ticks;
/freebsd-12-stable/sys/netinet/
H A Dtcp_log_buf.c1453 log_buf->tlb_ticks = ticks;
/freebsd-12-stable/sys/dev/usb/wlan/
H A Dif_rum.c884 if (sc->sc_sleeping && sc->sc_sleep_end < ticks) {
953 sc->sc_sleep_end = sleep ? ticks + sc->sc_sleep_time : 0;

Completed in 614 milliseconds

123456789