Searched refs:cc_filled (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmcache.c459 *list = ccp->cc_filled->bkt_obj[ccp->cc_objs - 1];
463 tail = ccp->cc_filled->bkt_obj[ccp->cc_objs];
702 ccp->cc_filled->bkt_obj[ccp->cc_objs - 1];
703 ccp->cc_filled->bkt_obj[ccp->cc_objs++] = list;
1025 ASSERT((ccp->cc_filled == NULL && ccp->cc_objs == -1) ||
1026 (ccp->cc_filled && ccp->cc_objs + objs == ccp->cc_bktsize));
1029 ccp->cc_pfilled = ccp->cc_filled;
1031 ccp->cc_filled = bkt;
1120 bp = ccp->cc_filled;
1124 ccp->cc_filled
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmcache.h142 mcache_bkt_t *cc_filled; /* the currently filled bucket */ member in struct:mcache_cpu

Completed in 28 milliseconds