Lines Matching refs:slab
6 slab caches. SLUB always includes full debugging but it is off by default.
34 slub_debug=<Debug-Options>,<slab name>
46 caused higher minimum slab orders
60 Red zoning and tracking may realign the slab. We can just apply sanity checks
65 Debugging options may require the minimum possible slab order to increase as
67 sizes). This has a higher liklihood of resulting in slab allocation errors
77 /sys/kernel/slab/<slab name>/
80 corresponding debug option. All options can be set on a slab that does
81 not contain objects. If the slab already contains objects then sanity checks
86 used on the wrong slab.
105 This also works in a more limited way if boot was without slab debug.
115 governed by the order of the allocation for each slab. The allocations
123 into one slab in order for the allocation order to be acceptable.
125 on a slab without consulting centralized resources (list_lock) where
133 super large order pages to fit slub_min_objects of a slab cache with
191 BUG <slab cache affected>: <What went wrong>
195 INFO: Slab <address> <slab information>
203 set for the slab. slub_debug sets that option)
245 FIX <slab cache affected>: <corrective action taken>
248 been overwritten. Here a string of 8 characters was written into a slab that
270 may be optimized further by locating the slab that experiences corruption