Searched refs:next_loop (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | stb0899_algo.c | 212 short int derot_step, derot_freq = 0, derot_limit, next_loop = 3; in stb0899_search_tmg() local 222 while ((stb0899_check_tmg(state) != TIMINGOK) && next_loop) { in stb0899_search_tmg() 227 next_loop--; in stb0899_search_tmg() 229 if (next_loop) { in stb0899_search_tmg() 282 short int derot_freq = 0, last_derot_freq = 0, derot_limit, next_loop = 3; in stb0899_search_carrier() local 303 next_loop--; in stb0899_search_carrier() 305 if (next_loop) { in stb0899_search_carrier() 317 } while ((internal->status != CARRIEROK) && next_loop); in stb0899_search_carrier() 391 short int derot_freq, derot_step, derot_limit, next_loop = 3; in stb0899_search_data() local 408 next_loop--; in stb0899_search_data() [all …]
|
/Linux-v4.19/drivers/crypto/nx/ |
D | nx.c | 398 goto next_loop; in nx_of_update_msc() 405 goto next_loop; in nx_of_update_msc() 452 next_loop: in nx_of_update_msc()
|
/Linux-v4.19/fs/ |
D | read_write.c | 2069 goto next_loop; in vfs_dedupe_file_range() 2088 next_loop: in vfs_dedupe_file_range()
|
/Linux-v4.19/drivers/md/ |
D | dm-integrity.c | 1944 unsigned k, l, next_loop; in do_journal_write() local 1973 next_loop = k - 1; in do_journal_write() 2048 j = next_loop; in do_journal_write()
|
/Linux-v4.19/fs/ocfs2/ |
D | refcounttree.c | 4565 goto next_loop; in ocfs2_reflink_remap_extent() 4605 next_loop: in ocfs2_reflink_remap_extent()
|