Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dbacking-dev.h477 return inode_congested(inode, 1 << WB_async_congested); in inode_write_congested()
483 (1 << WB_async_congested)); in inode_rw_congested()
498 return bdi_congested(bdi, 1 << WB_async_congested); in bdi_write_congested()
504 (1 << WB_async_congested)); in bdi_rw_congested()
Dbacking-dev-defs.h32 WB_async_congested, /* The async (write) queue is getting full */ enumerator
/Linux-v5.4/mm/
Dbacking-dev.c1056 bit = sync ? WB_sync_congested : WB_async_congested; in clear_wb_congested()
1069 bit = sync ? WB_sync_congested : WB_async_congested; in set_wb_congested()
/Linux-v5.4/drivers/block/drbd/
Ddrbd_main.c2439 r |= (1 << WB_async_congested); in drbd_congested()
2462 if (bdi_bits & (1 << WB_async_congested) && in drbd_congested()
2464 r |= (1 << WB_async_congested); in drbd_congested()
Ddrbd_nl.c3390 (1 << WB_async_congested) | in device_to_statistics()
/Linux-v5.4/drivers/md/
Draid1.c777 if ((bits & (1 << WB_async_congested)) && in raid1_congested()
792 if ((bits & (1 << WB_async_congested)) || 1) in raid1_congested()
Draid10.c856 if ((bits & (1 << WB_async_congested)) && in raid10_congested()