Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Dmcache.h131 } mcache_obj_t; typedef
165 typedef unsigned int (*mcache_allocfn_t)(void *, mcache_obj_t ***,
167 typedef void (*mcache_freefn_t)(void *, mcache_obj_t *, boolean_t);
168 typedef void (*mcache_auditfn_t)(void *, mcache_obj_t *, boolean_t);
169 typedef void (*mcache_logfn_t)(u_int32_t, mcache_obj_t *, boolean_t);
271 __private_extern__ unsigned int mcache_alloc_ext(mcache_t *, mcache_obj_t **,
273 __private_extern__ void mcache_free_ext(mcache_t *, mcache_obj_t *);
/xnu-11215/bsd/kern/
H A Dmcache.c426 mcache_obj_t **top = &(*list); in mcache_alloc_ext()
453 mcache_obj_t *tail; in mcache_alloc_ext()
585 mcache_obj_t **o = top; in mcache_alloc_ext()
622 mcache_obj_t *buf; in mcache_alloc()
729 mcache_obj_t *nlist; in mcache_free_ext()
954 mcache_obj_t **list = *plist; in mcache_slab_alloc()
989 *list = (mcache_obj_t *)base; in mcache_slab_alloc()
1010 mcache_obj_t *nlist; in mcache_slab_free()
1250 mcache_obj_t *o = top; in mcache_bkt_destroy()
1640 mcache_obj_t *next; in mcache_audit_free_verify()
[all …]
H A Duipc_mbuf.c2546 static mcache_obj_t *
2550 mcache_obj_t *buf; in slab_alloc()
3005 mcache_obj_t *nlist; in mbuf_slab_free()
3185 mcache_obj_t *o, *tail; in cslab_free()
3336 mcache_obj_t **list; in mbuf_cslab_alloc()
3873 mcache_obj_t *buf;
4009 mcache_obj_t *o = NULL;
5768 mcache_obj_t *o, *rfa;
8801 mcache_obj_t *next = ((mcache_obj_t *)m)->obj_next;
8870 mcache_obj_t *next = ((mcache_obj_t *)addr)->obj_next;
[all …]