Lines Matching +full:many +full:- +full:to +full:- +full:many

5 		Christoph Lameter <cl@linux-foundation.org>
9 files may be modified to change the behavior of the cache (and
17 Christoph Lameter <cl@linux-foundation.org>
19 The aliases file is read-only and specifies how many caches
26 Christoph Lameter <cl@linux-foundation.org>
28 The align file is read-only and specifies the cache's object
35 Christoph Lameter <cl@linux-foundation.org>
37 The alloc_calls file is read-only and lists the kernel code
46 Christoph Lameter <cl@linux-foundation.org>
48 The alloc_fastpath file shows how many objects have been
49 allocated using the fast path. It can be written to clear the
57 Christoph Lameter <cl@linux-foundation.org>
59 The alloc_from_partial file shows how many times a cpu slab has
61 of partially used slabs. It can be written to clear the current
69 Christoph Lameter <cl@linux-foundation.org>
71 The alloc_refill file shows how many times the per-cpu freelist
73 remote cpu frees. It can be written to clear the current count.
80 Christoph Lameter <cl@linux-foundation.org>
82 The alloc_slab file is shows how many times a new slab had to
83 be allocated from the page allocator. It can be written to
91 Christoph Lameter <cl@linux-foundation.org>
93 The alloc_slowpath file shows how many objects have been
95 allocation from a partial or new slab. It can be written to
103 Christoph Lameter <cl@linux-foundation.org>
105 The cache_dma file is read-only and specifies whether objects
113 Christoph Lameter <cl@linux-foundation.org>
115 The cpu_slabs file is read-only and displays how many cpu slabs
122 Christoph Lameter <cl@linux-foundation.org>
124 The file cpuslab_flush shows how many times a cache's cpu slabs
127 allocation from a certain node. It can be written to clear the
135 Christoph Lameter <cl@linux-foundation.org>
137 The ctor file is read-only and specifies the cache's object
145 Christoph Lameter <cl@linux-foundation.org>
147 The deactivate_empty file shows how many times an empty cpu slab
148 was deactivated. It can be written to clear the current count.
155 Christoph Lameter <cl@linux-foundation.org>
157 The deactivate_full file shows how many times a full cpu slab
158 was deactivated. It can be written to clear the current count.
165 Christoph Lameter <cl@linux-foundation.org>
167 The deactivate_remote_frees file shows how many times a cpu slab
169 remotely. It can be written to clear the current count.
176 Christoph Lameter <cl@linux-foundation.org>
178 The deactivate_to_head file shows how many times a partial cpu
179 slab was deactivated and added to the head of its node's partial
180 list. It can be written to clear the current count.
187 Christoph Lameter <cl@linux-foundation.org>
189 The deactivate_to_tail file shows how many times a partial cpu
190 slab was deactivated and added to the tail of its node's partial
191 list. It can be written to clear the current count.
198 Christoph Lameter <cl@linux-foundation.org>
200 The destroy_by_rcu file is read-only and specifies whether
207 Christoph Lameter <cl@linux-foundation.org>
209 The free_add_partial file shows how many times an object has
210 been freed in a full slab so that it had to added to its node's
211 partial list. It can be written to clear the current count.
218 Christoph Lameter <cl@linux-foundation.org>
220 The free_calls file is read-only and lists the locations of
228 Christoph Lameter <cl@linux-foundation.org>
230 The free_fastpath file shows how many objects have been freed
232 It can be written to clear the current count.
239 Christoph Lameter <cl@linux-foundation.org>
241 The free_frozen file shows how many objects have been freed to
242 a frozen slab (i.e. a remote cpu slab). It can be written to
250 Christoph Lameter <cl@linux-foundation.org>
252 The free_remove_partial file shows how many times an object has
253 been freed to a now-empty slab so that it had to be removed from
254 its node's partial list. It can be written to clear the current
262 Christoph Lameter <cl@linux-foundation.org>
264 The free_slab file shows how many times an empty slab has been
265 freed back to the page allocator. It can be written to clear
273 Christoph Lameter <cl@linux-foundation.org>
275 The free_slowpath file shows how many objects have been freed
276 using the slow path (i.e. to a full or partial slab). It can
277 be written to clear the current count.
284 Christoph Lameter <cl@linux-foundation.org>
286 The hwcache_align file is read-only and specifies whether
295 The min_partial file specifies how many empty slabs shall
296 remain on a node's partial list to avoid the overhead of
304 Christoph Lameter <cl@linux-foundation.org>
306 The object_size file is read-only and specifies the cache's
313 Christoph Lameter <cl@linux-foundation.org>
315 The objects file is read-only and displays how many objects are
322 Christoph Lameter <cl@linux-foundation.org>
324 The objects_partial file is read-only and displays how many
332 Christoph Lameter <cl@linux-foundation.org>
334 The file objs_per_slab is read-only and specifies how many
342 Christoph Lameter <cl@linux-foundation.org>
345 allocated. It is writable and can be changed to increase the
351 (see Documentation/admin-guide/kernel-parameters.rst), the minimum possible
352 order is used and this sysfs entry can not be used to change
359 Christoph Lameter <cl@linux-foundation.org>
361 The order_fallback file shows how many times an allocation of a
363 fallen back to its minimum possible order. It can be written to
372 Christoph Lameter <cl@linux-foundation.org>
374 The partial file is read-only and displays how long many
381 Christoph Lameter <cl@linux-foundation.org>
390 Christoph Lameter <cl@linux-foundation.org>
399 Christoph Lameter <cl@linux-foundation.org>
408 Christoph Lameter <cl@linux-foundation.org>
411 times SLUB will attempt to refill the cpu slab with a partial
412 slab from a remote node as opposed to allocating a new slab on
422 Christoph Lameter <cl@linux-foundation.org>
433 Christoph Lameter <cl@linux-foundation.org>
435 The shrink file is used to reclaim unused slab cache
436 memory from a cache. Empty per-cpu or partial slabs
449 Christoph Lameter <cl@linux-foundation.org>
451 The slab_size file is read-only and specifies the object size
458 Christoph Lameter <cl@linux-foundation.org>
460 The slabs file is read-only and displays how long many slabs
468 Christoph Lameter <cl@linux-foundation.org>
477 Christoph Lameter <cl@linux-foundation.org>
479 The total_objects file is read-only and displays how many total
486 Christoph Lameter <cl@linux-foundation.org>
495 Christoph Lameter <cl@linux-foundation.org>
497 Writing to the validate file causes SLUB to traverse all of its
504 The usersize file is read-only and contains the usercopy
511 This read-only file shows the number of partialli allocated
518 This read-only file shows the number of per cpu partial
519 pages to keep around.