Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbacking-dev.h430 static inline int bdi_congested(struct backing_dev_info *bdi, int cong_bits) in bdi_congested() function
437 return bdi_congested(bdi, 1 << WB_sync_congested); in bdi_read_congested()
442 return bdi_congested(bdi, 1 << WB_async_congested); in bdi_write_congested()
447 return bdi_congested(bdi, (1 << WB_sync_congested) | in bdi_rw_congested()