Home
last modified time | relevance | path

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

/linux/arch/um/kernel/
H A Dum_arch.c280 char *to_parse = strstr(line, ":"); in parse_cache_line() local
281 if (to_parse) { in parse_cache_line()
282 to_parse++; in parse_cache_line()
283 while (*to_parse != 0 && isspace(*to_parse)) { in parse_cache_line()
284 to_parse++; in parse_cache_line()
286 if (kstrtoul(to_parse, 10, &res) == 0 && is_power_of_2(res)) in parse_cache_line()