Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/ext4/
H A Dmballoc.h200 __u16 ac_cX_found[EXT4_MB_NUM_CRS];
H A 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 */
H A Dmballoc.c2580 BUG_ON(cr < CR_POWER2_ALIGNED || cr >= EXT4_MB_NUM_CRS); in ext4_mb_good_group()
2856 for (; cr < EXT4_MB_NUM_CRS && ac->ac_status == AC_STATUS_CONTINUE; cr++) { in ext4_mb_regular_allocator()
4610 for (int i=0; i<EXT4_MB_NUM_CRS; i++) { in ext4_mb_collect_stats()

Completed in 16 milliseconds