Searched refs:global_mali_stream_list (Results 1 – 1 of 1) sorted by relevance
68 static mali_profiling_stream_list *global_mali_stream_list = NULL; variable104 MALI_DEBUG_ASSERT_POINTER(global_mali_stream_list); in _mali_profiling_global_stream_list_free()105 spin_lock_irqsave(&global_mali_stream_list->spin_lock, irq_flags); in _mali_profiling_global_stream_list_free()106 …list_for_each_entry_safe(profiling_stream, tmp_profiling_stream, &global_mali_stream_list->queue_l… in _mali_profiling_global_stream_list_free()108 list_move(&profiling_stream->list, &global_mali_stream_list->free_list); in _mali_profiling_global_stream_list_free()110 spin_unlock_irqrestore(&global_mali_stream_list->spin_lock, irq_flags); in _mali_profiling_global_stream_list_free()117 MALI_DEBUG_ASSERT_POINTER(global_mali_stream_list); in _mali_profiling_global_stream_list_dequeue()120 spin_lock_irqsave(&global_mali_stream_list->spin_lock, irq_flags); in _mali_profiling_global_stream_list_dequeue()129 spin_unlock_irqrestore(&global_mali_stream_list->spin_lock, irq_flags); in _mali_profiling_global_stream_list_dequeue()137 MALI_DEBUG_ASSERT_POINTER(global_mali_stream_list); in _mali_profiling_global_stream_list_queue()[all …]