Searched refs:num_sessions_alloc (Results 1 – 2 of 2) sorted by relevance
32 u32 num_sessions_alloc; in mali_user_settings_notify() local38 num_sessions_alloc = mali_session_get_count(); in mali_user_settings_notify()39 if (0 == num_sessions_alloc) { in mali_user_settings_notify()44 …li_osk_notification_t **)_mali_osk_malloc(sizeof(_mali_osk_notification_t *) * num_sessions_alloc); in mali_user_settings_notify()50 for (i = 0; i < num_sessions_alloc; i++) { in mali_user_settings_notify()69 if (num_sessions_alloc >= num_sessions_with_lock) { in mali_user_settings_notify()73 MALI_DEBUG_ASSERT(used_notification_objects < num_sessions_alloc); in mali_user_settings_notify()86 for (; used_notification_objects < num_sessions_alloc; used_notification_objects++) { in mali_user_settings_notify()
2261 u32 num_sessions_alloc; in mali_executor_notify_core_change() local2267 num_sessions_alloc = mali_session_get_count(); in mali_executor_notify_core_change()2268 if (0 == num_sessions_alloc) { in mali_executor_notify_core_change()2273 …li_osk_notification_t **)_mali_osk_malloc(sizeof(_mali_osk_notification_t *) * num_sessions_alloc); in mali_executor_notify_core_change()2280 for (i = 0; i < num_sessions_alloc; i++) { in mali_executor_notify_core_change()2295 if (num_sessions_alloc >= num_sessions_with_lock) { in mali_executor_notify_core_change()2299 MALI_DEBUG_ASSERT(used_notification_objects < num_sessions_alloc); in mali_executor_notify_core_change()2312 for (; used_notification_objects < num_sessions_alloc; used_notification_objects++) { in mali_executor_notify_core_change()