Home
last modified time | relevance | path

Searched refs:skmem_region_alloc (Results 1 – 6 of 6) sorted by relevance

/xnu-8792.61.2/bsd/skywalk/mem/
H A Dskmem_region_var.h340 extern void *skmem_region_alloc(struct skmem_region *, void **,
H A Dskmem.c540 sk_sys_obj = skmem_region_alloc(sk_sys_region, NULL, NULL, in skmem_sys_region_init()
H A Dskmem_arena.c674 if ((arn->arn_stats_obj = skmem_region_alloc(str, NULL, in skmem_arena_create_for_nexus()
696 if ((arn->arn_flowadv_obj = skmem_region_alloc(str, NULL, in skmem_arena_create_for_nexus()
H A Dskmem_region.c1085 skmem_region_alloc(struct skmem_region *skr, void **maddr, in skmem_region_alloc() function
H A Dskmem_cache.c922 slab = skmem_region_alloc(skr, (void **)&slabm, &sg, &sgm, skmflag); in skmem_slab_create()
/xnu-8792.61.2/bsd/skywalk/nexus/
H A Dnexus.c2130 nx->nx_adv.nxv_adv = skmem_region_alloc(nx->nx_adv.nxv_reg, NULL, in nx_advisory_alloc()