Home
last modified time | relevance | path

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

/linux-5.19.10/block/
Dblk-settings.c394 max(queue_io_opt(q) * 2 / PAGE_SIZE, VM_READAHEAD_PAGES); in disk_update_readahead()
480 max(queue_io_opt(q) * 2 / PAGE_SIZE, VM_READAHEAD_PAGES); in blk_queue_io_opt()
/linux-5.19.10/mm/
Dbacking-dev.c809 bdi->ra_pages = VM_READAHEAD_PAGES; in bdi_alloc()
810 bdi->io_pages = VM_READAHEAD_PAGES; in bdi_alloc()
/linux-5.19.10/include/linux/
Dpagemap.h1205 #define VM_READAHEAD_PAGES (SZ_128K / PAGE_SIZE) macro