Searched refs:ticks (Results 151 - 175 of 204) sorted by relevance

123456789

/freebsd-11-stable/sys/dev/lmc/
H A Dif_lmc.h764 u_int32_t ticks; /* incremented by watchdog @ 1 Hz */
763 u_int32_t ticks; /* incremented by watchdog @ 1 Hz */ member in struct:status
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libzpool/common/sys/
H A Dzfs_context.h551 extern void delay(clock_t ticks);
/freebsd-11-stable/sys/kern/
H A Dkern_thread.c601 PCPU_SET(switchticks, ticks);
H A Dkern_racct.c346 swtime = (ticks - p->p_swtick) / hz;
1093 * Make the process sleep in userret() for 'timeout' ticks. Setting
H A Dinit_main.c655 PCPU_SET(switchticks, ticks);
H A Dkern_fork.c526 p2->p_swtick = ticks;
H A Dvfs_cache.c122 int nc_ticks; /* ticks value when entry was added */
1102 *ticksp = ticks;
1223 * - ticks: Return storage for alternate cache timestamp. On a successful
1224 * (positive or negative) lookup, it will contain the ticks value
1717 ncp_ts->nc_ticks = ticks;
/freebsd-11-stable/sys/net80211/
H A Dieee80211_input.c259 ni->ni_rxfragstamp = ticks;
H A Dieee80211_hwmp.c144 int hr_lastdiscovery; /* last discovery in ticks */
228 * NB: I dont know how to make SYSCTL_PROC that calls ms to ticks
1942 (ticks - hr->hr_lastdiscovery <
1950 hr->hr_lastdiscovery = ticks;
H A Dieee80211_node.c2082 ticks > ni->ni_rxfragstamp + hz) {
2666 ieee80211_time_after(ticks, ic->ic_lastnonerp + IEEE80211_NONERP_PRESENT_AGE)) {
/freebsd-11-stable/sys/dev/drm/
H A DdrmP.h226 #define jiffies ticks
/freebsd-11-stable/sys/dev/firewire/
H A Dsbp.c670 int ticks = 0; local
678 ticks = (t.tv_sec * 1000 + t.tv_usec / 1000) * hz / 1000;
680 printf("%s: sec = %jd usec = %ld ticks = %d\n", __func__,
681 (intmax_t)t.tv_sec, t.tv_usec, ticks);
683 callout_reset(&sdev->login_callout, ticks,
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defsys.h1054 now = ticks; \
/freebsd-11-stable/sys/dev/mlx4/mlx4_en/
H A Dmlx4_en_tx.c947 ring->watchdog_time = ticks + MLX4_EN_WATCHDOG_TIMEOUT;
/freebsd-11-stable/sys/net/
H A Dif_tap.c446 macaddr_mid = (uint32_t) ticks;
/freebsd-11-stable/sys/x86/x86/
H A Dmp_x86.c1358 PCPU_SET(switchticks, ticks);
/freebsd-11-stable/sys/dev/ntb/ntb_hw/
H A Dntb_hw_intel.c259 int last_ts; /* ticks @ last irq */
1031 ntb->last_ts = ticks;
1284 ntb->last_ts = ticks;
1925 if ((sbintime_t)ticks - poll_ts < 0 && link_is_up(ntb)) {
1926 timo = poll_ts - ticks;
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats.cpp252 stat->addSample(((tick - startTime) - totalPauseTime).ticks());
716 " label: Time (ticks)\n"
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm.c1141 static VMM_STAT(VCPU_IDLE_TICKS, "number of ticks vcpu was idle");
1355 t = ticks;
1363 vmm_stat_incr(vm, vcpuid, VCPU_IDLE_TICKS, ticks - t);
/freebsd-11-stable/sys/dev/cxgbe/common/
H A Dt4_hw.c6381 /* convert values from us to dack ticks, rounding to closest value */
9788 * @hz: number of ticks/second
9789 * @ticks: number of ticks since the last IDMA Monitor call
9793 int hz, int ticks)
9840 idma->idma_stalled[i] += ticks;
9841 idma->idma_warn[i] -= ticks;
9916 v = (adap->params.vpd.cclk * 1000) / cpt; /* ticks/s */
10723 unsigned int ticks; local
10729 * ticks
9791 t4_idma_monitor(struct adapter *adapter, struct sge_idma_monitor_state *idma, int hz, int ticks) argument
[all...]
/freebsd-11-stable/sys/dev/usb/
H A Dusb_device.c1820 udev->plugtime = (usb_ticks_t)ticks;
1827 udev->pwr_save.last_xfer_time = ticks;
/freebsd-11-stable/sys/netgraph/
H A Dng_base.c3787 ng_callout(struct callout *c, node_p node, hook_p hook, int ticks, argument
3806 if (callout_reset(c, ticks, &ng_callout_trampoline, item) == 1 &&
H A Dnetgraph.h1162 int ng_callout(struct callout *c, node_p node, hook_p hook, int ticks,
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dmcp_public.h2222 u32 ticks; /* Timestamp (NOW) */ member in struct:__anon7789::__anon7790::__anon7792
/freebsd-11-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c2096 pccb->startTime = ticks;
2257 else if ( ( (ticks-pccb_curr->startTime) >= ag_timeout_secs ) &&
2404 pTMccb->startTime = ticks;
4245 pccb->startTime = ticks;

Completed in 350 milliseconds

123456789