Searched refs:mcache_notifyfn_t (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.61.12/bsd/sys/ |
| H A D | mcache.h | 165 typedef void (*mcache_notifyfn_t)(void *, u_int32_t); typedef 178 mcache_notifyfn_t mc_slab_notify; /* slab layer notify callback */ 264 mcache_notifyfn_t, void *__unsafe_indexable, u_int32_t, int);
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | mcache.c | 140 mcache_notifyfn_t, void *, u_int32_t, int); 272 mcache_logfn_t logfn, mcache_notifyfn_t notifyfn, void *arg, in mcache_create_ext() 285 mcache_logfn_t logfn, mcache_notifyfn_t notifyfn, void *arg, in mcache_create_common()
|