Home
last modified time | relevance | path

Searched refs:cur_step (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
Dreadpage.c66 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-5.10/drivers/media/dvb-frontends/
Dstv090x.c1683 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-5.10/Documentation/filesystems/
Dfsverity.rst531 unsigned int cur_step;