Home
last modified time | relevance | path

Searched refs:bkt_obj (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/bsd/kern/
H A Dmcache.c457 *list = ccp->cc_filled->bkt_obj[ccp->cc_objs - 1]; in mcache_alloc_ext()
461 tail = ccp->cc_filled->bkt_obj[ccp->cc_objs]; in mcache_alloc_ext()
753 ccp->cc_filled->bkt_obj[ccp->cc_objs - 1]; in mcache_free_ext()
754 ccp->cc_filled->bkt_obj[ccp->cc_objs++] = list; in mcache_free_ext()
1242 mcache_obj_t *top = bkt->bkt_obj[nobjs - 1]; in mcache_bkt_destroy()
/xnu-8020.140.41/bsd/sys/
H A Dmcache.h250 void *bkt_obj[1]; /* one or more objects */ member