Home
last modified time | relevance | path

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

/linux/drivers/clk/microchip/
H A Dclk-core.c605 unsigned int best_delta = -1, delta, match_found = 0; in spll_calc_mult_div() local
622 match_found = 1; in spll_calc_mult_div()
627 if (!match_found) { in spll_calc_mult_div()
/linux/tools/perf/
H A Dbuiltin-sched.c1558 bool match_found = fuzzy_match ? !!strstr(comm_str, node->s) : in sched_match_task()
1560 if (match_found) in sched_match_task()
1564 bool match_found = fuzzy_match ? !!strstr(comm_str, node->s) : sched_match_task() local