Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Darm-spe.c149 struct arm_spe_queue *speq = data; in arm_spe_get_trace() local
150 struct auxtrace_buffer *buffer = speq->buffer; in arm_spe_get_trace()
151 struct auxtrace_buffer *old_buffer = speq->old_buffer; in arm_spe_get_trace()
154 queue = &speq->spe->queues.queue_array[speq->queue_nr]; in arm_spe_get_trace()
165 speq->buffer = buffer; in arm_spe_get_trace()
170 int fd = perf_data__fd(speq->spe->session->data); in arm_spe_get_trace()
183 speq->old_buffer = buffer; in arm_spe_get_trace()
196 struct arm_spe_queue *speq; in arm_spe__alloc_queue() local
198 speq = zalloc(sizeof(*speq)); in arm_spe__alloc_queue()
199 if (!speq) in arm_spe__alloc_queue()
[all …]
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c14817 struct lpfc_queue *speq) in lpfc_sli4_sp_handle_eqe() argument
14826 list_for_each_entry(childq, &speq->child_list, list) { in lpfc_sli4_sp_handle_eqe()
14841 cq->assoc_qp = speq; in lpfc_sli4_sp_handle_eqe()