Home
last modified time | relevance | path

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

/block/
Dblk-core.c524 struct request_queue *blk_alloc_queue(int node_id) in blk_alloc_queue() argument
531 GFP_KERNEL | __GFP_ZERO, node_id); in blk_alloc_queue()
545 q->backing_dev_info = bdi_alloc(node_id); in blk_alloc_queue()
553 q->node = node_id; in blk_alloc_queue()
Dgenhd.c1523 disk->node_id); in disk_expand_part_tbl()
1715 struct gendisk *__alloc_disk_node(int minors, int node_id) in __alloc_disk_node() argument
1727 disk = kzalloc_node(sizeof(struct gendisk), GFP_KERNEL, node_id); in __alloc_disk_node()
1736 disk->node_id = node_id; in __alloc_disk_node()
/block/partitions/
Dcore.c429 pinfo = kzalloc_node(sizeof(*pinfo), GFP_KERNEL, disk->node_id); in add_partition()