Home
last modified time | relevance | path

Searched refs:ac_found (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
H A Dmballoc.h165 __u16 ac_found; member
H A Dmballoc.c1768 if (ac->ac_found > sbi->s_mb_max_to_scan && in ext4_mb_check_limits()
1780 if ((finish_group || ac->ac_found > sbi->s_mb_min_to_scan) in ext4_mb_check_limits()
1815 ac->ac_found++; in ext4_mb_measure_extent()
1931 ac->ac_found++; in ext4_mb_find_by_goal()
1939 ac->ac_found++; in ext4_mb_find_by_goal()
1948 ac->ac_found++; in ext4_mb_find_by_goal()
1992 ac->ac_found++; in ext4_mb_simple_scan_group()
2105 ac->ac_found++; in ext4_mb_scan_aligned()
3752 atomic_add(ac->ac_found, &sbi->s_bal_ex_scanned); in ext4_mb_collect_stats()
3757 if (ac->ac_found > sb in ext4_mb_collect_stats()
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A Dmballoc.h199 __u16 ac_found; member
H A Dmballoc.c2192 if (ac->ac_found > sbi->s_mb_max_to_scan && in ext4_mb_check_limits()
2204 if (finish_group || ac->ac_found > sbi->s_mb_min_to_scan) in ext4_mb_check_limits()
2244 ac->ac_found++; in ext4_mb_measure_extent()
2359 ac->ac_found++; in ext4_mb_find_by_goal()
2367 ac->ac_found++; in ext4_mb_find_by_goal()
2376 ac->ac_found++; in ext4_mb_find_by_goal()
2422 ac->ac_found++; in ext4_mb_simple_scan_group()
2556 ac->ac_found++; in ext4_mb_scan_aligned()
4609 atomic_add(ac->ac_found, &sbi->s_bal_ex_scanned); in ext4_mb_collect_stats()
4622 if (ac->ac_found > sb in ext4_mb_collect_stats()
[all...]
/kernel/linux/linux-5.10/include/trace/events/
H A Dext4.h1069 __entry->found = ac->ac_found;
/kernel/linux/linux-6.6/include/trace/events/
H A Dext4.h1071 __entry->found = ac->ac_found;

Completed in 17 milliseconds