Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/os/
H A Daudit_memory.c34 kmem_cache_t *au_pad_cache; variable
120 au_pad_cache = kmem_cache_create("audit_proc", in au_pad_init()
H A Daudit_core.c85 pad0 = kmem_cache_alloc(au_pad_cache, KM_SLEEP); in audit_init()
217 pad = kmem_cache_alloc(au_pad_cache, KM_SLEEP); in audit_newproc()
306 kmem_cache_free(au_pad_cache, pad); in audit_pfree()
/titanic_50/usr/src/uts/common/c2/
H A Daudit_kernel.h168 extern kmem_cache_t *au_pad_cache;