Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hpfs/
H A Dmap.c39 unsigned to_prefetch, next_prefetch; in hpfs_prefetch_bitmap() local
45 next_prefetch = 0; in hpfs_prefetch_bitmap()
47 next_prefetch = le32_to_cpu(hpfs_sb(s)->sb_bmp_dir[bmp_block + 1]); in hpfs_prefetch_bitmap()
48 hpfs_prefetch_sectors(s, to_prefetch, 4 + 4 * (to_prefetch + 4 == next_prefetch)); in hpfs_prefetch_bitmap()
/kernel/linux/linux-6.6/fs/hpfs/
H A Dmap.c39 unsigned to_prefetch, next_prefetch; in hpfs_prefetch_bitmap() local
45 next_prefetch = 0; in hpfs_prefetch_bitmap()
47 next_prefetch = le32_to_cpu(hpfs_sb(s)->sb_bmp_dir[bmp_block + 1]); in hpfs_prefetch_bitmap()
48 hpfs_prefetch_sectors(s, to_prefetch, 4 + 4 * (to_prefetch + 4 == next_prefetch)); in hpfs_prefetch_bitmap()

Completed in 8 milliseconds