Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/common/
H A Dump_kernel_api.c326 session_data->cache_operations_ongoing++; in _ump_ukk_cache_operations_control()
328 if (session_data->cache_operations_ongoing != 1) { in _ump_ukk_cache_operations_control()
329 …, ("UMP: Number of simultanious cache control ops: %d\n", session_data->cache_operations_ongoing)); in _ump_ukk_cache_operations_control()
333 session_data->cache_operations_ongoing--; in _ump_ukk_cache_operations_control()
H A Dump_kernel_common.h80 int cache_operations_ongoing; member
H A Dump_kernel_common.c133 session_data->cache_operations_ongoing = 0 ; in _ump_ukk_open()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/linux/
H A Dump_osk_low_level_mem.c237 if (session_data->cache_operations_ongoing) { in _ump_osk_msync()