Home
last modified time | relevance | path

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

/linux-6.6.21/block/
Dblk-settings.c400 max(queue_io_opt(q) * 2 / PAGE_SIZE, VM_READAHEAD_PAGES); in disk_update_readahead()
486 max(queue_io_opt(q) * 2 / PAGE_SIZE, VM_READAHEAD_PAGES); in blk_queue_io_opt()
/linux-6.6.21/mm/
Dbacking-dev.c941 bdi->ra_pages = VM_READAHEAD_PAGES; in bdi_alloc()
942 bdi->io_pages = VM_READAHEAD_PAGES; in bdi_alloc()
/linux-6.6.21/include/linux/
Dpagemap.h1281 #define VM_READAHEAD_PAGES (SZ_128K / PAGE_SIZE) macro