Lines Matching refs:str
1136 static int __init setup_slub_debug(char *str) in setup_slub_debug() argument
1139 if (*str++ != '=' || !*str) in setup_slub_debug()
1145 if (*str == ',') in setup_slub_debug()
1152 if (tolower(*str) == 'o') { in setup_slub_debug()
1162 if (*str == '-') in setup_slub_debug()
1171 for (; *str && *str != ','; str++) { in setup_slub_debug()
1172 switch (tolower(*str)) { in setup_slub_debug()
1193 *str); in setup_slub_debug()
1198 if (*str == ',') in setup_slub_debug()
1199 slub_debug_slabs = str + 1; in setup_slub_debug()
3253 static int __init setup_slub_min_order(char *str) in setup_slub_min_order() argument
3255 get_option(&str, &slub_min_order); in setup_slub_min_order()
3262 static int __init setup_slub_max_order(char *str) in setup_slub_max_order() argument
3264 get_option(&str, &slub_max_order); in setup_slub_max_order()
3272 static int __init setup_slub_min_objects(char *str) in setup_slub_min_objects() argument
3274 get_option(&str, &slub_min_objects); in setup_slub_min_objects()