| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | ticker.h | 15 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 D | test_rwlock.c | 48 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 D | sirfsoc_wdt.txt | 4 - compatible: "sirf,prima2-tick" 5 - reg: Address range of tick timer/WDT register set 14 compatible = "sirf,prima2-tick";
|
| H A D | alphascale-asm9260.txt | 9 "mod" - source for tick counter.
|
| /f-stack/freebsd/x86/isa/ |
| H A D | clock.c | 229 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 D | kern_clock.c | 100 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 D | subr_param.c | 90 int tick; /* usec per tick (1000000 / hz) */ variable 180 tick = 1000000 / hz; in init_param1()
|
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dn_aqm.h | 40 #define NOW ((dn_cfg.curr_time * tick) / 1000) 42 #define AQM_UNOW (dn_cfg.curr_time * tick)
|
| H A D | ip_dn_io.c | 697 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 D | faraday,fttmr010.txt | 22 - 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 D | arm,arch_timer_mmio.yaml | 55 arm,no-tick-in-suspend: 57 description: The main counter does not tick when the system is in
|
| H A D | arm,arch_timer.yaml | 81 arm,no-tick-in-suspend: 83 description: The main counter does not tick when the system is in
|
| /f-stack/lib/ |
| H A D | ff_kern_timeout.c | 1073 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 D | ff_glue.c | 401 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 D | cvmx-tim.c | 83 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 D | files.malta | 12 mips/mips/tick.c standard
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | tango4-common.dtsi | 81 tick-counter@10048 { 82 compatible = "sigma,tick-counter";
|
| H A D | at91-dvk_som60.dts | 20 tick-timer = &pit;
|
| /f-stack/dpdk/drivers/net/mlx5/ |
| H A D | mlx5_rxtx.h | 683 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 D | mlx5_txpp.c | 77 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 D | nxp,lpc1788-rtc.txt | 4 together with periodic tick and alarm interrupt support.
|
| /f-stack/freebsd/mips/atheros/ar531x/ |
| H A D | files.ar5315 | 17 mips/mips/tick.c standard
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/ |
| H A D | zfs_context_os.h | 76 extern int tick;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | picoxcell.txt | 18 event tick/NOHZ.
|
| /f-stack/dpdk/drivers/net/hns3/ |
| H A D | hns3_dcb.c | 48 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()
|