Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dbacking-dev.h466 return inode_congested(inode, 1 << WB_sync_congested); in inode_read_congested()
476 return inode_congested(inode, (1 << WB_sync_congested) | in inode_rw_congested()
487 return bdi_congested(bdi, 1 << WB_sync_congested); in bdi_read_congested()
497 return bdi_congested(bdi, (1 << WB_sync_congested) | in bdi_rw_congested()
Dbacking-dev-defs.h33 WB_sync_congested, /* The sync 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.c2437 r |= (1 << WB_sync_congested); in drbd_congested()
Ddrbd_nl.c3337 (1 << WB_sync_congested)); in device_to_statistics()