Home
last modified time | relevance | path

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

/openbmc/linux/net/xdp/
H A Dxsk_queue.h441 static inline bool xskq_prod_is_empty(struct xsk_queue *q) in xskq_prod_is_empty() function
H A Dxsk.c939 if (xs->rx && !xskq_prod_is_empty(xs->rx)) in xsk_poll()