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

/xnu-2782.1.97/bsd/kern/
H A Dmcache.c484 int objs; local
491 objs = MIN((unsigned int)ccp->cc_objs, need);
493 ccp->cc_objs -= objs;
494 ccp->cc_alloc += objs;
501 if ((need -= objs) == 0) {
1069 mcache_cpu_refill(mcache_cpu_t *ccp, mcache_bkt_t *bkt, int objs) argument
1072 (ccp->cc_filled && ccp->cc_objs + objs == ccp->cc_bktsize));
1078 ccp->cc_objs = objs;
1158 int cpu, objs, pobjs; local
1168 objs
[all...]
/xnu-2782.1.97/tools/lldbmacros/
H A Dmbufs.py19 print hdr_format.format('name', 'objs', 'objs', 'objs/slabs', 'objs', 'alloc count', 'count', 'count', 'count')
787 objs = ccp.cc_objs
788 if (objs <= 0):
789 objs = 0
793 tot_cpu = objs + pobjs
795 out_string += mcache_cache_format.format(cnt, objs, pobjs, tot_cpu)
803 out_string += "Total # of full buckets (" + str(int(bktsize)) + " objs/bk
[all...]
/xnu-2782.1.97/libkern/c++/
H A DOSSerializeBinary.cpp388 setAtIndex(objs, objsIdx, o);
/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp1089 const OSObject * objs[2]; local
1095 objs[0] = sCPULatencySet[idx];
1096 objs[1] = sCPULatencyHolder[idx];
1097 array = OSArray::withObjects(objs, 2);

Completed in 51 milliseconds