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

/darwin-on-arm/xnu/bsd/kern/
H A Dmcache.c384 ccp->cc_objs = -1;
450 if (ccp->cc_objs > 0) {
459 objs = MIN((unsigned int)ccp->cc_objs, need);
460 *list = ccp->cc_filled->bkt_obj[ccp->cc_objs - 1];
461 ccp->cc_objs -= objs;
464 tail = ccp->cc_filled->bkt_obj[ccp->cc_objs];
703 * where the bucket layer is disabled (when cc_objs is -1).
705 if ((unsigned int)ccp->cc_objs <
713 list->obj_next = (ccp->cc_objs == 0) ? NULL :
714 ccp->cc_filled->bkt_obj[ccp->cc_objs
[all...]
H A Duipc_mbuf.c963 if (ccp->cc_objs > 0)
964 sp->mbcl_mc_cached += ccp->cc_objs;
/darwin-on-arm/xnu/bsd/sys/
H A Dmcache.h185 int cc_objs; /* number of objects in filled bkt */ member in struct:mcache_cpu

Completed in 31 milliseconds