Home
last modified time | relevance | path

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

/linux-6.15/fs/ext4/
H A Dmballoc.h199 __u16 ac_cX_found[EXT4_MB_NUM_CRS];
H A Dext4.h176 EXT4_MB_NUM_CRS enumerator
1620 atomic_t s_bal_cX_ex_scanned[EXT4_MB_NUM_CRS]; /* total extents scanned */
1629 atomic64_t s_bal_cX_groups_considered[EXT4_MB_NUM_CRS];
1630 atomic64_t s_bal_cX_hits[EXT4_MB_NUM_CRS];
1631 atomic64_t s_bal_cX_failed[EXT4_MB_NUM_CRS]; /* cX loop didn't find blocks */
H A Dmballoc.c2586 BUG_ON(cr < CR_POWER2_ALIGNED || cr >= EXT4_MB_NUM_CRS); in ext4_mb_good_group()
2862 for (; cr < EXT4_MB_NUM_CRS && ac->ac_status == AC_STATUS_CONTINUE; cr++) { in ext4_mb_regular_allocator()
4601 for (int i=0; i<EXT4_MB_NUM_CRS; i++) { in ext4_mb_collect_stats()