Home
last modified time | relevance | path

Searched refs:tick (Results 1 – 25 of 77) sorted by relevance

1234

/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dticker.h15 int32_t tick; member
21 ticker->tick = nticks; in ticker_init()
32 return ticker->tick; in ticker_read()
60 ticker->tick = ticker->nticks; in ticker_fixup()
66 ticker->tick -= nticks; in ticker_ticks()
67 if (unlikely(ticker->tick < 0)) { in ticker_ticks()
/f-stack/dpdk/app/test/
H A Dtest_rwlock.c48 uint64_t tick; member
59 uint64_t tick; member
305 ftm = try_rwlock_data.tick; in try_read_lcore()
323 lcd->stat.tick = tm; in try_read_lcore()
339 ftm = try_rwlock_data.tick; in try_write_lcore()
357 lcd->stat.tick = tm; in try_write_lcore()
384 tlc->stat.tick, in print_try_lcore_stats()
385 (long double)tlc->stat.tick / in print_try_lcore_stats()
387 (long double)tlc->stat.tick / s, in print_try_lcore_stats()
395 tlc->stat.tick += lc->stat.tick; in collect_try_lcore_stats()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/watchdog/
H A Dsirfsoc_wdt.txt4 - compatible: "sirf,prima2-tick"
5 - reg: Address range of tick timer/WDT register set
14 compatible = "sirf,prima2-tick";
H A Dalphascale-asm9260.txt9 "mod" - source for tick counter.
/f-stack/freebsd/x86/isa/
H A Dclock.c229 int delta, prev_tick, tick, ticks_left; in i8254_delay() local
291 tick = prev_tick - 1; in i8254_delay()
292 if (tick <= 0) in i8254_delay()
293 tick = i8254_max_count; in i8254_delay()
296 tick = getit(); in i8254_delay()
300 delta = prev_tick - tick; in i8254_delay()
301 prev_tick = tick; in i8254_delay()
/f-stack/freebsd/kern/
H A Dkern_clock.c100 SDT_PROBE_DEFINE2(sched, , , tick, "struct thread *", "struct proc *");
437 tick * cnt) == 0) in hardclock_itimer()
444 tick * cnt) == 0) in hardclock_itimer()
574 ticks = howmany(sec * 1000000 + (unsigned long)usec, tick) + 1; in tvtohz()
577 + howmany((unsigned long)usec, tick) + 1; in tvtohz()
702 SDT_PROBE2(sched, , , tick, td, td->td_proc); in statclock()
775 clkinfo.tick = tick; in sysctl_kern_clockrate()
H A Dsubr_param.c90 int tick; /* usec per tick (1000000 / hz) */ variable
180 tick = 1000000 / hz; in init_param1()
/f-stack/freebsd/netpfil/ipfw/
H A Ddn_aqm.h40 #define NOW ((dn_cfg.curr_time * tick) / 1000)
42 #define AQM_UNOW (dn_cfg.curr_time * tick)
H A Dip_dn_io.c697 if (tick_delta_sum - tick >= 0) { in dummynet_task()
698 int diff = tick_delta_sum / tick; in dummynet_task()
702 tick_delta_sum %= tick; in dummynet_task()
704 } else if (tick_delta_sum + tick <= 0) { in dummynet_task()
707 tick_delta_sum += tick; in dummynet_task()
/f-stack/freebsd/contrib/device-tree/Bindings/timer/
H A Dfaraday,fttmr010.txt22 - clocks : a clock to provide the tick rate for "faraday,fttmr010"
23 - clock-names : should be "EXTCLK" and "PCLK" for the external tick timer
H A Darm,arch_timer_mmio.yaml55 arm,no-tick-in-suspend:
57 description: The main counter does not tick when the system is in
H A Darm,arch_timer.yaml81 arm,no-tick-in-suspend:
83 description: The main counter does not tick when the system is in
/f-stack/lib/
H A Dff_kern_timeout.c1073 time_change->tv_usec, tick) + 1; in adjust_timeout_calltodo()
1076 howmany(time_change->tv_usec, tick) + 1; in adjust_timeout_calltodo()
1127 int st, maxt, tick, now; in sysctl_kern_callout_stat() local
1149 tick = tmp->c_time - now; in sysctl_kern_callout_stat()
1150 if (tick < 0) in sysctl_kern_callout_stat()
1151 tick = 0; in sysctl_kern_callout_stat()
1152 st += tick*(1000/hz); in sysctl_kern_callout_stat()
1153 if (tick > maxt) in sysctl_kern_callout_stat()
1154 maxt = tick; in sysctl_kern_callout_stat()
1155 ct[flssbt(tick)]++; in sysctl_kern_callout_stat()
H A Dff_glue.c401 if (tv->tv_sec == 0 && tv->tv_usec != 0 && tv->tv_usec < tick) in itimerfix()
402 tv->tv_usec = tick; in itimerfix()
590 ticks = (sec * 1000000 + (unsigned long)usec + (tick - 1))
591 / tick + 1;
594 + ((unsigned long)usec + (tick - 1)) / tick + 1;
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-tim.c83 int cvmx_tim_setup(uint64_t tick, uint64_t max_ticks) in cvmx_tim_setup() argument
90 uint64_t tick_ns = 1000 * tick; in cvmx_tim_setup()
144 cvmx_tim.tick_cycles = tick * tim_clock_hz / 1000000; in cvmx_tim_setup()
/f-stack/freebsd/mips/malta/
H A Dfiles.malta12 mips/mips/tick.c standard
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dtango4-common.dtsi81 tick-counter@10048 {
82 compatible = "sigma,tick-counter";
H A Dat91-dvk_som60.dts20 tick-timer = &pit;
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx.h683 uint32_t tick; in mlx5_txpp_convert_tx_ts() local
707 tick = sh->txpp.tick; in mlx5_txpp_convert_tx_ts()
708 MLX5_ASSERT(tick); in mlx5_txpp_convert_tx_ts()
710 mts = (mts + tick - 1) / tick; in mlx5_txpp_convert_tx_ts()
H A Dmlx5_txpp.c77 rate = NS_PER_S / sh->txpp.tick; in mlx5_txpp_alloc_pp_index()
78 if (rate * sh->txpp.tick != NS_PER_S) in mlx5_txpp_alloc_pp_index()
972 sh->txpp.tick = tx_pp >= 0 ? tx_pp : -tx_pp; in mlx5_txpp_create()
998 sh->txpp.tick = 0; in mlx5_txpp_create()
1020 sh->txpp.tick = 0; in mlx5_txpp_destroy()
1067 MLX5_ASSERT(sh->txpp.tick); in mlx5_txpp_start()
1289 dci *= txpp->tick; in mlx5_txpp_xstats_jitter()
1328 dci *= txpp->tick; in mlx5_txpp_xstats_wander()
/f-stack/freebsd/contrib/device-tree/Bindings/rtc/
H A Dnxp,lpc1788-rtc.txt4 together with periodic tick and alarm interrupt support.
/f-stack/freebsd/mips/atheros/ar531x/
H A Dfiles.ar531517 mips/mips/tick.c standard
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_context_os.h76 extern int tick;
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dpicoxcell.txt18 event tick/NOHZ.
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_dcb.c48 uint32_t tick; in hns3_shaper_para_calc() local
64 tick = tick_array[shaper_level]; in hns3_shaper_para_calc()
73 ir_calc = (DIVISOR_IR_B_126 + (tick >> 1) - 1) / tick; in hns3_shaper_para_calc()
81 ir_calc = DIVISOR_IR_B_126 / (tick * (1 << ir_s_calc)); in hns3_shaper_para_calc()
87 shaper_para->ir_b = (ir * tick * (1 << ir_s_calc) + in hns3_shaper_para_calc()
102 ir_calc = (numerator + (tick >> 1)) / tick; in hns3_shaper_para_calc()
117 (ir * tick + (denominator >> 1)) / denominator; in hns3_shaper_para_calc()

1234