Searched refs:ondemand_readahead (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/mm/ |
H A D | readahead.c | 435 static void ondemand_readahead(struct readahead_control *ractl, in ondemand_readahead() function 577 ondemand_readahead(ractl, ra, false, req_count); in page_cache_sync_ra() 607 ondemand_readahead(ractl, ra, true, req_count); in page_cache_async_ra()
|
/kernel/linux/linux-6.6/mm/ |
H A D | readahead.c | 552 static void ondemand_readahead(struct readahead_control *ractl, in ondemand_readahead() function 695 ondemand_readahead(ractl, NULL, req_count); in page_cache_sync_ra() 717 ondemand_readahead(ractl, folio, req_count); in page_cache_async_ra()
|
Completed in 3 milliseconds