Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ext4/
Dmballoc.h200 __u16 ac_cX_found[EXT4_MB_NUM_CRS];
Dext4.h176 EXT4_MB_NUM_CRS enumerator
1599 atomic_t s_bal_cX_ex_scanned[EXT4_MB_NUM_CRS]; /* total extents scanned */
1608 atomic64_t s_bal_cX_groups_considered[EXT4_MB_NUM_CRS];
1609 atomic64_t s_bal_cX_hits[EXT4_MB_NUM_CRS];
1610 atomic64_t s_bal_cX_failed[EXT4_MB_NUM_CRS]; /* cX loop didn't find blocks */
Dmballoc.c2556 BUG_ON(cr < CR_POWER2_ALIGNED || cr >= EXT4_MB_NUM_CRS); in ext4_mb_good_group()
2832 for (; cr < EXT4_MB_NUM_CRS && ac->ac_status == AC_STATUS_CONTINUE; cr++) { in ext4_mb_regular_allocator()
4582 for (int i=0; i<EXT4_MB_NUM_CRS; i++) { in ext4_mb_collect_stats()