Searched refs:xskq_cons_nb_entries (Results 1 – 2 of 2) sorted by relevance
251 static inline u32 xskq_cons_nb_entries(struct xsk_queue *q, u32 max) in xskq_cons_nb_entries() function266 return xskq_cons_nb_entries(q, cnt) >= cnt ? true : false; in xskq_cons_has_entries()288 u32 entries = xskq_cons_nb_entries(q, max); in xskq_cons_peek_desc_batch()
525 max = xskq_cons_nb_entries(pool->fq, max); in xp_alloc_new_from_fq()
Completed in 19 milliseconds