Searched refs:slabs (Results 1 – 9 of 9) sorted by relevance
57 int slabs; variable587 s->slabs); in report()667 s->slabs ? (s->partial * 100) / s->slabs : 100, in slabcache()735 if (s->slabs != 0) in slab_empty()792 if (slabs == 1) in slab_debug()890 min_slabs = s->slabs; in totals()915 max_slabs = s->slabs; in totals()936 total_slabs += s->slabs; in totals()1310 slabs = slab - slabinfo; in read_slab_dir()1311 actual_slabs = slabs; in read_slab_dir()[all …]
187 mode=slabs232 slabs)258 slabs)
14 all slabs.36 Enable options for all slabs39 Enable options only for select slabs (no spaces42 Multiple blocks of options for all slabs or selected slabs can be given, with44 to all slabs except those that match one of the "select slabs" block. Options54 T Trace (please only use on single slabs)72 slabs::142 these are in the cpu slabs and the partial slabs. Full slabs are not176 slabs allocation.353 - Slabs sorted by size: FOO_STATS-slabs-by-size.png[all …]
61 of partially used slabs. It can be written to clear the current201 slabs (not objects) are freed by rcu.295 The min_partial file specifies how many empty slabs shall297 allocating new slabs. Such slabs may be reclaimed by utilizing325 objects are on partial slabs and from which nodes they are375 partial slabs there are and how long each node's list is.436 memory from a cache. Empty per-cpu or partial slabs437 are freed and the partial list is sorted so the slabs454 What: /sys/kernel/slab/<cache>/slabs460 The slabs file is read-only and displays how long many slabs[all …]
1548 *slabs = ++str; in parse_slub_debug_flags()1550 *slabs = NULL; in parse_slub_debug_flags()2683 int slabs = 0; in put_cpu_partial() local2699 slabs = oldslab->slabs; in put_cpu_partial()2703 slabs++; in put_cpu_partial()2705 slab->slabs = slabs; in put_cpu_partial()5430 x = slab->slabs; in show_slab_objects()5631 int slabs = 0; in slabs_cpu_partial_show() local5642 slabs += slab->slabs; in slabs_cpu_partial_show()5656 slabs = READ_ONCE(slab->slabs); in slabs_cpu_partial_show()[all …]
35 int slabs; /* Nr of slabs left */ member
236 Per cpu caching is realized using slabs of objects instead321 supports the determination of the most active slabs to figure322 out which slabs are relevant to a particular load.
5614 Enable merging of slabs with similar size when the5618 Disable merging of slabs with similar size. May be5620 allocs to different slabs, especially in hardened5631 Determines the maximum allowed order for slabs.5636 slub_debug[=options[,slabs][;[options[,slabs]]...] [MM, SLUB]5645 Determines the maximum allowed order for slabs.5655 of objects the smaller the overhead of tracking slabs5660 Determines the minimum page order for slabs. Must be6114 <int> -- Number of I/O TLB slabs
488 (fallback from the local zone occurs) slabs will be reclaimed if more
Completed in 37 milliseconds