Searched refs:cur_step (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/fs/ext4/ |
D | readpage.c | 66 unsigned int cur_step; member 135 switch (++ctx->cur_step) { in bio_post_read_processing() 142 ctx->cur_step++; in bio_post_read_processing() 150 ctx->cur_step++; in bio_post_read_processing() 179 ctx->cur_step = STEP_INITIAL; in mpage_end_io()
|
/kernel/linux/linux-4.19/drivers/media/dvb-frontends/ |
D | stv090x.c | 1695 s32 tmg_cpt = 0, dir = 1, steps, cur_step = 0, freq; in stv090x_srate_srch_coarse() local 1766 cur_step = 0; in stv090x_srate_srch_coarse() 1770 while ((!tmg_lock) && (cur_step < steps)) { in stv090x_srate_srch_coarse() 1794 cur_step++; in stv090x_srate_srch_coarse() 1799 else if (cur_step < steps) { in stv090x_srate_srch_coarse() 1801 freq += cur_step * car_step; in stv090x_srate_srch_coarse() 1803 freq -= cur_step * car_step; in stv090x_srate_srch_coarse() 2144 s32 car_step, steps, cur_step, dir, freq, timeout_lock; in stv090x_get_coldlock() local 2184 cur_step = 1; in stv090x_get_coldlock() 2189 while ((cur_step <= steps) && (!lock)) { in stv090x_get_coldlock() [all …]
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
D | stv090x.c | 1683 s32 tmg_cpt = 0, dir = 1, steps, cur_step = 0, freq; in stv090x_srate_srch_coarse() local 1754 cur_step = 0; in stv090x_srate_srch_coarse() 1758 while ((!tmg_lock) && (cur_step < steps)) { in stv090x_srate_srch_coarse() 1782 cur_step++; in stv090x_srate_srch_coarse() 1787 else if (cur_step < steps) { in stv090x_srate_srch_coarse() 1789 freq += cur_step * car_step; in stv090x_srate_srch_coarse() 1791 freq -= cur_step * car_step; in stv090x_srate_srch_coarse() 2132 s32 car_step, steps, cur_step, dir, freq, timeout_lock; in stv090x_get_coldlock() local 2172 cur_step = 1; in stv090x_get_coldlock() 2177 while ((cur_step <= steps) && (!lock)) { in stv090x_get_coldlock() [all …]
|
/kernel/linux/linux-4.19/fs/f2fs/ |
D | data.c | 68 unsigned int cur_step; member 110 switch (++ctx->cur_step) { in bio_post_read_processing() 117 ctx->cur_step++; in bio_post_read_processing() 139 ctx->cur_step = STEP_INITIAL; in f2fs_read_end_io()
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | fsverity.rst | 531 unsigned int cur_step;
|