Home
last modified time | relevance | path

Searched refs:cache_lock (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_common.cpp24 static StaticSpinMutex cache_lock; variable
108 SpinMutexLock l(&cache_lock); in CacheMemoryMappings()
115 SpinMutexLock l(&cache_lock); in LoadFromCache()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.h207 struct mtx cache_lock; /* (r) */ member
264 #define DDP_CACHE_LOCK(toep) mtx_lock(&(toep)->ddp.cache_lock)
265 #define DDP_CACHE_UNLOCK(toep) mtx_unlock(&(toep)->ddp.cache_lock)
H A Dt4_ddp.c304 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()