Home
last modified time | relevance | path

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

/linux/include/linux/
A Dbacking-dev.h416 static inline int bdi_congested(struct backing_dev_info *bdi, int cong_bits) in bdi_congested() function
423 return bdi_congested(bdi, 1 << WB_sync_congested); in bdi_read_congested()
428 return bdi_congested(bdi, 1 << WB_async_congested); in bdi_write_congested()
433 return bdi_congested(bdi, (1 << WB_sync_congested) | in bdi_rw_congested()

Completed in 4 milliseconds