Home
last modified time | relevance | path

Searched refs:prefetch_grp (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/ext4/
H A Dmballoc.c2324 ext4_group_t prefetch_grp = 0, ngroups, group, i; in ext4_mb_regular_allocator() local
2396 prefetch_grp = group; in ext4_mb_regular_allocator()
2414 if ((prefetch_grp == group) && in ext4_mb_regular_allocator()
2425 prefetch_grp = ext4_mb_prefetch(sb, group, in ext4_mb_regular_allocator()
2515 ext4_mb_prefetch_fini(sb, prefetch_grp, nr); in ext4_mb_regular_allocator()
/kernel/linux/linux-6.6/fs/ext4/
H A Dmballoc.c2793 ext4_group_t prefetch_grp = 0, ngroups, group, i; in ext4_mb_regular_allocator() local
2864 prefetch_grp = group; in ext4_mb_regular_allocator()
2882 if ((prefetch_grp == group) && in ext4_mb_regular_allocator()
2891 prefetch_grp = ext4_mb_prefetch(sb, group, in ext4_mb_regular_allocator()
2987 ext4_mb_prefetch_fini(sb, prefetch_grp, nr); in ext4_mb_regular_allocator()

Completed in 17 milliseconds