Searched refs:cc_filled (Results 1 – 2 of 2) sorted by relevance
457 *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()529 if (ccp->cc_filled != NULL) { in mcache_alloc_ext()530 ccp->cc_filled->bkt_next = bkt_list; in mcache_alloc_ext()531 bkt_list = ccp->cc_filled; 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()821 if (ccp->cc_filled != NULL) { in mcache_free_ext()822 ccp->cc_filled->bkt_next = bkt_list; in mcache_free_ext()823 bkt_list = ccp->cc_filled; in mcache_free_ext()[all …]
270 mcache_bkt_t *cc_filled; /* the currently filled bucket */ member