• Home
  • Raw
  • Download

Lines Matching refs:queues

40 	struct auxtrace_queues		queues;  member
142 queue = &speq->spe->queues.queue_array[speq->queue_nr]; in arm_spe_get_trace()
450 for (i = 0; i < spe->queues.nr_queues; i++) { in arm_spe__setup_queues()
451 ret = arm_spe__setup_queue(spe, &spe->queues.queue_array[i], i); in arm_spe__setup_queues()
461 if (spe->queues.new_data) { in arm_spe__update_queues()
462 spe->queues.new_data = false; in arm_spe__update_queues()
529 queue = &spe->queues.queue_array[queue_nr]; in arm_spe_process_queues()
565 struct auxtrace_queues *queues = &spe->queues; in arm_spe_process_timeless_queues() local
569 for (i = 0; i < queues->nr_queues; i++) { in arm_spe_process_timeless_queues()
570 struct auxtrace_queue *queue = &spe->queues.queue_array[i]; in arm_spe_process_timeless_queues()
649 err = auxtrace_queues__add_event(&spe->queues, session, event, in arm_spe_process_auxtrace_event()
707 struct auxtrace_queues *queues = &spe->queues; in arm_spe_free_events() local
710 for (i = 0; i < queues->nr_queues; i++) { in arm_spe_free_events()
711 arm_spe_free_queue(queues->queue_array[i].priv); in arm_spe_free_events()
712 queues->queue_array[i].priv = NULL; in arm_spe_free_events()
714 auxtrace_queues__free(queues); in arm_spe_free_events()
944 err = auxtrace_queues__init(&spe->queues); in arm_spe_process_auxtrace_info()
976 err = auxtrace_queues__process_index(&spe->queues, session); in arm_spe_process_auxtrace_info()
980 if (spe->queues.populated) in arm_spe_process_auxtrace_info()
986 auxtrace_queues__free(&spe->queues); in arm_spe_process_auxtrace_info()