Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/os/
H A Dlogsubr.c60 static struct kmem_cache *log_cons_cache; /* log_t cache */ variable
238 log_cons_cache = kmem_cache_create("log_cons_cache", in log_init()
280 lp = kmem_cache_alloc(log_cons_cache, KM_SLEEP); in log_alloc()
308 kmem_cache_free(log_cons_cache, lp); in log_free()