Home
last modified time | relevance | path

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

/linux-6.12.1/arch/um/kernel/
Dum_arch.c292 char *to_parse = strstr(line, ":"); in parse_cache_line() local
293 if (to_parse) { in parse_cache_line()
294 to_parse++; in parse_cache_line()
295 while (*to_parse != 0 && isspace(*to_parse)) { in parse_cache_line()
296 to_parse++; in parse_cache_line()
298 if (kstrtoul(to_parse, 10, &res) == 0 && is_power_of_2(res)) in parse_cache_line()