Searched refs:cc_filled (Results 1 – 2 of 2) sorted by relevance
462 *list = ccp->cc_filled->bkt_obj[ccp->cc_objs - 1]; in mcache_alloc_ext()466 tail = ccp->cc_filled->bkt_obj[ccp->cc_objs]; in mcache_alloc_ext()534 if (ccp->cc_filled != NULL) { in mcache_alloc_ext()535 ccp->cc_filled->bkt_next = bkt_list; in mcache_alloc_ext()536 bkt_list = ccp->cc_filled; in mcache_alloc_ext()758 ccp->cc_filled->bkt_obj[ccp->cc_objs - 1]; in mcache_free_ext()759 ccp->cc_filled->bkt_obj[ccp->cc_objs++] = list; in mcache_free_ext()826 if (ccp->cc_filled != NULL) { in mcache_free_ext()827 ccp->cc_filled->bkt_next = bkt_list; in mcache_free_ext()828 bkt_list = ccp->cc_filled; in mcache_free_ext()[all …]
156 mcache_bkt_t *cc_filled; /* the currently filled bucket */ member