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

/xnu-2782.1.97/bsd/kern/
H A Dmcache.c375 if ((cp->mc_slab_zone = zinit(chunksize, 64 * 1024 * ncpu,
378 zone_change(cp->mc_slab_zone, Z_EXPAND, TRUE);
884 * if (cp->mc_slab_zone != NULL) {
885 * zdestroy(cp->mc_slab_zone);
886 * cp->mc_slab_zone = NULL;
923 buf = zalloc(cp->mc_slab_zone);
925 buf = zalloc_noblock(cp->mc_slab_zone);
1016 zfree(cp->mc_slab_zone, *pbuf);
/xnu-2782.1.97/bsd/sys/
H A Dmcache.h262 struct zone *mc_slab_zone; /* backend zone allocator */ member in struct:mcache
/xnu-2782.1.97/tools/lldbmacros/
H A Dmbufs.py744 if (mc.mc_slab_zone != 0):
745 backing_zone = mc.mc_slab_zone
764 out_string += mcache_stat_data_format_string.format(mc.mc_name, cache_state, hex(mc), str(int(mc.mc_bufsize)), str(int(mc.mc_align)), hex(mc.mc_slab_zone), int(mc.mc_wretry_cnt), int(mc.mc_nwretry_cnt), int(mc.mc_nwfail_cnt), total)

Completed in 32 milliseconds