Home
last modified time | relevance | path

Searched refs:congested_fn (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/include/linux/
Dbacking-dev-defs.h36 typedef int (congested_fn)(void *, int); typedef
171 congested_fn *congested_fn; /* Function pointer if device is md/dm */ member
Dbacking-dev.h173 if (bdi->congested_fn) in wb_congested()
174 return bdi->congested_fn(bdi->congested_data, cong_bits); in wb_congested()
Ddevice-mapper.h322 int (*congested_fn) (struct dm_target_callbacks *, int); member
/Linux-v4.19/drivers/md/bcache/
Drequest.c1254 g->queue->backing_dev_info->congested_fn = cached_dev_congested; in bch_cached_dev_request_init()
1363 g->queue->backing_dev_info->congested_fn = flash_dev_congested; in bch_flash_dev_request_init()
/Linux-v4.19/drivers/md/
Ddm-table.c2070 if (cb->congested_fn) in dm_table_any_congested()
2071 r |= cb->congested_fn(cb, bdi_bits); in dm_table_any_congested()
Ddm-era-target.c1516 era->callbacks.congested_fn = era_is_congested; in era_ctr()
Ddm.c1816 md->queue->backing_dev_info->congested_fn = dm_any_congested; in dm_init_normal_md_queue()
Ddm-cache-target.c2511 cache->callbacks.congested_fn = cache_is_congested; in cache_create()
Ddm-raid.c3249 rs->callbacks.congested_fn = raid_is_congested; in raid_ctr()
Ddm-thin.c3335 pt->callbacks.congested_fn = pool_is_congested; in pool_ctr()
Dmd.c5650 mddev->queue->backing_dev_info->congested_fn = md_congested; in md_run()
6036 mddev->queue->backing_dev_info->congested_fn = NULL; in do_md_stop()
/Linux-v4.19/drivers/block/drbd/
Ddrbd_main.c2819 q->backing_dev_info->congested_fn = drbd_congested; in drbd_create_device()
/Linux-v4.19/fs/btrfs/
Ddisk-io.c2937 sb->s_bdi->congested_fn = btrfs_congested_fn; in open_ctree()