Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_da_cache.c75 static mutex_t cache_called_lock = DEFAULTMUTEX; variable
132 (void) mutex_lock(&cache_called_lock); in slp_find_das_cached()
135 (void) mutex_unlock(&cache_called_lock); in slp_find_das_cached()
247 (void) mutex_lock(&cache_called_lock); in cache_thr()
255 &cache_called_lock, &timeout); in cache_thr()
266 (void) mutex_unlock(&cache_called_lock); in cache_thr()