Home
last modified time | relevance | path

Searched defs:cycles (Results 1 – 22 of 22) sorted by relevance

/freebsd/sys/contrib/dev/athk/
H A Dhw.c144 u32 cycles, busy, rx, tx; in ath_hw_cycle_counters_update() local
H A Dath.h49 u32 cycles; member
/freebsd/sys/contrib/ncsw/inc/
H A Dncsw_ext.h154 #define CYCLES_TO_USEC(cycles,clk) ((cycles) / (clk)) argument
158 #define CYCLES_TO_NSEC(cycles,clk) (((cycles) * 1000) / (clk)) argument
162 #define CYCLES_TO_PSEC(cycles,clk) (((cycles) * 1000000) / (clk)) argument
/freebsd/sys/dev/pms/freebsd/driver/ini/src/
H A Dosapi.c589 unsigned long long cycles = get_cycles(); in ostiEnter() local
617 unsigned long long cycles = get_cycles(); in ostiLeave() local
/freebsd/contrib/ofed/libmlx5/
H A Dcq.c323 static void mlx5_stall_cycles_poll_cq(uint64_t cycles) in mlx5_stall_cycles_poll_cq()
328 static void mlx5_get_cycles(uint64_t *cycles) in mlx5_get_cycles()
336 static void mlx5_stall_cycles_poll_cq(uint64_t cycles) in mlx5_stall_cycles_poll_cq()
339 static void mlx5_get_cycles(uint64_t *cycles) in mlx5_get_cycles()
H A Dverbs.c80 static int mlx5_read_clock(struct ibv_context *context, uint64_t *cycles) in mlx5_read_clock() argument
110 uint64_t cycles; in mlx5_query_rt_values() local
/freebsd/sys/kern/
H A Dkern_poll.c435 int i, cycles; in netisr_poll() local
/freebsd/contrib/ofed/libmlx4/
H A Dverbs.c105 static int mlx4_read_clock(struct ibv_context *context, uint64_t *cycles) in mlx4_read_clock()
135 uint64_t cycles; in mlx4_query_rt_values() local
/freebsd/sys/dev/acpica/
H A Dacpiio.h101 uint32_t cycles; /* Cycle Count */ member
/freebsd/contrib/ntp/ntpd/
H A Drefclock_irig.c261 int cycles; /* carrier cycles */ member
/freebsd/sys/contrib/xen/
H A Dtrace.h296 } cycles; member
/freebsd/sys/contrib/ck/src/
H A Dck_ht.c383 ck_ht_gc(struct ck_ht *ht, unsigned long cycles, unsigned long seed) in ck_ht_gc()
H A Dck_hs.c556 ck_hs_gc(struct ck_hs *hs, unsigned long cycles, unsigned long seed) in ck_hs_gc()
/freebsd/contrib/libpcap/
H A Dpcap-dpdk.c265 uint64_t cycles; in calculate_timestamp() local
/freebsd/contrib/tzcode/
H A Dzdump.c780 int cycles = (newp->tm_year - oldy) / YEARSPERREPEAT; in delta_nonneg() local
/freebsd/sys/dev/qat/qat_common/
H A Dqat_hal.c162 unsigned int cycles, in qat_hal_wait_cycles()
/freebsd/sys/dev/mlx4/mlx4_core/
H A Dmlx4_main.c1831 s64 cycles; in mlx4_read_clock() local
/freebsd/sys/dev/qat_c2xxx/
H A Dqat_ae.c905 qat_ae_wait_num_cycles(struct qat_softc *sc, u_char ae, int cycles, int check) in qat_ae_wait_num_cycles()
/freebsd/sys/dev/cxgbe/common/
H A Dt4_hw.c6686 void t4_pmtx_get_stats(struct adapter *adap, u32 cnt[], u64 cycles[]) in t4_pmtx_get_stats()
6713 void t4_pmrx_get_stats(struct adapter *adap, u32 cnt[], u64 cycles[]) in t4_pmrx_get_stats()
/freebsd/sys/dev/cxgbe/
H A Dt4_sge.c3115 const uint64_t cycles = get_cyclecount(); in record_eth_tx_time() local
/freebsd/sys/contrib/dev/rtw89/
H A Dcore.h2117 __le16 cycles; /* total cycle number */ global() member
2141 __le16 cycles[CXT_FLCTRL_MAX]; global() member
2244 __le16 cycles; /* total cycle number */ global() member
2270 __le16 cycles; /* total cycle number */ global() member
2294 __le16 cycles; /* total cycle number */ global() member
[all...]
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h1132 u_int32_t cycles; member