Home
last modified time | relevance | path

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

/linux/drivers/md/dm-pcache/
H A Dcache_segment.c244 spin_lock(&cache->seg_map_lock); in get_cache_segment()
254 spin_unlock(&cache->seg_map_lock); in get_cache_segment()
264 spin_unlock(&cache->seg_map_lock); in get_cache_segment()
293 spin_lock(&cache->seg_map_lock); in cache_seg_invalidate()
297 spin_unlock(&cache->seg_map_lock); in cache_seg_invalidate()
H A Ddm_pcache.c16 spin_lock(&cache->seg_map_lock); in pcache_defer_reqs_kick()
19 spin_unlock(&cache->seg_map_lock); in pcache_defer_reqs_kick()
H A Dcache.c158 spin_lock_init(&cache->seg_map_lock); in cache_init()
H A Dcache.h197 spinlock_t seg_map_lock; member