Home
last modified time | relevance | path

Searched refs:WB_sync_congested (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Dbacking-dev.h482 return inode_congested(inode, 1 << WB_sync_congested); in inode_read_congested()
492 return inode_congested(inode, (1 << WB_sync_congested) | in inode_rw_congested()
503 return bdi_congested(bdi, 1 << WB_sync_congested); in bdi_read_congested()
513 return bdi_congested(bdi, (1 << WB_sync_congested) | in bdi_rw_congested()
Dbacking-dev-defs.h29 WB_sync_congested, /* The sync 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.c2386 r |= (1 << WB_sync_congested); in drbd_congested()