Searched refs:ck_cmdline (Results 1 – 1 of 1) sorted by relevance
1378 char *p = cmdline, *ck_cmdline = NULL; in parse_crashkernel() local1388 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()