Home
last modified time | relevance | path

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

/linux/fs/cachefiles/
A Dnamei.c93 write_lock(&cache->active_lock); in cachefiles_mark_object_buried()
106 write_unlock(&cache->active_lock); in cachefiles_mark_object_buried()
129 write_unlock(&cache->active_lock); in cachefiles_mark_object_buried()
146 write_lock(&cache->active_lock); in cachefiles_mark_object_active()
176 write_unlock(&cache->active_lock); in cachefiles_mark_object_active()
192 write_unlock(&cache->active_lock); in cachefiles_mark_object_active()
265 write_lock(&cache->active_lock); in cachefiles_mark_object_inactive()
268 write_unlock(&cache->active_lock); in cachefiles_mark_object_inactive()
891 read_lock(&cache->active_lock); in cachefiles_check_active()
906 read_unlock(&cache->active_lock); in cachefiles_check_active()
[all …]
A Dinternal.h64 rwlock_t active_lock; /* lock for active_nodes */ member
A Ddaemon.c106 rwlock_init(&cache->active_lock); in cachefiles_daemon_open()
/linux/drivers/gpu/drm/msm/
A Dmsm_gpu.c668 mutex_lock(&gpu->active_lock); in retire_submit()
673 mutex_unlock(&gpu->active_lock); in retire_submit()
759 mutex_lock(&gpu->active_lock); in msm_gpu_submit()
763 mutex_unlock(&gpu->active_lock); in msm_gpu_submit()
850 mutex_init(&gpu->active_lock); in msm_gpu_init()
A Dmsm_gpu.h164 struct mutex active_lock; member

Completed in 12 milliseconds