Lines Matching defs:slub_debug
188 * disabled when slub_debug=O is used and a cache's min order increases with
490 static slab_flags_t slub_debug = DEBUG_DEFAULT_FLAGS;
492 static slab_flags_t slub_debug;
1259 * Parse a block of slub_debug options. Blocks are delimited by ';'
1320 pr_err("slub_debug option '%c' unknown. skipped\n", *str);
1377 * slub_debug should be unchanged (0 or DEBUG_DEFAULT_FLAGS, depending
1383 global_flags = slub_debug;
1387 slub_debug = global_flags;
1388 if (slub_debug != 0 || slub_debug_string)
1392 (slub_debug & SLAB_POISON))
1397 __setup("slub_debug", setup_slub_debug);
1407 * slub_debug=<Debug-Options>,<slab name1>,<slab name2> ...
1451 return flags | slub_debug;
1480 #define slub_debug 0
2553 pr_warn(" %s debugging increased min order, use slub_debug=O to disable.\n",
5607 (slub_debug & DEBUG_METADATA_FLAGS))