Searched refs:next_loop (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | stb0899_algo.c | 200 short int derot_step, derot_freq = 0, derot_limit, next_loop = 3; in stb0899_search_tmg() local 210 while ((stb0899_check_tmg(state) != TIMINGOK) && next_loop) { in stb0899_search_tmg() 215 next_loop--; in stb0899_search_tmg() 217 if (next_loop) { in stb0899_search_tmg() 270 short int derot_freq = 0, last_derot_freq = 0, derot_limit, next_loop = 3; in stb0899_search_carrier() local 291 next_loop--; in stb0899_search_carrier() 293 if (next_loop) { in stb0899_search_carrier() 305 } while ((internal->status != CARRIEROK) && next_loop); in stb0899_search_carrier() 379 short int derot_freq, derot_step, derot_limit, next_loop = 3; in stb0899_search_data() local 396 next_loop in stb0899_search_data() [all...] |
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/ |
H A D | stb0899_algo.c | 200 short int derot_step, derot_freq = 0, derot_limit, next_loop = 3; in stb0899_search_tmg() local 210 while ((stb0899_check_tmg(state) != TIMINGOK) && next_loop) { in stb0899_search_tmg() 215 next_loop--; in stb0899_search_tmg() 217 if (next_loop) { in stb0899_search_tmg() 270 short int derot_freq = 0, last_derot_freq = 0, derot_limit, next_loop = 3; in stb0899_search_carrier() local 291 next_loop--; in stb0899_search_carrier() 293 if (next_loop) { in stb0899_search_carrier() 305 } while ((internal->status != CARRIEROK) && next_loop); in stb0899_search_carrier() 379 short int derot_freq, derot_step, derot_limit, next_loop = 3; in stb0899_search_data() local 396 next_loop in stb0899_search_data() [all...] |
/kernel/linux/linux-5.10/fs/ |
H A D | remap_range.c | 546 goto next_loop; in vfs_dedupe_file_range() 566 next_loop: in vfs_dedupe_file_range()
|
/kernel/linux/linux-6.6/fs/ |
H A D | remap_range.c | 546 goto next_loop; in vfs_dedupe_file_range() 566 next_loop: in vfs_dedupe_file_range()
|
/kernel/linux/linux-5.10/drivers/crypto/nx/ |
H A D | nx.c | 386 goto next_loop; in nx_of_update_msc() 393 goto next_loop; in nx_of_update_msc() 440 next_loop: in nx_of_update_msc()
|
/kernel/linux/linux-6.6/drivers/crypto/nx/ |
H A D | nx.c | 387 goto next_loop; in nx_of_update_msc() 394 goto next_loop; in nx_of_update_msc() 441 next_loop: in nx_of_update_msc()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-integrity.c | 2347 unsigned k, l, next_loop; in do_journal_write() local 2382 next_loop = k - 1; in do_journal_write() 2456 j = next_loop; in do_journal_write()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-integrity.c | 2552 unsigned int k, l, next_loop; in do_journal_write() local 2588 next_loop = k - 1; in do_journal_write() 2662 j = next_loop; in do_journal_write()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | refcounttree.c | 4558 goto next_loop; in ocfs2_reflink_remap_extent() 4598 next_loop: in ocfs2_reflink_remap_extent()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | refcounttree.c | 4529 goto next_loop; in ocfs2_reflink_remap_extent() 4569 next_loop: in ocfs2_reflink_remap_extent()
|
Completed in 31 milliseconds