Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dmballoc.h165 __u16 ac_found; member
H A Dmballoc.c1755 if (ac->ac_found > sbi->s_mb_max_to_scan && in ext4_mb_check_limits()
1767 if ((finish_group || ac->ac_found > sbi->s_mb_min_to_scan) in ext4_mb_check_limits()
1802 ac->ac_found++; in ext4_mb_measure_extent()
1914 ac->ac_found++; in ext4_mb_find_by_goal()
1922 ac->ac_found++; in ext4_mb_find_by_goal()
1931 ac->ac_found++; in ext4_mb_find_by_goal()
1974 ac->ac_found++; in ext4_mb_simple_scan_group()
2087 ac->ac_found++; in ext4_mb_scan_aligned()
3650 atomic_add(ac->ac_found, &sbi->s_bal_ex_scanned); in ext4_mb_collect_stats()
3654 if (ac->ac_found > sbi->s_mb_max_to_scan) in ext4_mb_collect_stats()
[all …]
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dext4.h1067 __entry->found = ac->ac_found;