Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dbacking-dev.h487 return inode_congested(inode, 1 << WB_async_congested); in inode_write_congested()
493 (1 << WB_async_congested)); in inode_rw_congested()
508 return bdi_congested(bdi, 1 << WB_async_congested); in bdi_write_congested()
514 (1 << WB_async_congested)); in bdi_rw_congested()
Dbacking-dev-defs.h28 WB_async_congested, /* The async (write) queue is getting full */ enumerator
/linux-4.4.14/mm/
Dbacking-dev.c903 bit = sync ? WB_sync_congested : WB_async_congested; in clear_wb_congested()
916 bit = sync ? WB_sync_congested : WB_async_congested; in set_wb_congested()
/linux-4.4.14/drivers/block/drbd/
Ddrbd_main.c2379 r |= (1 << WB_async_congested); in drbd_congested()
2402 if (bdi_bits & (1 << WB_async_congested) && in drbd_congested()
2404 r |= (1 << WB_async_congested); in drbd_congested()
/linux-4.4.14/drivers/md/
Draid1.c717 if ((bits & (1 << WB_async_congested)) && in raid1_congested()
732 if ((bits & (1 << WB_async_congested)) || 1) in raid1_congested()
Draid10.c828 if ((bits & (1 << WB_async_congested)) && in raid10_congested()