Home
last modified time | relevance | path

Searched refs:loops (Results 1 – 5 of 5) sorted by relevance

/fs/gfs2/
A Drgrp.c1963 if (loops == 1) in gfs2_rgrp_congested()
2052 int loops = 0; in gfs2_inplace_reserve() local
2075 while (loops < 3) { in gfs2_inplace_reserve()
2085 if (loops == 0 && in gfs2_inplace_reserve()
2088 if ((loops < 2) && in gfs2_inplace_reserve()
2090 gfs2_rgrp_congested(rs->rs_rgd, loops)) in gfs2_inplace_reserve()
2099 if (!gfs2_rs_active(rs) && (loops < 2) && in gfs2_inplace_reserve()
2100 gfs2_rgrp_congested(rs->rs_rgd, loops)) in gfs2_inplace_reserve()
2130 if (!gfs2_rs_active(rs) && (loops < 1)) in gfs2_inplace_reserve()
2175 loops++; in gfs2_inplace_reserve()
[all …]
/fs/btrfs/
A Dspace-info.c683 int loops; in shrink_delalloc() local
720 loops = 0; in shrink_delalloc()
721 while ((delalloc_bytes || ordered_bytes) && loops < 3) { in shrink_delalloc()
767 loops++; in shrink_delalloc()
1249 int loops = 0; in btrfs_preempt_reclaim_metadata_space() local
1266 loops++; in btrfs_preempt_reclaim_metadata_space()
1327 if (loops == 1 && !space_info->reclaim_size) in btrfs_preempt_reclaim_metadata_space()
A Dblock-group.c3398 int loops = 0; in btrfs_start_dirty_block_groups() local
3528 if (!ret && loops == 0) { in btrfs_start_dirty_block_groups()
3529 loops++; in btrfs_start_dirty_block_groups()
A Dextent_io.c318 int loops = 0; in find_lock_delalloc_range() local
365 if (!loops) { in find_lock_delalloc_range()
367 loops = 1; in find_lock_delalloc_range()
/fs/btrfs/tests/
A Dextent-io-tests.c30 int loops = 0; in process_page_range() local
50 loops++; in process_page_range()
51 if (loops > 100000) { in process_page_range()

Completed in 36 milliseconds