Searched refs:cc_filled (Results 1 – 2 of 2) sorted by relevance
459 *list = ccp->cc_filled->bkt_obj[ccp->cc_objs - 1]; in mcache_alloc_ext()463 tail = ccp->cc_filled->bkt_obj[ccp->cc_objs]; in mcache_alloc_ext()531 if (ccp->cc_filled != NULL) { in mcache_alloc_ext()532 ccp->cc_filled->bkt_next = bkt_list; in mcache_alloc_ext()533 bkt_list = ccp->cc_filled; in mcache_alloc_ext()755 ccp->cc_filled->bkt_obj[ccp->cc_objs - 1]; in mcache_free_ext()756 ccp->cc_filled->bkt_obj[ccp->cc_objs++] = list; in mcache_free_ext()823 if (ccp->cc_filled != NULL) { in mcache_free_ext()824 ccp->cc_filled->bkt_next = bkt_list; in mcache_free_ext()825 bkt_list = ccp->cc_filled; in mcache_free_ext()[all …]
156 mcache_bkt_t *cc_filled; /* the currently filled bucket */ member