Home
last modified time | relevance | path

Searched refs:hist_tail (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/event/sw/
H A Dsw_evdev_scheduler.c386 const uint32_t hist_tail = port->hist_tail & in __pull_port_lb() local
389 hist_entry = &port->hist_list[hist_tail]; in __pull_port_lb()
413 port->hist_tail += eop; in __pull_port_lb()
H A Dsw_evdev.h195 uint16_t hist_tail; member