Home
last modified time | relevance | path

Searched refs:rqs (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/scsi/elx/efct/
H A Defct_hw_queues.c21 struct hw_rq *rqs[EFCT_HW_MAX_NUM_EQ]; in efct_hw_init_queues() local
79 if (efct_hw_new_rq_set(cqs, rqs, i, EFCT_HW_RQ_ENTRIES_DEF)) { in efct_hw_init_queues()
85 rqs[j]->filter_mask = 0; in efct_hw_init_queues()
86 rqs[j]->is_mrq = true; in efct_hw_init_queues()
87 rqs[j]->base_mrq_id = rqs[0]->hdr->id; in efct_hw_init_queues()
310 efct_hw_new_rq_set(struct hw_cq *cqs[], struct hw_rq *rqs[], in efct_hw_new_rq_set() argument
320 rqs[i] = NULL; in efct_hw_new_rq_set()
331 rqs[i] = rq; in efct_hw_new_rq_set()
356 rqs[0]->entry_count, in efct_hw_new_rq_set()
357 rqs[0]->hdr_entry_size, in efct_hw_new_rq_set()
[all …]
/linux/tools/perf/scripts/python/
H A Dsched-migration.py170 self.rqs = prev.rqs.copy()
172 self.rqs = defaultdict(RunqueueSnapshot)
180 old_rq = self.prev.rqs[cpu]
186 self.rqs[cpu] = new_rq
194 old_rq = self.prev.rqs[old_cpu]
196 self.rqs[old_cpu] = out_rq
199 new_rq = self.prev.rqs[new_cpu]
201 self.rqs[new_cpu] = in_rq
211 old_rq = self.prev.rqs[cpu]
219 self.rqs[cpu] = new_rq
[all …]
/linux/drivers/net/ethernet/huawei/hinic3/
H A Dhinic3_nic_io.c404 struct hinic3_io_queue *rqs; in hinic3_alloc_qps() local
417 rqs = kzalloc_objs(*rqs, qp_params->num_qps); in hinic3_alloc_qps()
418 if (!rqs) { in hinic3_alloc_qps()
424 err = hinic3_create_qp(hwdev, &sqs[q_id], &rqs[q_id], q_id, in hinic3_alloc_qps()
435 qp_params->rqs = rqs; in hinic3_alloc_qps()
442 hinic3_destroy_qp(hwdev, &sqs[q_id], &rqs[q_id]); in hinic3_alloc_qps()
444 kfree(rqs); in hinic3_alloc_qps()
459 &qp_params->rqs[q_id]); in hinic3_free_qps()
462 kfree(qp_params->rqs); in hinic3_free_qps()
470 struct hinic3_io_queue *rqs = qp_params->rqs; in hinic3_init_qps() local
[all …]
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6dl-icore-rqs.dts10 #include "imx6qdl-icore-rqs.dtsi"
14 compatible = "engicam,imx6-icore-rqs", "fsl,imx6dl";
H A Dimx6q-icore-rqs.dts10 #include "imx6qdl-icore-rqs.dtsi"
14 compatible = "engicam,imx6-icore-rqs", "fsl,imx6q";
H A Dimx6qdl-icore-rqs.dtsi91 simple-audio-card,name = "imx6qdl-icore-rqs-sgtl5000";
/linux/Documentation/scheduler/
H A Dsched-util-clamp.rst463 rqs are restricted too. IOW, the whole system is capped to half its performance