Home
last modified time | relevance | path

Searched refs:free_entries (Results 1 – 7 of 7) sorted by relevance

/linux/net/xdp/
A Dxsk_queue.h324 u32 free_entries = q->nentries - (q->cached_prod - q->cached_cons); in xskq_prod_nb_free() local
326 if (free_entries >= max) in xskq_prod_nb_free()
331 free_entries = q->nentries - (q->cached_prod - q->cached_cons); in xskq_prod_nb_free()
333 return free_entries >= max ? max : free_entries; in xskq_prod_nb_free()
/linux/tools/lib/bpf/
A Dxsk.h159 __u32 free_entries = r->cached_cons - r->cached_prod; in xsk_prod_nb_free() local
161 if (free_entries >= nb) in xsk_prod_nb_free()
162 return free_entries; in xsk_prod_nb_free()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_switch.c167 goto free_entries; in rvu_switch_enable()
173 goto free_entries; in rvu_switch_enable()
189 free_entries: in rvu_switch_enable()
/linux/kernel/dma/
A Ddebug.c94 static LIST_HEAD(free_entries);
585 list_add_tail(&entry[i].list, &free_entries); in dma_debug_create_entries()
597 entry = list_entry(free_entries.next, struct dma_debug_entry, list); in __dma_entry_alloc()
664 list_add(&entry->list, &free_entries); in dma_entry_free()
/linux/net/bridge/netfilter/
A Debtables.c1147 goto free_entries; in do_replace()
1153 free_entries: in do_replace()
2287 goto free_entries; in compat_do_replace()
2344 free_entries: in compat_do_replace()
2352 goto free_entries; in compat_do_replace()
/linux/mm/
A Dswapfile.c1355 unsigned int i, free_entries = 0; in put_swap_page() local
1371 free_entries++; in put_swap_page()
1374 if (free_entries == SWAPFILE_CLUSTER) { in put_swap_page()
/linux/Documentation/networking/
A Daf_xdp.rst519 u32 free_entries = RING_SIZE - (*ring->producer - *ring->consumer);
521 if (free_entries == 0)

Completed in 22 milliseconds