Home
last modified time | relevance | path

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

/linux-5.19.10/net/xdp/
Dxsk_queue.h309 u32 free_entries = q->nentries - (q->cached_prod - q->cached_cons); in xskq_prod_nb_free() local
311 if (free_entries >= max) in xskq_prod_nb_free()
316 free_entries = q->nentries - (q->cached_prod - q->cached_cons); in xskq_prod_nb_free()
318 return free_entries >= max ? max : free_entries; in xskq_prod_nb_free()
/linux-5.19.10/drivers/net/ethernet/marvell/octeontx2/af/
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-5.19.10/tools/lib/bpf/
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-5.19.10/kernel/dma/
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-5.19.10/net/bridge/netfilter/
Debtables.c1146 goto free_entries; in do_replace()
1152 free_entries: in do_replace()
2281 goto free_entries; in compat_do_replace()
2338 free_entries: in compat_do_replace()
2346 goto free_entries; in compat_do_replace()
/linux-5.19.10/mm/
Dswapfile.c1338 unsigned int i, free_entries = 0; in put_swap_page() local
1354 free_entries++; in put_swap_page()
1357 if (free_entries == SWAPFILE_CLUSTER) { in put_swap_page()
/linux-5.19.10/Documentation/networking/
Daf_xdp.rst519 u32 free_entries = RING_SIZE - (*ring->producer - *ring->consumer);
521 if (free_entries == 0)