Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/skywalk/mem/
H A Dskmem_arena.c450 ASSERT(SRP_CFLAGS(SKMEM_REGION_FLOWADV) & SKMEM_REGION_CR_UREADONLY); in skmem_arena_create_for_nexus()
475 ASSERT(SRP_CFLAGS(SKMEM_REGION_FLOWADV) & SKMEM_REGION_CR_MMAPOK); in skmem_arena_create_for_nexus()
507 ASSERT(!(SRP_CFLAGS(SKMEM_REGION_FLOWADV) & SKMEM_REGION_CR_SHAREOK)); in skmem_arena_create_for_nexus()
591 i == SKMEM_REGION_FLOWADV || in skmem_arena_create_for_nexus()
689 if (ar->ar_regions[SKMEM_REGION_FLOWADV] != NULL) { in skmem_arena_create_for_nexus()
691 ar->ar_regions[SKMEM_REGION_FLOWADV]; in skmem_arena_create_for_nexus()
799 skr = ar->ar_regions[SKMEM_REGION_FLOWADV]; in skmem_arena_nexus_teardown()
804 ar->ar_regions[SKMEM_REGION_FLOWADV] = NULL; in skmem_arena_nexus_teardown()
806 ASSERT(ar->ar_regions[SKMEM_REGION_FLOWADV] == NULL); in skmem_arena_nexus_teardown()
983 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.c260 _CASSERT(SKMEM_REGION_FLOWADV == 14); in skmem_region_init()
289 _CASSERT(SREG_FLOWADV == SKMEM_REGION_FLOWADV); in skmem_region_init()
2212 case SKMEM_REGION_FLOWADV: in skmem_region_id2name()
/xnu-8792.61.2/bsd/skywalk/nexus/
H A Dnexus_kern.c2189 srp[SKMEM_REGION_FLOWADV].srp_r_obj_size = tmp1; in nxprov_params_adjust()
2190 srp[SKMEM_REGION_FLOWADV].srp_r_obj_cnt = 1; in nxprov_params_adjust()
2191 skmem_region_params_config(&srp[SKMEM_REGION_FLOWADV]); in nxprov_params_adjust()
2193 srp[SKMEM_REGION_FLOWADV].srp_r_obj_size = 0; in nxprov_params_adjust()
2194 srp[SKMEM_REGION_FLOWADV].srp_r_obj_cnt = 0; in nxprov_params_adjust()
2195 srp[SKMEM_REGION_FLOWADV].srp_c_obj_size = 0; in nxprov_params_adjust()
2196 srp[SKMEM_REGION_FLOWADV].srp_c_obj_cnt = 0; in nxprov_params_adjust()
H A Dnexus_adapter.c850 i == SKMEM_REGION_FLOWADV || in na_schema_alloc()
1009 ASSERT(ar->ar_regions[SKMEM_REGION_FLOWADV] != NULL); in na_schema_alloc()
1010 ASSERT(roff[SKMEM_REGION_FLOWADV] != 0); in na_schema_alloc()
1012 roff[SKMEM_REGION_FLOWADV]; in na_schema_alloc()
1016 ASSERT(ar->ar_regions[SKMEM_REGION_FLOWADV] == NULL); in na_schema_alloc()