Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_profiling.c46 typedef struct mali_profiling_stream_list { struct
50 } mali_profiling_stream_list; argument
68 static mali_profiling_stream_list *global_mali_stream_list = NULL;
81 static void _mali_profiling_stream_list_destory(mali_profiling_stream_list *profiling_stream_list) in _mali_profiling_stream_list_destory()
659 mali_profiling_stream_list *new_mali_profiling_stream_list = NULL; in _mali_osk_profiling_init()
666 …new_mali_profiling_stream_list = (mali_profiling_stream_list *)kmalloc(sizeof(mali_profiling_strea… in _mali_osk_profiling_init()