Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cachefiles/
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 …]
Dinternal.h64 rwlock_t active_lock; /* lock for active_nodes */ member
Ddaemon.c106 rwlock_init(&cache->active_lock); in cachefiles_daemon_open()
/Linux-v5.15/drivers/gpu/drm/msm/
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()
Dmsm_gpu.h157 struct mutex active_lock; member