Searched refs:use_per_node_hctx (Results 1 – 3 of 3) sorted by relevance
69 defaults to 1. For multi-queue, it is ignored when use_per_node_hctx module100 use_per_node_hctx=[0/1]: Default: 0
110 bool use_per_node_hctx; /* use per-node allocation for hardware context */ member
201 module_param_named(use_per_node_hctx, g_use_per_node_hctx, bool, 0444);202 MODULE_PARM_DESC(use_per_node_hctx, "Use per-node allocation for hardware context queues. Default: …416 NULLB_DEVICE_ATTR(use_per_node_hctx, bool, NULL);683 dev->use_per_node_hctx = g_use_per_node_hctx; in null_alloc_dev()1951 if (dev->queue_mode == NULL_Q_MQ && dev->use_per_node_hctx) { in null_validate_conf()