Searched refs:cache_lock (Results 1 – 3 of 3) sorted by relevance
24 static StaticSpinMutex cache_lock; variable108 SpinMutexLock l(&cache_lock); in CacheMemoryMappings()115 SpinMutexLock l(&cache_lock); in LoadFromCache()
207 struct mtx cache_lock; /* (r) */ member264 #define DDP_CACHE_LOCK(toep) mtx_lock(&(toep)->ddp.cache_lock)265 #define DDP_CACHE_UNLOCK(toep) mtx_unlock(&(toep)->ddp.cache_lock)
304 mtx_init(&toep->ddp.cache_lock, "t4 ddp cache", NULL, MTX_DEF); in ddp_init_toep()312 mtx_destroy(&toep->ddp.cache_lock); in ddp_uninit_toep()