Searched refs:allocs (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/arch/arm/common/ |
D | dmabounce.c | 64 unsigned long allocs; member 91 device_info->small.allocs, in dmabounce_show() 92 device_info->large.allocs, in dmabounce_show() 93 device_info->total_allocs - device_info->small.allocs - in dmabounce_show() 94 device_info->large.allocs, in dmabounce_show() 154 pool->allocs++; in alloc_safe_buffer() 474 DO_STATS(pool->allocs = 0); in dmabounce_init_pool()
|
/Linux-v5.10/mm/ |
D | percpu.c | 2731 int allocs = 0, wasted = 0; in pcpu_build_alloc_info() local 2738 allocs += this_allocs; in pcpu_build_alloc_info() 2751 if (allocs > last_allocs) in pcpu_build_alloc_info() 2753 last_allocs = allocs; in pcpu_build_alloc_info()
|
D | slab.c | 4050 unsigned long allocs = cachep->num_allocations; in slabinfo_show_stats() local 4060 allocs, high, grown, in slabinfo_show_stats()
|
/Linux-v5.10/include/net/ |
D | neighbour.h | 113 unsigned long allocs; /* number of allocated neighs */ member
|
/Linux-v5.10/net/core/ |
D | neighbour.c | 415 NEIGH_CACHE_STAT_INC(tbl, allocs); in neigh_alloc() 2091 ndst.ndts_allocs += st->allocs; in neightbl_fill_info() 3323 st->allocs, in neigh_stat_seq_show()
|
/Linux-v5.10/Documentation/networking/ |
D | rds.rst | 356 - allocs work requests from send ring
|
/Linux-v5.10/drivers/net/wireless/ath/wil6210/ |
D | wmi.h | 3072 struct wmi_sched_scheme_slot allocs[WMI_SCHED_MAX_ALLOCS_PER_CMD]; member
|
/Linux-v5.10/Documentation/admin-guide/ |
D | kernel-parameters.txt | 4826 allocs to different slabs, especially in hardened
|