Home
last modified time | relevance | path

Searched refs:ck_cmdline (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/kernel/
Dkexec.c1378 char *p = cmdline, *ck_cmdline = NULL; in parse_crashkernel() local
1388 ck_cmdline = p; in parse_crashkernel()
1392 if (!ck_cmdline) in parse_crashkernel()
1395 ck_cmdline += 12; /* strlen("crashkernel=") */ in parse_crashkernel()
1401 first_colon = strchr(ck_cmdline, ':'); in parse_crashkernel()
1402 first_space = strchr(ck_cmdline, ' '); in parse_crashkernel()
1404 return parse_crashkernel_mem(ck_cmdline, system_ram, in parse_crashkernel()
1407 return parse_crashkernel_simple(ck_cmdline, crash_size, in parse_crashkernel()