Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dlogsubr.c62 static struct kmem_cache *log_cons_cache; /* log_t cache */ variable
248 log_cons_cache = kmem_cache_create("log_cons_cache", in log_init()
294 lp = kmem_cache_alloc(log_cons_cache, KM_SLEEP); in log_alloc()
322 kmem_cache_free(log_cons_cache, lp); in log_free()