Searched refs:tick (Results 1 – 8 of 8) sorted by relevance
47 uint64_t tick; member59 uint64_t tick; member304 ftm = try_rwlock_data.tick; in try_read_lcore()322 lcd->stat.tick = tm; in try_read_lcore()338 ftm = try_rwlock_data.tick; in try_write_lcore()356 lcd->stat.tick = tm; in try_write_lcore()383 tlc->stat.tick, in print_try_lcore_stats()384 (long double)tlc->stat.tick / in print_try_lcore_stats()386 (long double)tlc->stat.tick / s, in print_try_lcore_stats()394 tlc->stat.tick += lc->stat.tick; in collect_try_lcore_stats()[all …]
535 uint64_t tick = service_tick; in service_lcore_running_check() local538 return tick != service_tick; in service_lcore_running_check()
87 rate = NS_PER_S / sh->txpp.tick; in mlx5_txpp_alloc_pp_index()88 if (rate * sh->txpp.tick != NS_PER_S) in mlx5_txpp_alloc_pp_index()825 sh->txpp.tick = tx_pp >= 0 ? tx_pp : -tx_pp; in mlx5_txpp_create()851 sh->txpp.tick = 0; in mlx5_txpp_create()873 sh->txpp.tick = 0; in mlx5_txpp_destroy()919 MLX5_ASSERT(sh->txpp.tick); in mlx5_txpp_start()1137 dci *= txpp->tick; in mlx5_txpp_xstats_jitter()1176 dci *= txpp->tick; in mlx5_txpp_xstats_wander()
323 uint32_t tick; in mlx5_txpp_convert_tx_ts() local347 tick = sh->txpp.tick; in mlx5_txpp_convert_tx_ts()348 MLX5_ASSERT(tick); in mlx5_txpp_convert_tx_ts()350 mts = (mts + tick - 1) / tick; in mlx5_txpp_convert_tx_ts()
1045 uint32_t tick; /* Completion tick duration in nanoseconds. */ member
48 uint32_t tick; in hns3_shaper_para_calc() local64 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()84 shaper_para->ir_b = (ir * tick * (1 << ir_s_calc) + in hns3_shaper_para_calc()99 ir_calc = (numerator + (tick >> 1)) / tick; in hns3_shaper_para_calc()114 (ir * tick + (denominator >> 1)) / denominator; in hns3_shaper_para_calc()
101 lib.eventdev.timer.tick.burst)
155 The event timer adapter implementation may have constraints on tick resolution157 system. In this case, the implementation may adjust the tick resolution or165 * ``min_resolution_ns`` - Minimum timer adapter tick resolution in ns.