Lines Matching +full:25 +full:a
7 The /sys/kernel/slab directory contains a snapshot of the
45 KernelVersion: 2.6.25
56 KernelVersion: 2.6.25
60 The alloc_from_partial file shows how many times a cpu slab has
61 been full and it has been refilled by using a slab from the list
68 KernelVersion: 2.6.25
79 KernelVersion: 2.6.25
83 The alloc_slab file is shows how many times a new slab had to
90 KernelVersion: 2.6.25
95 allocated using the slow path because of a refill or
96 allocation from a partial or new slab. It can be written to
125 The file cpuslab_flush shows how many times a cache's cpu slabs
126 have been flushed as the result of destroying or shrinking a
127 cache, a cpu going offline, or as the result of forcing an
128 allocation from a certain node. It can be written to clear the
139 constructor function, which is invoked for each object when a
144 KernelVersion: 2.6.25
154 KernelVersion: 2.6.25
158 The deactivate_full file shows how many times a full cpu slab
164 KernelVersion: 2.6.25
168 The deactivate_remote_frees file shows how many times a cpu slab
175 KernelVersion: 2.6.25
179 The deactivate_to_head file shows how many times a partial cpu
186 KernelVersion: 2.6.25
190 The deactivate_to_tail file shows how many times a partial cpu
206 KernelVersion: 2.6.25
211 been freed in a full slab so that it had to added to its node's
227 KernelVersion: 2.6.25
238 KernelVersion: 2.6.25
243 a frozen slab (i.e. a remote cpu slab). It can be written to
249 KernelVersion: 2.6.25
254 been freed to a now-empty slab so that it had to be removed from
261 KernelVersion: 2.6.25
272 KernelVersion: 2.6.25
277 using the slow path (i.e. to a full or partial slab). It can
297 remain on a node's partial list to avoid the overhead of
336 objects may be allocated from a single slab of the order
347 number of objects per slab. If a slab cannot be allocated
362 The order_fallback file shows how many times an allocation of a
385 when a new slab is allocated.
407 KernelVersion: 2.6.25
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
437 memory from a cache. Empty per-cpu or partial slabs
440 It only accepts a value of "1" on write for shrinking
472 allocation or free should be tracked for a cache.
481 objects a cache has and from which nodes they are from.