Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/xdp/
H A Dxsk_queue.h223 static inline bool xskq_cons_has_entries(struct xsk_queue *q, u32 cnt) in xskq_cons_has_entries() function
H A Dxsk_buff_pool.c523 return xskq_cons_has_entries(pool->fq, count - pool->free_list_cnt); in xp_can_alloc()