Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dbacking-dev.h402 return inode_congested(inode, 1 << WB_async_congested); in inode_write_congested()
408 (1 << WB_async_congested)); in inode_rw_congested()
423 return bdi_congested(bdi, 1 << WB_async_congested); in bdi_write_congested()
429 (1 << WB_async_congested)); in bdi_rw_congested()
Dbacking-dev-defs.h32 WB_async_congested, /* The async (write) queue is getting full */ enumerator
/kernel/linux/linux-5.10/mm/
Dbacking-dev.c931 bit = sync ? WB_sync_congested : WB_async_congested; in clear_bdi_congested()
944 bit = sync ? WB_sync_congested : WB_async_congested; in set_bdi_congested()