Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_executor.c119 static _mali_osk_wq_work_t *executor_wq_notify_core_change = NULL; variable
182executor_wq_notify_core_change = _mali_osk_wq_create_work(mali_executor_wq_notify_core_change, NUL… in mali_executor_initialize()
183 if (NULL == executor_wq_notify_core_change) { in mali_executor_initialize()
204 if (NULL != executor_wq_notify_core_change) { in mali_executor_terminate()
205 _mali_osk_wq_delete_work(executor_wq_notify_core_change); in mali_executor_terminate()
206 executor_wq_notify_core_change = NULL; in mali_executor_terminate()
1086 _mali_osk_wq_schedule_work(executor_wq_notify_core_change); in mali_executor_group_enable()
1107 _mali_osk_wq_schedule_work(executor_wq_notify_core_change); in mali_executor_group_disable()
1134 _mali_osk_wq_schedule_work(executor_wq_notify_core_change); in mali_executor_set_perf_level()