Lines Matching refs:zalloc_permanent
1301 omb_stat = zalloc_permanent(OMB_STAT_SIZE(NELEM(mbuf_table)), in mbuf_table_init()
1304 mb_stat = zalloc_permanent(MB_STAT_SIZE(NELEM(mbuf_table)), in mbuf_table_init()
1670 slabstbl = zalloc_permanent(maxslabgrp * sizeof(mcl_slabg_t *), in mbinit()
1686 mclaudit = zalloc_permanent(maxclaudit * sizeof(*mclaudit), in mbinit()
1689 mclad[l].cl_audit = zalloc_permanent(NMBPG * sizeof(mcache_audit_t *), in mbinit()
1716 mcl_paddr = zalloc_permanent(mcl_pages * sizeof(ppnum_t), in mbinit()
1828 mbuf_dump_buf = zalloc_permanent(MBUF_DUMP_BUF_SIZE, ZALIGN_NONE); in mbinit()
7251 slg->slg_slab = zalloc_permanent(sizeof(mcl_slab_t) * NSLABSPMB,
7764 mleak_allocations = zalloc_permanent(alloc_size, ZALIGN(struct mallocation));
7765 mleak_traces = zalloc_permanent(trace_size, ZALIGN(struct mtrace));
7766 mleak_stat = zalloc_permanent(MLEAK_STAT_SIZE(MLEAK_NUM_TRACES),
8920 mbwdog_logging = zalloc_permanent(mbwdog_logging_size,