Home
last modified time | relevance | path

Searched refs:best_offset (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/
H A 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()
/kernel/linux/linux-6.6/drivers/clk/
H A 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()
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dsuballoc.c1284 u16 best_offset, best_size; in ocfs2_block_group_find_clear_bits() local
1292 found = start = best_offset = best_size = 0; in ocfs2_block_group_find_clear_bits()
1316 best_offset = start - found; in ocfs2_block_group_find_clear_bits()
1326 res->sr_bit_offset = best_offset; in ocfs2_block_group_find_clear_bits()
/kernel/linux/linux-6.6/fs/ocfs2/
H A 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()

Completed in 8 milliseconds