Searched refs:cc_objs (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmcache.c383 ccp->cc_objs = -1;
449 if (ccp->cc_objs > 0) {
458 objs = MIN((unsigned int)ccp->cc_objs, need);
459 *list = ccp->cc_filled->bkt_obj[ccp->cc_objs - 1];
460 ccp->cc_objs -= objs;
463 tail = ccp->cc_filled->bkt_obj[ccp->cc_objs];
691 * where the bucket layer is disabled (when cc_objs is -1).
693 if ((unsigned int)ccp->cc_objs <
701 list->obj_next = (ccp->cc_objs == 0) ? NULL :
702 ccp->cc_filled->bkt_obj[ccp->cc_objs
[all...]
H A Duipc_mbuf.c814 if (ccp->cc_objs > 0)
815 sp->mbcl_mc_cached += ccp->cc_objs;
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmcache.h146 int cc_objs; /* number of objects in filled bkt */ member in struct:mcache_cpu

Completed in 47 milliseconds