Searched refs:alloc_cnt (Results 1 – 10 of 10) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | arena_mem_usage.c | 19 int alloc_cnt; /* in: pages to allocate */ variable 26 ptr = bpf_arena_alloc_pages(&arena, NULL, alloc_cnt, NUMA_NO_NODE, 0); in alloc()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/ |
| H A D | npc.c | 1931 bool max_alloc, int *alloc_cnt) in __npc_subbank_non_contig_alloc() argument 1976 *alloc_cnt = cnt; in __npc_subbank_non_contig_alloc() 2161 int idx_sz, bool max_alloc, int *alloc_cnt) in __npc_subbank_alloc() argument 2317 *alloc_cnt = count; in __npc_subbank_alloc() 2324 max_alloc, alloc_cnt); in __npc_subbank_alloc() 2354 for (i = 0; i < *alloc_cnt; i++) { in __npc_subbank_alloc() 2385 *alloc_cnt = 0; in __npc_subbank_alloc() 2393 int idx_sz, bool max_alloc, int *alloc_cnt) in npc_subbank_alloc() argument 2400 max_alloc, alloc_cnt); in npc_subbank_alloc() 2864 int alloc_cnt; in npc_subbank_ref_alloc() local [all …]
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | arena_mem_usage.c | 65 skel->bss->alloc_cnt = 17; in serial_test_arena_mem_usage()
|
| /linux/net/smc/ |
| H A D | smc_stats.h | 55 u64 alloc_cnt; member
|
| H A D | smc_stats.c | 81 stats_rmb_cnt->alloc_cnt, in smc_nl_fill_stats_rmb_data()
|
| /linux/drivers/net/ethernet/mscc/ |
| H A D | ocelot_fdma.c | 146 static int ocelot_fdma_alloc_rx_buffs(struct ocelot *ocelot, u16 alloc_cnt) in ocelot_fdma_alloc_rx_buffs() argument 159 while (alloc_cnt--) { in ocelot_fdma_alloc_rx_buffs()
|
| /linux/fs/ntfs/ |
| H A D | attrib.c | 5552 s64 lcn, alloc_cnt; in ntfs_attr_fallocate() local 5657 err = ntfs_attr_map_cluster(ni, vcn, &lcn, &alloc_cnt, in ntfs_attr_fallocate() 5667 alloc_cnt << in ntfs_attr_fallocate() 5676 vcn += alloc_cnt; in ntfs_attr_fallocate() 5677 try_alloc_cnt -= alloc_cnt; in ntfs_attr_fallocate() 5690 err = ntfs_attr_map_cluster(ni, vcn, &lcn, &alloc_cnt, in ntfs_attr_fallocate() 5697 vcn += alloc_cnt; in ntfs_attr_fallocate() 5698 try_alloc_cnt -= alloc_cnt; in ntfs_attr_fallocate()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu.h | 1091 int blkaddr, int *alloc_cnt, 1094 int blkaddr, int *alloc_cnt,
|
| H A D | rvu_npc.c | 2789 int blkaddr, int *alloc_cnt, in rvu_npc_get_mcam_entry_alloc_info() argument 2795 *alloc_cnt = 0; in rvu_npc_get_mcam_entry_alloc_info() 2800 (*alloc_cnt)++; in rvu_npc_get_mcam_entry_alloc_info() 2808 int blkaddr, int *alloc_cnt, in rvu_npc_get_mcam_counter_alloc_info() argument 2814 *alloc_cnt = 0; in rvu_npc_get_mcam_counter_alloc_info() 2819 (*alloc_cnt)++; in rvu_npc_get_mcam_counter_alloc_info()
|
| /linux/drivers/net/ethernet/freescale/ |
| H A D | gianfar.c | 1240 int alloc_cnt) in gfar_alloc_rx_buffs() argument 1250 while (alloc_cnt--) { in gfar_alloc_rx_buffs()
|