Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/skywalk/mem/
H A Dskmem_arena.c428 ASSERT(SRP_CFLAGS(SKMEM_REGION_FLOWADV) & SKMEM_REGION_CR_UREADONLY); in skmem_arena_create_for_nexus()
452 ASSERT(SRP_CFLAGS(SKMEM_REGION_FLOWADV) & SKMEM_REGION_CR_MMAPOK); in skmem_arena_create_for_nexus()
481 ASSERT(!(SRP_CFLAGS(SKMEM_REGION_FLOWADV) & SKMEM_REGION_CR_SHAREOK)); in skmem_arena_create_for_nexus()
565 i == SKMEM_REGION_FLOWADV || in skmem_arena_create_for_nexus()
663 if (ar->ar_regions[SKMEM_REGION_FLOWADV] != NULL) { in skmem_arena_create_for_nexus()
665 ar->ar_regions[SKMEM_REGION_FLOWADV]; in skmem_arena_create_for_nexus()
773 skr = ar->ar_regions[SKMEM_REGION_FLOWADV]; in skmem_arena_nexus_teardown()
778 ar->ar_regions[SKMEM_REGION_FLOWADV] = NULL; in skmem_arena_nexus_teardown()
780 ASSERT(ar->ar_regions[SKMEM_REGION_FLOWADV] == NULL); in skmem_arena_nexus_teardown()
957 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()
2165 case SKMEM_REGION_FLOWADV: in skmem_region_id2name()
/xnu-8020.140.41/bsd/skywalk/nexus/
H A Dnexus_kern.c2199 srp[SKMEM_REGION_FLOWADV].srp_r_obj_size = tmp1; in nxprov_params_adjust()
2200 srp[SKMEM_REGION_FLOWADV].srp_r_obj_cnt = 1; in nxprov_params_adjust()
2201 skmem_region_params_config(&srp[SKMEM_REGION_FLOWADV]); in nxprov_params_adjust()
2203 srp[SKMEM_REGION_FLOWADV].srp_r_obj_size = 0; in nxprov_params_adjust()
2204 srp[SKMEM_REGION_FLOWADV].srp_r_obj_cnt = 0; in nxprov_params_adjust()
2205 srp[SKMEM_REGION_FLOWADV].srp_c_obj_size = 0; in nxprov_params_adjust()
2206 srp[SKMEM_REGION_FLOWADV].srp_c_obj_cnt = 0; in nxprov_params_adjust()
H A Dnexus_adapter.c847 i == SKMEM_REGION_FLOWADV || in na_schema_alloc()
1006 ASSERT(ar->ar_regions[SKMEM_REGION_FLOWADV] != NULL); in na_schema_alloc()
1007 ASSERT(roff[SKMEM_REGION_FLOWADV] != 0); in na_schema_alloc()
1009 roff[SKMEM_REGION_FLOWADV]; in na_schema_alloc()
1013 ASSERT(ar->ar_regions[SKMEM_REGION_FLOWADV] == NULL); in na_schema_alloc()