Searched refs:node_id (Results 1 – 3 of 3) sorted by relevance
1283 struct gendisk *__alloc_disk_node(struct request_queue *q, int node_id, in __alloc_disk_node() argument1291 disk = kzalloc_node(sizeof(struct gendisk), GFP_KERNEL, node_id); in __alloc_disk_node()1295 disk->bdi = bdi_alloc(node_id); in __alloc_disk_node()1303 disk->node_id = node_id; in __alloc_disk_node()
539 struct request_queue *blk_alloc_queue(int node_id) in blk_alloc_queue() argument545 GFP_KERNEL | __GFP_ZERO, node_id); in blk_alloc_queue()563 q->node = node_id; in blk_alloc_queue()
367 struct request_queue *blk_alloc_queue(int node_id);