Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/mm/
Dreadahead.c553 if (!ra->ra_pages || blk_cgroup_congested()) { in page_cache_sync_ra()
633 if (blk_cgroup_congested()) in page_cache_async_ra()
Dswapfile.c4018 if (!blk_cgroup_congested()) in __folio_throttle_swaprate()
/linux-6.12.1/block/
Dblk-cgroup.c2186 bool blk_cgroup_congested(void) in blk_cgroup_congested() function