Lines Matching refs:zalloc_permanent
1935 omb_stat = zalloc_permanent(OMB_STAT_SIZE(NELEM(mbuf_table)), in mbuf_table_init()
1938 mb_stat = zalloc_permanent(MB_STAT_SIZE(NELEM(mbuf_table)), in mbuf_table_init()
2331 slabstbl = zalloc_permanent(maxslabgrp * sizeof(mcl_slabg_t *), in mbinit()
2347 mclaudit = zalloc_permanent(maxclaudit * sizeof(*mclaudit), in mbinit()
2350 mclad[l].cl_audit = zalloc_permanent(NMBPG * sizeof(mcache_audit_t *), in mbinit()
2377 mcl_paddr = zalloc_permanent(mcl_pages * sizeof(ppnum_t), in mbinit()
2516 mbuf_dump_buf = zalloc_permanent(MBUF_DUMP_BUF_SIZE, ZALIGN_NONE); in mbinit()
8410 slg->slg_slab = zalloc_permanent(sizeof(mcl_slab_t) * NSLABSPMB,
8923 mleak_allocations = zalloc_permanent(alloc_size, ZALIGN(struct mallocation));
8924 mleak_traces = zalloc_permanent(trace_size, ZALIGN(struct mtrace));
8925 mleak_stat = zalloc_permanent(MLEAK_STAT_SIZE(MLEAK_NUM_TRACES),
10006 mbwdog_logging = zalloc_permanent(mbwdog_logging_size,