Searched refs:to_parse (Results 1 – 1 of 1) sorted by relevance
293 char *to_parse = strstr(line, ":"); in parse_cache_line() local294 if (to_parse) { in parse_cache_line()295 to_parse++; in parse_cache_line()296 while (*to_parse != 0 && isspace(*to_parse)) { in parse_cache_line()297 to_parse++; in parse_cache_line()299 if (kstrtoul(to_parse, 10, &res) == 0 && is_power_of_2(res)) in parse_cache_line()