Searched refs:to_parse (Results 1 – 1 of 1) sorted by relevance
292 char *to_parse = strstr(line, ":"); in parse_cache_line() local293 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()