Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/clk/microchip/
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-6.12.1/tools/perf/
Dbuiltin-sched.c1564 bool match_found = fuzzy_match ? !!strstr(comm_str, node->s) : in sched_match_task() local
1566 if (match_found) in sched_match_task()