Lines Matching refs:s
3280 static int __init hugepages_setup(char *s) in hugepages_setup() argument
3286 pr_warn("HugeTLB: hugepages=%s does not follow a valid hugepagesz, ignoring\n", s); in hugepages_setup()
3303 …HugeTLB: hugepages= specified twice without interleaving hugepagesz=, ignoring hugepages=%s\n", s); in hugepages_setup()
3307 if (sscanf(s, "%lu", mhp) <= 0) in hugepages_setup()
3331 static int __init hugepagesz_setup(char *s) in hugepagesz_setup() argument
3337 size = (unsigned long)memparse(s, NULL); in hugepagesz_setup()
3340 pr_err("HugeTLB: unsupported hugepagesz=%s\n", s); in hugepagesz_setup()
3355 pr_warn("HugeTLB: hugepagesz=%s specified twice, ignoring\n", s); in hugepagesz_setup()
3379 static int __init default_hugepagesz_setup(char *s) in default_hugepagesz_setup() argument
3385 pr_err("HugeTLB: default_hugepagesz previously specified, ignoring %s\n", s); in default_hugepagesz_setup()
3389 size = (unsigned long)memparse(s, NULL); in default_hugepagesz_setup()
3392 pr_err("HugeTLB: unsupported default_hugepagesz=%s\n", s); in default_hugepagesz_setup()