Home
last modified time | relevance | path

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

/linux-5.19.10/kernel/
Dcrash_core.c235 char *first_colon, *first_space; in __parse_crashkernel() local
256 first_space = strchr(ck_cmdline, ' '); in __parse_crashkernel()
257 if (first_colon && (!first_space || first_colon < first_space)) in __parse_crashkernel()