Home
last modified time | relevance | path

Searched refs:BDI_async_congested (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
Dbacking-dev.h31 BDI_async_congested, /* The async (write) queue is getting full */ enumerator
262 return bdi_congested(bdi, 1 << BDI_async_congested); in bdi_write_congested()
268 (1 << BDI_async_congested)); in bdi_rw_congested()
/linux-4.1.27/mm/
Dbacking-dev.c482 bit = sync ? BDI_sync_congested : BDI_async_congested; in clear_bdi_congested()
495 bit = sync ? BDI_sync_congested : BDI_async_congested; in set_bdi_congested()
/linux-4.1.27/drivers/block/drbd/
Ddrbd_main.c2379 r |= (1 << BDI_async_congested); in drbd_congested()
2402 if (bdi_bits & (1 << BDI_async_congested) && in drbd_congested()
2404 r |= (1 << BDI_async_congested); in drbd_congested()
/linux-4.1.27/drivers/md/
Draid1.c748 if ((bits & (1 << BDI_async_congested)) && in raid1_congested()
763 if ((bits & (1<<BDI_async_congested)) || 1) in raid1_congested()
Draid10.c917 if ((bits & (1 << BDI_async_congested)) && in raid10_congested()