Home
last modified time | relevance | path

Searched refs:blk_alloc_queue_node (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/block/
Dblk-core.c472 return blk_alloc_queue_node(gfp_mask, -1); in blk_alloc_queue()
476 struct request_queue *blk_alloc_queue_node(gfp_t gfp_mask, int node_id) in blk_alloc_queue_node() function
533 EXPORT_SYMBOL(blk_alloc_queue_node);
579 uninit_q = blk_alloc_queue_node(GFP_KERNEL, node_id); in blk_init_queue_node()
/linux-3.3/include/linux/
Dblkdev.h877 struct request_queue *blk_alloc_queue_node(gfp_t, int);