Searched refs:log_cons_cache (Results 1 – 1 of 1) sorted by relevance
60 static struct kmem_cache *log_cons_cache; /* log_t cache */ variable238 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()