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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dmcache.c451 int objs; local
458 objs = MIN((unsigned int)ccp->cc_objs, need);
460 ccp->cc_objs -= objs;
461 ccp->cc_alloc += objs;
468 if ((need -= objs) == 0) {
1023 mcache_cpu_refill(mcache_cpu_t *ccp, mcache_bkt_t *bkt, int objs) argument
1026 (ccp->cc_filled && ccp->cc_objs + objs == ccp->cc_bktsize));
1032 ccp->cc_objs = objs;
1112 int cpu, objs, pobjs; local
1122 objs
[all...]

Completed in 24 milliseconds