Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem_profile_debugfs.c36 mutex_lock(&kctx->mem_profile_lock); in kbasep_mem_profile_seq_show()
42 mutex_unlock(&kctx->mem_profile_lock); in kbasep_mem_profile_seq_show()
67 mutex_lock(&kctx->mem_profile_lock); in kbasep_mem_profile_debugfs_insert()
94 mutex_unlock(&kctx->mem_profile_lock); in kbasep_mem_profile_debugfs_insert()
101 mutex_lock(&kctx->mem_profile_lock); in kbasep_mem_profile_debugfs_remove()
110 mutex_unlock(&kctx->mem_profile_lock); in kbasep_mem_profile_debugfs_remove()
H A Dmali_kbase_defs.h1435 struct mutex mem_profile_lock; member
H A Dmali_kbase_core_linux.c1201 mutex_init(&kctx->mem_profile_lock); in kbase_open()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem_profile_debugfs.c42 mutex_lock(&kctx->mem_profile_lock); in kbasep_mem_profile_seq_show()
48 mutex_unlock(&kctx->mem_profile_lock); in kbasep_mem_profile_seq_show()
75 mutex_lock(&kctx->mem_profile_lock); in kbasep_mem_profile_debugfs_insert()
104 mutex_unlock(&kctx->mem_profile_lock); in kbasep_mem_profile_debugfs_insert()
111 mutex_lock(&kctx->mem_profile_lock); in kbasep_mem_profile_debugfs_remove()
120 mutex_unlock(&kctx->mem_profile_lock); in kbasep_mem_profile_debugfs_remove()
H A Dmali_kbase_defs.h1950 struct mutex mem_profile_lock; member
H A Dmali_kbase_core_linux.c635 mutex_init(&kctx->mem_profile_lock); in kbase_file_create_kctx()