Home
last modified time | relevance | path

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

/linux/include/linux/
A Dbacking-dev.h138 static inline int wb_congested(struct bdi_writeback *wb, int cong_bits) in wb_congested() argument
140 return wb->congested & cong_bits; in wb_congested()
165 int inode_congested(struct inode *inode, int cong_bits);
393 static inline int inode_congested(struct inode *inode, int cong_bits) in inode_congested() argument
395 return wb_congested(&inode_to_bdi(inode)->wb, cong_bits); in inode_congested()
416 static inline int bdi_congested(struct backing_dev_info *bdi, int cong_bits) in bdi_congested() argument
418 return wb_congested(&bdi->wb, cong_bits); in bdi_congested()
/linux/fs/
A Dfs-writeback.c910 int inode_congested(struct inode *inode, int cong_bits) in inode_congested() argument
922 congested = wb_congested(wb, cong_bits); in inode_congested()
927 return wb_congested(&inode_to_bdi(inode)->wb, cong_bits); in inode_congested()

Completed in 8 milliseconds