Searched refs:node_id (Results 1 – 7 of 7) sorted by relevance
/block/ |
D | genhd.c | 1333 struct gendisk *__alloc_disk_node(struct request_queue *q, int node_id, in __alloc_disk_node() argument 1338 disk = kzalloc_node(sizeof(struct gendisk), GFP_KERNEL, node_id); in __alloc_disk_node() 1345 disk->bdi = bdi_alloc(node_id); in __alloc_disk_node() 1356 disk->node_id = node_id; in __alloc_disk_node()
|
D | blk-core.c | 405 struct request_queue *blk_alloc_queue(int node_id) in blk_alloc_queue() argument 410 node_id); in blk_alloc_queue() 424 q->node = node_id; in blk_alloc_queue()
|
D | blk.h | 463 struct gendisk *__alloc_disk_node(struct request_queue *q, int node_id, 480 struct request_queue *blk_alloc_queue(int node_id);
|
D | blk-iolatency.c | 970 iolat = kzalloc_node(sizeof(*iolat), gfp, disk->node_id); in iolatency_pd_alloc()
|
D | bfq-cgroup.c | 515 bfqg = kzalloc_node(sizeof(*bfqg), gfp, disk->node_id); in bfq_pd_alloc()
|
D | blk-throttle.c | 344 tg = kzalloc_node(sizeof(*tg), gfp, disk->node_id); in throtl_pd_alloc()
|
D | blk-iocost.c | 2963 disk->node_id); in ioc_pd_alloc()
|