Lines Matching +full:25 +full:a
7 The /sys/kernel/slab directory contains a snapshot of the
44 KernelVersion: 2.6.25
55 KernelVersion: 2.6.25
59 The alloc_from_partial file shows how many times a cpu slab has
60 been full and it has been refilled by using a slab from the list
67 KernelVersion: 2.6.25
78 KernelVersion: 2.6.25
82 The alloc_slab file is shows how many times a new slab had to
89 KernelVersion: 2.6.25
94 allocated using the slow path because of a refill or
95 allocation from a partial or new slab. It can be written to
124 The file cpuslab_flush shows how many times a cache's cpu slabs
125 have been flushed as the result of destroying or shrinking a
126 cache, a cpu going offline, or as the result of forcing an
127 allocation from a certain node. It can be written to clear the
138 constructor function, which is invoked for each object when a
143 KernelVersion: 2.6.25
153 KernelVersion: 2.6.25
157 The deactivate_full file shows how many times a full cpu slab
163 KernelVersion: 2.6.25
167 The deactivate_remote_frees file shows how many times a cpu slab
174 KernelVersion: 2.6.25
178 The deactivate_to_head file shows how many times a partial cpu
185 KernelVersion: 2.6.25
189 The deactivate_to_tail file shows how many times a partial cpu
205 KernelVersion: 2.6.25
210 been freed in a full slab so that it had to added to its node's
226 KernelVersion: 2.6.25
237 KernelVersion: 2.6.25
242 a frozen slab (i.e. a remote cpu slab). It can be written to
248 KernelVersion: 2.6.25
253 been freed to a now-empty slab so that it had to be removed from
260 KernelVersion: 2.6.25
271 KernelVersion: 2.6.25
276 using the slow path (i.e. to a full or partial slab). It can
296 remain on a node's partial list to avoid the overhead of
335 objects may be allocated from a single slab of the order
346 number of objects per slab. If a slab cannot be allocated
361 The order_fallback file shows how many times an allocation of a
384 when a new slab is allocated.
406 KernelVersion: 2.6.25
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
436 memory from a cache. Empty per-cpu or partial slabs
439 It only accepts a value of "1" on write for shrinking
471 allocation or free should be tracked for a cache.
480 objects a cache has and from which nodes they are from.