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

/xnu-2782.1.97/tools/lldbmacros/
H A Dmbufs.py790 pobjs = ccp.cc_pobjs
791 if (pobjs <= 0):
792 pobjs = 0
793 tot_cpu = objs + pobjs
795 out_string += mcache_cache_format.format(cnt, objs, pobjs, tot_cpu)
/xnu-2782.1.97/bsd/kern/
H A Dmcache.c1158 int cpu, objs, pobjs; local
1169 pobjs = ccp->cc_pobjs;
1181 mcache_bkt_destroy(cp, btp, pbp, pobjs);

Completed in 28 milliseconds