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

9 		files may be modified to change the behavior of the cache (and
19 The aliases file is read-only and specifies how many caches
28 The align file is read-only and specifies the cache's object
37 The alloc_calls file is read-only and lists the kernel code
41 Documentation/admin-guide/mm/slab.rst).
49 The alloc_fastpath file shows how many objects have been
50 allocated using the fast path. It can be written to clear the
60 The alloc_from_partial file shows how many times a cpu slab has
62 of partially used slabs. It can be written to clear the current
72 The alloc_refill file shows how many times the per-cpu freelist
74 remote cpu frees. It can be written to clear the current count.
83 The alloc_slab file is shows how many times a new slab had to
84 be allocated from the page allocator. It can be written to
94 The alloc_slowpath file shows how many objects have been
96 allocation from a partial or new slab. It can be written to
106 The cache_dma file is read-only and specifies whether objects
116 The cpu_slabs file is read-only and displays how many cpu slabs
125 The file cpuslab_flush shows how many times a cache's cpu slabs
128 allocation from a certain node. It can be written to clear the
138 The ctor file is read-only and specifies the cache's object
148 The deactivate_empty file shows how many times an empty cpu slab
149 was deactivated. It can be written to clear the current count.
158 The deactivate_full file shows how many times a full cpu slab
159 was deactivated. It can be written to clear the current count.
168 The deactivate_remote_frees file shows how many times a cpu slab
170 remotely. It can be written to clear the current count.
179 The deactivate_to_head file shows how many times a partial cpu
180 slab was deactivated and added to the head of its node's partial
181 list. It can be written to clear the current count.
190 The deactivate_to_tail file shows how many times a partial cpu
191 slab was deactivated and added to the tail of its node's partial
192 list. It can be written to clear the current count.
201 The destroy_by_rcu file is read-only and specifies whether
210 The free_add_partial file shows how many times an object has
211 been freed in a full slab so that it had to added to its node's
212 partial list. It can be written to clear the current count.
221 The free_calls file is read-only and lists the locations of
223 Documentation/admin-guide/mm/slab.rst).
231 The free_fastpath file shows how many objects have been freed
233 It can be written to clear the current count.
242 The free_frozen file shows how many objects have been freed to
243 a frozen slab (i.e. a remote cpu slab). It can be written to
253 The free_remove_partial file shows how many times an object has
254 been freed to a now-empty slab so that it had to be removed from
255 its node's partial list. It can be written to clear the current
265 The free_slab file shows how many times an empty slab has been
266 freed back to the page allocator. It can be written to clear
276 The free_slowpath file shows how many objects have been freed
277 using the slow path (i.e. to a full or partial slab). It can
278 be written to clear the current count.
287 The hwcache_align file is read-only and specifies whether
296 The min_partial file specifies how many empty slabs shall
297 remain on a node's partial list to avoid the overhead of
307 The object_size file is read-only and specifies the cache's
316 The objects file is read-only and displays how many objects are
325 The objects_partial file is read-only and displays how many
335 The file objs_per_slab is read-only and specifies how many
346 allocated. It is writable and can be changed to increase the
352 (see Documentation/admin-guide/kernel-parameters.rst), the minimum possible
353 order is used and this sysfs entry can not be used to change
362 The order_fallback file shows how many times an allocation of a
364 fallen back to its minimum possible order. It can be written to
375 The partial file is read-only and displays how long many
412 times SLUB will attempt to refill the cpu slab with a partial
413 slab from a remote node as opposed to allocating a new slab on
436 The shrink file is used to reclaim unused slab cache
437 memory from a cache. Empty per-cpu or partial slabs
452 The slab_size file is read-only and specifies the object size
461 The slabs file is read-only and displays how long many slabs
480 The total_objects file is read-only and displays how many total
498 Writing to the validate file causes SLUB to traverse all of its
505 The usersize file is read-only and contains the usercopy
512 This read-only file shows the number of partialli allocated
519 This read-only file shows the number of per cpu partial
520 pages to keep around.