Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clk/
Dclk-sparx5.c81 ulong cur_offset, best_offset = rate; in s5_search_fractional() local
88 for (d = 0; best_offset > 0 && d <= 1 ; d++) { in s5_search_fractional()
90 for (i = 0; best_offset > 0 && i < MAX_PRE; i++) { in s5_search_fractional()
92 for (j = 1; best_offset > 0 && j < MAX_SEL; j++) { in s5_search_fractional()
96 if (cur_offset < best_offset) { in s5_search_fractional()
97 best_offset = cur_offset; in s5_search_fractional()
/linux-6.1.9/fs/ocfs2/
Dsuballoc.c1282 u16 best_offset, best_size; in ocfs2_block_group_find_clear_bits() local
1290 found = start = best_offset = best_size = 0; in ocfs2_block_group_find_clear_bits()
1314 best_offset = start - found; in ocfs2_block_group_find_clear_bits()
1324 res->sr_bit_offset = best_offset; in ocfs2_block_group_find_clear_bits()