Home
last modified time | relevance | path

Searched refs:device (Results 1 – 3 of 3) sorted by relevance

/mm/
Dbacking-dev.c87 static ssize_t read_ahead_kb_store(struct device *dev, in read_ahead_kb_store()
107 static ssize_t name##_show(struct device *dev, \
117 static ssize_t min_ratio_store(struct device *dev, in min_ratio_store()
135 static ssize_t max_ratio_store(struct device *dev, in max_ratio_store()
172 int bdi_register(struct backing_dev_info *bdi, struct device *parent, in bdi_register()
177 struct device *dev; in bdi_register()
Ddmapool.c48 struct device *dev;
69 show_pools(struct device *dev, struct device_attribute *attr, char *buf) in show_pools()
130 struct dma_pool *dma_pool_create(const char *name, struct device *dev, in dma_pool_create()
449 static void dmam_pool_release(struct device *dev, void *res) in dmam_pool_release()
456 static int dmam_pool_match(struct device *dev, void *res, void *match_data) in dmam_pool_match()
472 struct dma_pool *dmam_pool_create(const char *name, struct device *dev, in dmam_pool_create()
499 struct device *dev = pool->dev; in dmam_pool_destroy()
Dswapfile.c621 int swap_type_of(dev_t device, sector_t offset, struct block_device **bdev_p) in swap_type_of() argument
626 if (device) in swap_type_of()
627 bdev = bdget(device); in swap_type_of()