Home
last modified time | relevance | path

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

/linux-6.1.9/net/xdp/
Dxsk_queue.h271 static inline bool xskq_cons_has_entries(struct xsk_queue *q, u32 cnt) in xskq_cons_has_entries() function
Dxsk_buff_pool.c638 return xskq_cons_has_entries(pool->fq, count - pool->free_list_cnt); in xp_can_alloc()