Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ext4/
Dmballoc.h199 __u16 ac_found; member
Dmballoc.c2171 if (ac->ac_found > sbi->s_mb_max_to_scan && in ext4_mb_check_limits()
2183 if (finish_group || ac->ac_found > sbi->s_mb_min_to_scan) in ext4_mb_check_limits()
2223 ac->ac_found++; in ext4_mb_measure_extent()
2336 ac->ac_found++; in ext4_mb_find_by_goal()
2344 ac->ac_found++; in ext4_mb_find_by_goal()
2353 ac->ac_found++; in ext4_mb_find_by_goal()
2398 ac->ac_found++; in ext4_mb_simple_scan_group()
2532 ac->ac_found++; in ext4_mb_scan_aligned()
4581 atomic_add(ac->ac_found, &sbi->s_bal_ex_scanned); in ext4_mb_collect_stats()
4594 if (ac->ac_found > sbi->s_mb_max_to_scan) in ext4_mb_collect_stats()
[all …]
/Linux-v6.6/include/trace/events/
Dext4.h1071 __entry->found = ac->ac_found;