Lines Matching refs:zalloc_permanent
1937 omb_stat = zalloc_permanent(OMB_STAT_SIZE(NELEM(mbuf_table)), in mbuf_table_init()
1940 mb_stat = zalloc_permanent(MB_STAT_SIZE(NELEM(mbuf_table)), in mbuf_table_init()
2333 slabstbl = zalloc_permanent(maxslabgrp * sizeof(mcl_slabg_t *), in mbinit()
2349 mclaudit = zalloc_permanent(maxclaudit * sizeof(*mclaudit), in mbinit()
2352 mclad[l].cl_audit = zalloc_permanent(NMBPG * sizeof(mcache_audit_t *), in mbinit()
2379 mcl_paddr = zalloc_permanent(mcl_pages * sizeof(ppnum_t), in mbinit()
2524 mbuf_dump_buf = zalloc_permanent(MBUF_DUMP_BUF_SIZE, ZALIGN_NONE); in mbinit()
8430 slg->slg_slab = zalloc_permanent(sizeof(mcl_slab_t) * NSLABSPMB,
8943 mleak_allocations = zalloc_permanent(alloc_size, ZALIGN(struct mallocation));
8944 mleak_traces = zalloc_permanent(trace_size, ZALIGN(struct mtrace));
8945 mleak_stat = zalloc_permanent(MLEAK_STAT_SIZE(MLEAK_NUM_TRACES),
10117 mbwdog_logging = zalloc_permanent(mbwdog_logging_size,