Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dbacking-dev.h471 return inode_congested(inode, 1 << WB_async_congested); in inode_write_congested()
477 (1 << WB_async_congested)); in inode_rw_congested()
492 return bdi_congested(bdi, 1 << WB_async_congested); in bdi_write_congested()
498 (1 << WB_async_congested)); in bdi_rw_congested()
Dbacking-dev-defs.h32 WB_async_congested, /* The async (write) queue is getting full */ enumerator
/Linux-v4.19/mm/
Dbacking-dev.c988 bit = sync ? WB_sync_congested : WB_async_congested; in clear_wb_congested()
1001 bit = sync ? WB_sync_congested : WB_async_congested; in set_wb_congested()
/Linux-v4.19/drivers/block/drbd/
Ddrbd_main.c2430 r |= (1 << WB_async_congested); in drbd_congested()
2453 if (bdi_bits & (1 << WB_async_congested) && in drbd_congested()
2455 r |= (1 << WB_async_congested); in drbd_congested()
Ddrbd_nl.c3336 (1 << WB_async_congested) | in device_to_statistics()
/Linux-v4.19/drivers/md/
Draid1.c756 if ((bits & (1 << WB_async_congested)) && in raid1_congested()
771 if ((bits & (1 << WB_async_congested)) || 1) in raid1_congested()
Draid10.c871 if ((bits & (1 << WB_async_congested)) && in raid10_congested()