Searched refs:blk_alloc_queue_node (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/drivers/block/
H A Dnull_blk.c538 nullb->q = blk_alloc_queue_node(GFP_KERNEL, home_node); null_add_dev()
/linux-4.1.27/block/
H A Dblk-core.c604 return blk_alloc_queue_node(gfp_mask, NUMA_NO_NODE); blk_alloc_queue()
608 struct request_queue *blk_alloc_queue_node(gfp_t gfp_mask, int node_id) blk_alloc_queue_node() function
679 EXPORT_SYMBOL(blk_alloc_queue_node); variable
725 uninit_q = blk_alloc_queue_node(GFP_KERNEL, node_id); blk_init_queue_node()
H A Dblk-cgroup.c854 * Called from blk_alloc_queue_node(). Responsible for initializing blkcg
H A Dblk-mq.c1911 uninit_q = blk_alloc_queue_node(GFP_KERNEL, set->numa_node); blk_mq_init_queue()
/linux-4.1.27/include/linux/
H A Dblkdev.h1055 struct request_queue *blk_alloc_queue_node(gfp_t, int);

Completed in 266 milliseconds