Home
last modified time | relevance | path

Searched refs:nullb (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/block/null_blk/
H A Dmain.c275 static void null_del_dev(struct nullb *nullb);
277 static struct nullb *null_find_dev_by_name(const char *name);
382 if (!dev->nullb) in nullb_update_nr_hw_queues()
407 set = dev->nullb->tag_set; in nullb_update_nr_hw_queues()
513 null_del_dev(dev->nullb); in nullb_device_power_store()
702 null_del_dev(dev->nullb); in nullb_group_drop_item()
762 static inline int null_cache_active(struct nullb *nullb) in null_cache_active() argument
764 return test_bit(NULLB_DEV_FL_CACHE, &nullb->dev->flags); in null_cache_active()
890 static void null_free_sector(struct nullb *nullb, sector_t sector, in null_free_sector() argument
898 root = is_cache ? &nullb->dev->cache : &nullb->dev->data; in null_free_sector()
[all …]
/linux/Documentation/block/
H A Dnull_blk.rst10 The null block device (``/dev/nullb*``) is used for benchmarking the various
114 0 nullb* use default blk-mq io scheduler
115 1 nullb* doesn't use io scheduler