Searched refs:pop_tail (Results 1 – 1 of 1) sorted by relevance
108 int (*pop_tail)(struct k3_ring *ring, void *elm); member248 .pop_tail = k3_ringacc_ring_pop_tail_io,260 .pop_tail = k3_ringacc_ring_pop_tail_proxy,1015 if (ring->ops && ring->ops->pop_tail) in k3_ringacc_ring_pop_tail()1016 ret = ring->ops->pop_tail(ring, elem); in k3_ringacc_ring_pop_tail()