Home
last modified time | relevance | path

Searched refs:blk_cgroup_congested (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/include/linux/
Dblk-cgroup.h30 bool blk_cgroup_congested(void);
41 static inline bool blk_cgroup_congested(void) { return false; } in blk_cgroup_congested() function
/linux-6.14.4/mm/
Dreadahead.c566 if (!ra->ra_pages || blk_cgroup_congested()) { in page_cache_sync_ra()
646 if (blk_cgroup_congested()) in page_cache_async_ra()
Dswapfile.c3915 if (!blk_cgroup_congested()) in __folio_throttle_swaprate()
/linux-6.14.4/block/
Dblk-cgroup.c2193 bool blk_cgroup_congested(void) in blk_cgroup_congested() function