Searched refs:allocs (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/android/binder/range_alloc/ |
| H A D | mod.rs | 172 let allocs = match args.new_tree_alloc { in reserve_new() localVariable 173 Some(ref mut allocs) => allocs, in reserve_new() 185 TreeRangeAllocator::from_array(array.total_size(), &mut array.ranges, allocs); in reserve_new()
|
| /linux/mm/ |
| H A D | percpu.c | 2016 * atomic allocs. Fill up from the most packed so that atomic in pcpu_balance_populated() 2017 * allocs don't increase fragmentation. If atomic allocation in pcpu_balance_populated() 2019 * should prevent atomic allocs larger than PAGE_SIZE from keeping in pcpu_balance_populated() 2020 * failing indefinitely; however, large atomic allocs are not in pcpu_balance_populated() 2467 int upa, apl; /* units per alloc, allocs per line */ in pcpu_dump_alloc_info() 2877 int allocs = 0, wasted = 0; in pcpu_build_alloc_info() 2884 allocs += this_allocs; in pcpu_build_alloc_info() 2897 if (allocs > last_allocs) in pcpu_build_alloc_info() 2899 last_allocs = allocs; in pcpu_build_alloc_info() 2864 int allocs = 0, wasted = 0; pcpu_build_alloc_info() local
|
| /linux/include/net/ |
| H A D | neighbour.h | 119 unsigned long allocs; /* number of allocated neighs */ 117 unsigned long allocs; /* number of allocated neighs */ global() member
|
| /linux/net/core/ |
| H A D | neighbour.c | 536 NEIGH_CACHE_STAT_INC(tbl, allocs); in neigh_alloc() 2301 ndst.ndts_allocs += READ_ONCE(st->allocs); in neightbl_fill_info() 3526 seq_puts(seq, "entries allocs destroys hash_grows lookups hits res_failed rcv_probes_mcast rcv_probes_ucast periodic_gc_runs forced_gc_runs unresolved_discards table_fulls\n"); in neigh_stat_seq_show() 3535 st->allocs, in neigh_stat_seq_show()
|
| /linux/drivers/net/wireless/ath/wil6210/ |
| H A D | wmi.h | 3072 struct wmi_sched_scheme_slot allocs[WMI_SCHED_MAX_ALLOCS_PER_CMD]; member
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.txt | 7017 allocs to different slabs, especially in hardened
|