Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dmballoc.h165 __u16 ac_found; member
Dmballoc.c1696 if (ac->ac_found > sbi->s_mb_max_to_scan && in ext4_mb_check_limits()
1708 if ((finish_group || ac->ac_found > sbi->s_mb_min_to_scan) in ext4_mb_check_limits()
1743 ac->ac_found++; in ext4_mb_measure_extent()
1855 ac->ac_found++; in ext4_mb_find_by_goal()
1863 ac->ac_found++; in ext4_mb_find_by_goal()
1872 ac->ac_found++; in ext4_mb_find_by_goal()
1915 ac->ac_found++; in ext4_mb_simple_scan_group()
2028 ac->ac_found++; in ext4_mb_scan_aligned()
3305 atomic_add(ac->ac_found, &sbi->s_bal_ex_scanned); in ext4_mb_collect_stats()
3309 if (ac->ac_found > sbi->s_mb_max_to_scan) in ext4_mb_collect_stats()
[all …]
/linux-4.19.296/include/trace/events/
Dext4.h1019 __entry->found = ac->ac_found;