Home
last modified time | relevance | path

Searched refs:total_busy_cycles (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/event/dsw/
H A Ddsw_xstats.c104 uint64_t total_busy_cycles = in dsw_xstats_port_get_event_proc_latency() local
105 dsw->ports[port_id].total_busy_cycles; in dsw_xstats_port_get_event_proc_latency()
109 return dequeued > 0 ? total_busy_cycles / dequeued : 0; in dsw_xstats_port_get_event_proc_latency()
116 return dsw->ports[port_id].total_busy_cycles; in dsw_xstats_port_get_busy_cycles()
H A Ddsw_evdev.h165 uint64_t total_busy_cycles; member
H A Ddsw_event.c143 port->total_busy_cycles += busy_cycles; in dsw_port_load_close_period()