Home
last modified time | relevance | path

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

/kernel/
Dcrash_core.c206 char *p = cmdline, *ck_cmdline = NULL; in get_last_crashkernel() local
227 ck_cmdline = p; in get_last_crashkernel()
231 ck_cmdline = p; in get_last_crashkernel()
237 return ck_cmdline; in get_last_crashkernel()
248 char *ck_cmdline; in __parse_crashkernel() local
254 ck_cmdline = get_last_crashkernel(cmdline, name, suffix); in __parse_crashkernel()
255 if (!ck_cmdline) in __parse_crashkernel()
258 ck_cmdline += strlen(name); in __parse_crashkernel()
261 return parse_crashkernel_suffix(ck_cmdline, crash_size, in __parse_crashkernel()
267 first_colon = strchr(ck_cmdline, ':'); in __parse_crashkernel()
[all …]