Lines Matching refs:str
1220 static int __init setup_slub_debug(char *str) in setup_slub_debug() argument
1223 if (*str++ != '=' || !*str) in setup_slub_debug()
1229 if (*str == ',') in setup_slub_debug()
1237 if (*str == '-') in setup_slub_debug()
1246 for (; *str && *str != ','; str++) { in setup_slub_debug()
1247 switch (tolower(*str)) { in setup_slub_debug()
1275 *str); in setup_slub_debug()
1280 if (*str == ',') in setup_slub_debug()
1281 slub_debug_slabs = str + 1; in setup_slub_debug()
3757 static int __init setup_slub_min_order(char *str) in setup_slub_min_order() argument
3759 get_option(&str, (int *)&slub_min_order); in setup_slub_min_order()
3766 static int __init setup_slub_max_order(char *str) in setup_slub_max_order() argument
3768 get_option(&str, (int *)&slub_max_order); in setup_slub_max_order()
3776 static int __init setup_slub_min_objects(char *str) in setup_slub_min_objects() argument
3778 get_option(&str, (int *)&slub_min_objects); in setup_slub_min_objects()
4774 static int __init setup_slub_memcg_sysfs(char *str) in setup_slub_memcg_sysfs() argument
4778 if (get_option(&str, &v) > 0) in setup_slub_memcg_sysfs()