Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/mem/
H A Dskmem_arena.c450 ASSERT(SRP_CFLAGS(SKMEM_REGION_FLOWADV) & SKMEM_REGION_CR_UREADONLY); in skmem_arena_create_for_nexus()
474 ASSERT(SRP_CFLAGS(SKMEM_REGION_FLOWADV) & SKMEM_REGION_CR_MMAPOK); in skmem_arena_create_for_nexus()
503 ASSERT(!(SRP_CFLAGS(SKMEM_REGION_FLOWADV) & SKMEM_REGION_CR_SHAREOK)); in skmem_arena_create_for_nexus()
587 i == SKMEM_REGION_FLOWADV || in skmem_arena_create_for_nexus()
685 if (ar->ar_regions[SKMEM_REGION_FLOWADV] != NULL) { in skmem_arena_create_for_nexus()
687 ar->ar_regions[SKMEM_REGION_FLOWADV]; in skmem_arena_create_for_nexus()
795 skr = ar->ar_regions[SKMEM_REGION_FLOWADV]; in skmem_arena_nexus_teardown()
800 ar->ar_regions[SKMEM_REGION_FLOWADV] = NULL; in skmem_arena_nexus_teardown()
802 ASSERT(ar->ar_regions[SKMEM_REGION_FLOWADV] == NULL); in skmem_arena_nexus_teardown()
979 ASSERT(ar->ar_regions[SKMEM_REGION_FLOWADV] == NULL); in skmem_arena_create_for_necp()
[all …]
H A Dskmem.c206 [SKMEM_REGION_FLOWADV] = {
208 .srp_id = SKMEM_REGION_FLOWADV,
H A Dskmem_region_var.h123 SKMEM_REGION_FLOWADV, /* flow advisories */ enumerator
H A Dskmem_region.c257 _CASSERT(SKMEM_REGION_FLOWADV == 11); in skmem_region_init()
283 _CASSERT(SREG_FLOWADV == SKMEM_REGION_FLOWADV); in skmem_region_init()
2193 case SKMEM_REGION_FLOWADV: in skmem_region_id2name()
/xnu-8019.80.24/bsd/skywalk/nexus/
H A Dnexus_kern.c2197 srp[SKMEM_REGION_FLOWADV].srp_r_obj_size = tmp1; in nxprov_params_adjust()
2198 srp[SKMEM_REGION_FLOWADV].srp_r_obj_cnt = 1; in nxprov_params_adjust()
2199 skmem_region_params_config(&srp[SKMEM_REGION_FLOWADV]); in nxprov_params_adjust()
2201 srp[SKMEM_REGION_FLOWADV].srp_r_obj_size = 0; in nxprov_params_adjust()
2202 srp[SKMEM_REGION_FLOWADV].srp_r_obj_cnt = 0; in nxprov_params_adjust()
2203 srp[SKMEM_REGION_FLOWADV].srp_c_obj_size = 0; in nxprov_params_adjust()
2204 srp[SKMEM_REGION_FLOWADV].srp_c_obj_cnt = 0; in nxprov_params_adjust()
H A Dnexus_adapter.c907 i == SKMEM_REGION_FLOWADV || in na_schema_alloc()
1066 ASSERT(ar->ar_regions[SKMEM_REGION_FLOWADV] != NULL); in na_schema_alloc()
1067 ASSERT(roff[SKMEM_REGION_FLOWADV] != 0); in na_schema_alloc()
1069 roff[SKMEM_REGION_FLOWADV]; in na_schema_alloc()
1073 ASSERT(ar->ar_regions[SKMEM_REGION_FLOWADV] == NULL); in na_schema_alloc()