Searched refs:mcache_notifyfn_t (Results 1 – 2 of 2) sorted by relevance
| /xnu-8792.61.2/bsd/sys/ |
| H A D | mcache.h | 284 typedef void (*mcache_notifyfn_t)(void *, u_int32_t); typedef 297 mcache_notifyfn_t mc_slab_notify; /* slab layer notify callback */ 383 mcache_notifyfn_t, void *__unsafe_indexable, u_int32_t, int);
|
| /xnu-8792.61.2/bsd/kern/ |
| H A D | mcache.c | 138 mcache_notifyfn_t, void *, u_int32_t, int); 267 mcache_logfn_t logfn, mcache_notifyfn_t notifyfn, void *arg, in mcache_create_ext() 280 mcache_logfn_t logfn, mcache_notifyfn_t notifyfn, void *arg, in mcache_create_common()
|