Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/opdl/
H A Dopdl_ring.c171 uint32_t this_tail = s->shared.tail; in update_available_seq() local
185 if ((this_tail - seq) > (this_tail - min_seq)) in update_available_seq()
193 if ((seq - this_tail) < (min_seq - this_tail)) in update_available_seq()