Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/skywalk/mem/
H A Dskmem_arena.c463 ASSERT(SRP_CFLAGS(SKMEM_REGION_FLOWADV) & SKMEM_REGION_CR_UREADONLY); in skmem_arena_create_for_nexus()
488 ASSERT(SRP_CFLAGS(SKMEM_REGION_FLOWADV) & SKMEM_REGION_CR_MMAPOK); in skmem_arena_create_for_nexus()
520 ASSERT(!(SRP_CFLAGS(SKMEM_REGION_FLOWADV) & SKMEM_REGION_CR_SHAREOK)); in skmem_arena_create_for_nexus()
604 i == SKMEM_REGION_FLOWADV || in skmem_arena_create_for_nexus()
708 if (ar->ar_regions[SKMEM_REGION_FLOWADV] != NULL) { in skmem_arena_create_for_nexus()
710 ar->ar_regions[SKMEM_REGION_FLOWADV]; in skmem_arena_create_for_nexus()
823 skr = ar->ar_regions[SKMEM_REGION_FLOWADV]; in skmem_arena_nexus_teardown()
833 ar->ar_regions[SKMEM_REGION_FLOWADV] = NULL; in skmem_arena_nexus_teardown()
835 ASSERT(ar->ar_regions[SKMEM_REGION_FLOWADV] == NULL); in skmem_arena_nexus_teardown()
1016 ASSERT(ar->ar_regions[SKMEM_REGION_FLOWADV] == NULL); in skmem_arena_create_for_necp()
[all …]
H A Dskmem.c236 [SKMEM_REGION_FLOWADV] = {
238 .srp_id = SKMEM_REGION_FLOWADV,
H A Dskmem_region_var.h126 SKMEM_REGION_FLOWADV, /* flow advisories */ enumerator
H A Dskmem_region.c276 _CASSERT(SKMEM_REGION_FLOWADV == 14); in skmem_region_init()
305 _CASSERT(SREG_FLOWADV == SKMEM_REGION_FLOWADV); in skmem_region_init()
2269 case SKMEM_REGION_FLOWADV: in skmem_region_id2name()
/xnu-11215.81.4/bsd/skywalk/nexus/
H A Dnexus_kern.c2193 srp[SKMEM_REGION_FLOWADV].srp_r_obj_size = tmp1; in nxprov_params_adjust()
2194 srp[SKMEM_REGION_FLOWADV].srp_r_obj_cnt = 1; in nxprov_params_adjust()
2195 skmem_region_params_config(&srp[SKMEM_REGION_FLOWADV]); in nxprov_params_adjust()
2197 srp[SKMEM_REGION_FLOWADV].srp_r_obj_size = 0; in nxprov_params_adjust()
2198 srp[SKMEM_REGION_FLOWADV].srp_r_obj_cnt = 0; in nxprov_params_adjust()
2199 srp[SKMEM_REGION_FLOWADV].srp_c_obj_size = 0; in nxprov_params_adjust()
2200 srp[SKMEM_REGION_FLOWADV].srp_c_obj_cnt = 0; in nxprov_params_adjust()
H A Dnexus_adapter.c856 i == SKMEM_REGION_FLOWADV || in na_schema_alloc()
1037 ASSERT(ar->ar_regions[SKMEM_REGION_FLOWADV] != NULL); in na_schema_alloc()
1038 ASSERT(roff[SKMEM_REGION_FLOWADV] != 0); in na_schema_alloc()
1040 roff[SKMEM_REGION_FLOWADV]; in na_schema_alloc()
1044 ASSERT(ar->ar_regions[SKMEM_REGION_FLOWADV] == NULL); in na_schema_alloc()