HomeSort by relevance Sort by last modified time
    Searched refs:au_pad_cache (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/c2/
audit_mem.c 39 kmem_cache_t *au_pad_cache; variable
211 au_pad_cache = kmem_cache_create("audit_proc",
audit_kernel.h 169 extern kmem_cache_t *au_pad_cache;
audit_start.c 93 pad0 = kmem_cache_alloc(au_pad_cache, KM_SLEEP);
audit.c 90 pad = kmem_cache_alloc(au_pad_cache, KM_SLEEP);
169 kmem_cache_free(au_pad_cache, pad);
    [all...]

Completed in 60 milliseconds