Lines Matching defs:slub_debug
282 * disabled when slub_debug=O is used and a cache's min order increases with
686 static slab_flags_t slub_debug = DEBUG_DEFAULT_FLAGS;
688 static slab_flags_t slub_debug;
1503 * Parse a block of slub_debug options. Blocks are delimited by ';'
1564 pr_err("slub_debug option '%c' unknown. skipped\n", *str);
1623 * slub_debug should be unchanged (0 or DEBUG_DEFAULT_FLAGS, depending
1629 global_flags = slub_debug;
1633 slub_debug = global_flags;
1634 if (slub_debug & SLAB_STORE_USER)
1636 if (slub_debug != 0 || slub_debug_string)
1642 (slub_debug & SLAB_POISON))
1647 __setup("slub_debug", setup_slub_debug);
1657 * slub_debug=<Debug-Options>,<slab name1>,<slab name2> ...
1667 slab_flags_t slub_debug_local = slub_debug;
1742 #define slub_debug 0
3000 pr_warn(" %s debugging increased min order, use slub_debug=O to disable.\n",
6147 (slub_debug & DEBUG_METADATA_FLAGS))