Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_da_cache.c80 static void *da_cache; variable
114 ans = slp_tfind(ce, &da_cache, compare_entries); in slp_find_das_cached()
184 ce2 = slp_tsearch((void *) ce, &da_cache, compare_entries); in slp_put_das_cached()
260 if (da_cache) { in cache_thr()
261 slp_twalk(da_cache, free_cache_entry, 0, NULL); in cache_thr()
263 da_cache = NULL; in cache_thr()