Home
last modified time | relevance | path

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

/block/
Dgenhd.c1283 struct gendisk *__alloc_disk_node(struct request_queue *q, int node_id, in __alloc_disk_node() argument
1291 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()
Dblk-core.c539 struct request_queue *blk_alloc_queue(int node_id) in blk_alloc_queue() argument
545 GFP_KERNEL | __GFP_ZERO, node_id); in blk_alloc_queue()
563 q->node = node_id; in blk_alloc_queue()
Dblk.h367 struct request_queue *blk_alloc_queue(int node_id);