| /dpdk/drivers/event/octeontx/ |
| H A D | timvf_worker.c | 9 struct rte_event_timer * const tim) in timvf_timer_reg_checks() 31 timvf_format_event(const struct rte_event_timer * const tim, in timvf_format_event() 41 struct rte_event_timer **tim, const uint16_t nb_timers) in timvf_timer_cancel_burst() 68 struct rte_event_timer **tim, const uint16_t nb_timers) in timvf_timer_arm_burst_sp() 92 struct rte_event_timer **tim, const uint16_t nb_timers) in timvf_timer_arm_burst_sp_stats() 105 struct rte_event_timer **tim, const uint16_t nb_timers) in timvf_timer_arm_burst_mp() 128 struct rte_event_timer **tim, const uint16_t nb_timers) in timvf_timer_arm_burst_mp_stats() 141 struct rte_event_timer **tim, const uint64_t timeout_tick, in timvf_timer_arm_tmo_brst() 179 struct rte_event_timer **tim, const uint64_t timeout_tick, in timvf_timer_arm_tmo_brst_stats()
|
| H A D | timvf_worker.h | 159 timvf_rem_entry(struct rte_event_timer *tim) in timvf_rem_entry() 254 struct rte_event_timer * const tim, in timvf_add_entry_sp() 301 struct rte_event_timer * const tim, in timvf_add_entry_mp() 355 struct rte_event_timer ** const tim, in timvf_cpy_wrk() 372 struct rte_event_timer ** const tim, in timvf_add_entry_brst()
|
| /dpdk/lib/timer/ |
| H A D | rte_timer.c | 208 rte_timer_init(struct rte_timer *tim) in rte_timer_init() 223 timer_set_config_state(struct rte_timer *tim, in timer_set_config_state() 273 timer_set_running_state(struct rte_timer *tim) in timer_set_running_state() 392 timer_add(struct rte_timer *tim, unsigned int tim_lcore, in timer_add() 544 rte_timer_reset(struct rte_timer *tim, uint64_t ticks, in rte_timer_reset() 623 rte_timer_stop(struct rte_timer *tim) in rte_timer_stop() 640 rte_timer_stop_sync(struct rte_timer *tim) in rte_timer_stop_sync() 648 rte_timer_pending(struct rte_timer *tim) in rte_timer_pending() 659 struct rte_timer *tim, *next_tim; in __rte_timer_manage() local 801 struct rte_timer *tim, *next_tim, **pprev; in rte_timer_alt_manage() local [all …]
|
| /dpdk/drivers/event/cnxk/ |
| H A D | cnxk_tim_worker.c | 10 struct rte_event_timer *const tim) in cnxk_tim_arm_checks() 34 cnxk_tim_format_event(const struct rte_event_timer *const tim, in cnxk_tim_format_event() 60 struct rte_event_timer **tim, const uint16_t nb_timers, in cnxk_tim_timer_arm_burst() 108 struct rte_event_timer **tim, in cnxk_tim_timer_arm_tmo_brst() 165 struct rte_event_timer **tim, in cnxk_tim_timer_cancel_burst()
|
| H A D | cnxk_tim_worker.h | 232 const uint32_t rel_bkt, struct rte_event_timer *const tim, in cnxk_tim_add_entry_sp() 315 const uint32_t rel_bkt, struct rte_event_timer *const tim, in cnxk_tim_add_entry_mp() 425 struct rte_event_timer **const tim, in cnxk_tim_cpy_wrk() 443 struct rte_event_timer **const tim, in cnxk_tim_add_entry_brst() 565 cnxk_tim_rm_entry(struct rte_event_timer *tim) in cnxk_tim_rm_entry()
|
| H A D | cnxk_tim_evdev.h | 89 struct roc_tim tim; member
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_tim_priv.h | 8 struct tim { struct 9 uint16_t tim_msix_offsets[MAX_RVU_BLKLF_CNT]; argument
|
| H A D | roc_tim.c | 12 struct tim *tim = roc_tim_to_tim_priv(roc_tim); in tim_fill_msix() local 229 struct tim *tim = roc_tim_to_tim_priv(roc_tim); in roc_tim_lf_alloc() local 278 struct tim *tim = roc_tim_to_tim_priv(roc_tim); in roc_tim_lf_free() local
|
| H A D | roc_mbox.h | 417 uint16_t __io tim; member
|
| /dpdk/examples/timer/ |
| H A D | main.c | 27 timer0_cb(__rte_unused struct rte_timer *tim, in timer0_cb() 44 timer1_cb(__rte_unused struct rte_timer *tim, in timer1_cb()
|
| /dpdk/app/test/ |
| H A D | test_timer_racecond.c | 41 timer_cb(struct rte_timer *tim, void *arg __rte_unused) in timer_cb() 56 reload_timer(struct rte_timer *tim) in reload_timer()
|
| H A D | test_event_timer_adapter.c | 438 const struct rte_event_timer tim = { in test_timer_state() local 495 const struct rte_event_timer tim = { in _arm_timers() local 609 const struct rte_event_timer tim = { in _arm_timers_burst() local 692 const struct rte_event_timer tim = { in test_timer_cancel_periodic() local 734 const struct rte_event_timer tim = { in test_timer_cancel() local 776 const struct rte_event_timer tim = { in _cancel_producer() local 815 const struct rte_event_timer tim = { in _cancel_producer_burst() local 996 const struct rte_event_timer tim = { in test_timer_cancel_random() local
|
| H A D | test_timer.c | 119 struct rte_timer tim; member 139 timer_stress_cb(__rte_unused struct rte_timer *tim, in timer_stress_cb() 400 timer_basic_cb(struct rte_timer *tim, void *arg) in timer_basic_cb()
|
| H A D | test_timer_secondary.c | 77 handle_expired_timer(struct rte_timer *tim) in handle_expired_timer() 179 struct rte_timer *tim; in test_timer_secondary() local
|
| /dpdk/lib/eventdev/ |
| H A D | rte_event_timer_adapter.c | 604 swtim_callback(struct rte_timer *tim) in swtim_callback() 927 swtim_free_tim(struct rte_timer *tim, void *arg) in swtim_free_tim() 1050 struct rte_timer *tim, *tims[nb_evtims]; in __swtim_arm_burst() local
|
| /dpdk/lib/power/ |
| H A D | rte_power_empty_poll.c | 353 rte_empty_poll_detection(struct rte_timer *tim, void *arg) in rte_empty_poll_detection()
|
| /dpdk/app/test-eventdev/ |
| H A D | test_perf_common.h | 78 struct rte_event_timer tim; member
|
| H A D | test_perf_common.c | 163 struct rte_event_timer tim; in perf_event_timer_producer() local 229 struct rte_event_timer tim; in perf_event_timer_producer_burst() local
|
| /dpdk/examples/l3fwd-power/ |
| H A D | main.c | 438 power_timer_cb(__rte_unused struct rte_timer *tim, in power_timer_cb() 2351 update_telemetry(__rte_unused struct rte_timer *tim, in update_telemetry()
|