Searched refs:mcache_auditfn_t (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.61.2/bsd/sys/ |
| H A D | mcache.h | 282 typedef void (*mcache_auditfn_t)(void *, mcache_obj_t *, boolean_t); typedef 295 mcache_auditfn_t mc_slab_audit; /* slab layer audit callback */ 382 mcache_allocfn_t, mcache_freefn_t, mcache_auditfn_t, mcache_logfn_t,
|
| /xnu-8792.61.2/bsd/kern/ |
| H A D | mcache.c | 137 mcache_allocfn_t, mcache_freefn_t, mcache_auditfn_t, mcache_logfn_t, 266 mcache_allocfn_t allocfn, mcache_freefn_t freefn, mcache_auditfn_t auditfn, in mcache_create_ext() 279 mcache_allocfn_t allocfn, mcache_freefn_t freefn, mcache_auditfn_t auditfn, in mcache_create_common()
|