Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_iwalk.c663 #define MAX_INOBT_WALK_PREFETCH \ macro
679 inobt_records = MAX_INOBT_WALK_PREFETCH; in xfs_inobt_walk_prefetch()
692 return min_t(unsigned int, inobt_records, MAX_INOBT_WALK_PREFETCH); in xfs_inobt_walk_prefetch()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_iwalk.c697 #define MAX_INOBT_WALK_PREFETCH \ macro
713 inobt_records = MAX_INOBT_WALK_PREFETCH; in xfs_inobt_walk_prefetch()
726 return min_t(unsigned int, inobt_records, MAX_INOBT_WALK_PREFETCH); in xfs_inobt_walk_prefetch()

Completed in 3 milliseconds