Searched refs:bdi_bits (Results 1 – 5 of 5) sorted by relevance
/drivers/md/ |
D | dm.h | 60 int dm_table_any_congested(struct dm_table *t, int bdi_bits);
|
D | dm-table.c | 1514 int dm_table_any_congested(struct dm_table *t, int bdi_bits) in dm_table_any_congested() argument 1526 r |= bdi_congested(&q->backing_dev_info, bdi_bits); in dm_table_any_congested() 1535 r |= cb->congested_fn(cb, bdi_bits); in dm_table_any_congested()
|
D | dm.c | 1717 static int dm_any_congested(void *congested_data, int bdi_bits) in dm_any_congested() argument 1719 int r = bdi_bits; in dm_any_congested() 1732 bdi_bits; in dm_any_congested() 1734 r = dm_table_any_congested(map, bdi_bits); in dm_any_congested()
|
D | dm-thin.c | 1604 static int pool_is_congested(struct dm_target_callbacks *cb, int bdi_bits) in pool_is_congested() argument 1616 r = bdi_congested(&q->backing_dev_info, bdi_bits); in pool_is_congested()
|
/drivers/block/drbd/ |
D | drbd_main.c | 3353 static int drbd_congested(void *congested_data, int bdi_bits) in drbd_congested() argument 3362 r = bdi_bits; in drbd_congested() 3369 r = bdi_congested(&q->backing_dev_info, bdi_bits); in drbd_congested() 3375 if (bdi_bits & (1 << BDI_async_congested) && test_bit(NET_CONGESTED, &mdev->flags)) { in drbd_congested()
|