Searched refs:xskq_nb_free (Results 1 – 1 of 1) sorted by relevance
/net/xdp/ |
D | xsk_queue.h | 109 static inline u32 xskq_nb_free(struct xsk_queue *q, u32 producer, u32 dcnt) in xskq_nb_free() function 225 if (xskq_nb_free(q, q->prod_tail, 1) == 0) in xskq_produce_addr() 242 if (xskq_nb_free(q, q->prod_head, LAZY_UPDATE_THRESHOLD) == 0) in xskq_produce_addr_lazy() 262 if (xskq_nb_free(q, q->prod_head, 1) == 0) in xskq_reserve_addr() 344 if (xskq_nb_free(q, q->prod_head, 1) == 0) in xskq_produce_batch_desc()
|