Searched refs:allocs (Results 1 – 8 of 8) sorted by relevance
/linux/arch/arm/common/ |
A 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/mm/ |
A D | percpu.c | 2926 int allocs = 0, wasted = 0; in pcpu_build_alloc_info() local 2933 allocs += this_allocs; in pcpu_build_alloc_info() 2946 if (allocs > last_allocs) in pcpu_build_alloc_info() 2948 last_allocs = allocs; in pcpu_build_alloc_info()
|
A D | slab.c | 4091 unsigned long allocs = cachep->num_allocations; in slabinfo_show_stats() local 4101 allocs, high, grown, in slabinfo_show_stats()
|
/linux/include/net/ |
A D | neighbour.h | 113 unsigned long allocs; /* number of allocated neighs */ member
|
/linux/net/core/ |
A D | neighbour.c | 448 NEIGH_CACHE_STAT_INC(tbl, allocs); in neigh_alloc() 2163 ndst.ndts_allocs += st->allocs; in neightbl_fill_info() 3417 st->allocs, in neigh_stat_seq_show()
|
/linux/Documentation/networking/ |
A D | rds.rst | 356 - allocs work requests from send ring
|
/linux/drivers/net/wireless/ath/wil6210/ |
A D | wmi.h | 3072 struct wmi_sched_scheme_slot allocs[WMI_SCHED_MAX_ALLOCS_PER_CMD]; member
|
/linux/Documentation/admin-guide/ |
A D | kernel-parameters.txt | 5189 allocs to different slabs, especially in hardened
|
Completed in 51 milliseconds