Searched refs:shared_tag_bitmap (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/drivers/block/null_blk/ |
H A D | null_blk.h | 122 bool shared_tag_bitmap; /* use hostwide shared tags */ member
|
H A D | main.c | 173 module_param_named(shared_tag_bitmap, g_shared_tag_bitmap, bool, 0444); 174 MODULE_PARM_DESC(shared_tag_bitmap, "Use shared tag bitmap for all submission queues for blk-mq"); 429 NULLB_DEVICE_ATTR(shared_tag_bitmap, bool, NULL); 656 "poll_queues,power,queue_mode,shared_tag_bitmap,size," in memb_group_features_show() 741 dev->shared_tag_bitmap = g_shared_tag_bitmap; in null_alloc_dev() 1975 if (nullb->dev->shared_tag_bitmap) in null_init_tag_set()
|
/kernel/linux/linux-5.10/drivers/block/null_blk/ |
H A D | main.c | 168 module_param_named(shared_tag_bitmap, g_shared_tag_bitmap, bool, 0444); 169 MODULE_PARM_DESC(shared_tag_bitmap, "Use shared tag bitmap for all submission queues for blk-mq");
|
Completed in 6 milliseconds