• Home
  • Raw
  • Download

Lines Matching full:cache

8 		internal state of the SLUB allocator for each cache.  Certain
9 files may be modified to change the behavior of the cache (and
10 any cache it aliases, if any).
13 What: /sys/kernel/slab/cache/aliases
20 have merged into this cache.
22 What: /sys/kernel/slab/cache/align
28 The align file is read-only and specifies the cache's object
31 What: /sys/kernel/slab/cache/alloc_calls
38 locations from which allocations for this cache were performed.
40 enabled for that cache (see Documentation/vm/slub.rst).
42 What: /sys/kernel/slab/cache/alloc_fastpath
53 What: /sys/kernel/slab/cache/alloc_from_partial
65 What: /sys/kernel/slab/cache/alloc_refill
76 What: /sys/kernel/slab/cache/alloc_slab
87 What: /sys/kernel/slab/cache/alloc_slowpath
99 What: /sys/kernel/slab/cache/cache_dma
109 What: /sys/kernel/slab/cache/cpu_slabs
118 What: /sys/kernel/slab/cache/cpuslab_flush
124 The file cpuslab_flush shows how many times a cache's cpu slabs
126 cache, a cpu going offline, or as the result of forcing an
131 What: /sys/kernel/slab/cache/ctor
137 The ctor file is read-only and specifies the cache's object
141 What: /sys/kernel/slab/cache/deactivate_empty
151 What: /sys/kernel/slab/cache/deactivate_full
161 What: /sys/kernel/slab/cache/deactivate_remote_frees
172 What: /sys/kernel/slab/cache/deactivate_to_head
183 What: /sys/kernel/slab/cache/deactivate_to_tail
194 What: /sys/kernel/slab/cache/destroy_by_rcu
203 What: /sys/kernel/slab/cache/free_add_partial
214 What: /sys/kernel/slab/cache/free_calls
224 What: /sys/kernel/slab/cache/free_fastpath
235 What: /sys/kernel/slab/cache/free_frozen
246 What: /sys/kernel/slab/cache/free_remove_partial
258 What: /sys/kernel/slab/cache/free_slab
269 What: /sys/kernel/slab/cache/free_slowpath
280 What: /sys/kernel/slab/cache/hwcache_align
289 What: /sys/kernel/slab/cache/min_partial
300 What: /sys/kernel/slab/cache/object_size
306 The object_size file is read-only and specifies the cache's
309 What: /sys/kernel/slab/cache/objects
318 What: /sys/kernel/slab/cache/objects_partial
328 What: /sys/kernel/slab/cache/objs_per_slab
336 specified in /sys/kernel/slab/cache/order.
338 What: /sys/kernel/slab/cache/order
354 What: /sys/kernel/slab/cache/order_fallback
361 new slab has not been possible at the cache's order and instead
366 What: /sys/kernel/slab/cache/partial
375 What: /sys/kernel/slab/cache/poison
384 What: /sys/kernel/slab/cache/reclaim_account
390 The reclaim_account file specifies whether the cache's objects
393 What: /sys/kernel/slab/cache/red_zone
399 The red_zone file specifies whether the cache's objects are red
402 What: /sys/kernel/slab/cache/remote_node_defrag_ratio
415 What: /sys/kernel/slab/cache/sanity_checks
426 What: /sys/kernel/slab/cache/shrink
432 The shrink file is used to reclaim unused slab cache
433 memory from a cache. Empty per-cpu or partial slabs
437 the cache. Other input values are considered invalid.
442 What: /sys/kernel/slab/cache/slab_size
451 What: /sys/kernel/slab/cache/slabs
461 What: /sys/kernel/slab/cache/store_user
468 allocation or free should be tracked for a cache.
470 What: /sys/kernel/slab/cache/total_objects
477 objects a cache has and from which nodes they are from.
479 What: /sys/kernel/slab/cache/trace
488 What: /sys/kernel/slab/cache/validate
495 cache's objects and check the validity of metadata.