Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/skywalk/mem/
H A Dskmem_arena.c443 ASSERT(SRP_CFLAGS(SKMEM_REGION_FLOWADV) & SKMEM_REGION_CR_UREADONLY); in skmem_arena_create_for_nexus()
468 ASSERT(SRP_CFLAGS(SKMEM_REGION_FLOWADV) & SKMEM_REGION_CR_MMAPOK); in skmem_arena_create_for_nexus()
500 ASSERT(!(SRP_CFLAGS(SKMEM_REGION_FLOWADV) & SKMEM_REGION_CR_SHAREOK)); in skmem_arena_create_for_nexus()
584 i == SKMEM_REGION_FLOWADV || in skmem_arena_create_for_nexus()
682 if (ar->ar_regions[SKMEM_REGION_FLOWADV] != NULL) { in skmem_arena_create_for_nexus()
684 ar->ar_regions[SKMEM_REGION_FLOWADV]; in skmem_arena_create_for_nexus()
792 skr = ar->ar_regions[SKMEM_REGION_FLOWADV]; in skmem_arena_nexus_teardown()
797 ar->ar_regions[SKMEM_REGION_FLOWADV] = NULL; in skmem_arena_nexus_teardown()
799 ASSERT(ar->ar_regions[SKMEM_REGION_FLOWADV] == NULL); in skmem_arena_nexus_teardown()
976 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.c259 _CASSERT(SKMEM_REGION_FLOWADV == 14); in skmem_region_init()
288 _CASSERT(SREG_FLOWADV == SKMEM_REGION_FLOWADV); in skmem_region_init()
2214 case SKMEM_REGION_FLOWADV: in skmem_region_id2name()
/xnu-10002.1.13/bsd/skywalk/nexus/
H A Dnexus_kern.c2186 srp[SKMEM_REGION_FLOWADV].srp_r_obj_size = tmp1; in nxprov_params_adjust()
2187 srp[SKMEM_REGION_FLOWADV].srp_r_obj_cnt = 1; in nxprov_params_adjust()
2188 skmem_region_params_config(&srp[SKMEM_REGION_FLOWADV]); in nxprov_params_adjust()
2190 srp[SKMEM_REGION_FLOWADV].srp_r_obj_size = 0; in nxprov_params_adjust()
2191 srp[SKMEM_REGION_FLOWADV].srp_r_obj_cnt = 0; in nxprov_params_adjust()
2192 srp[SKMEM_REGION_FLOWADV].srp_c_obj_size = 0; in nxprov_params_adjust()
2193 srp[SKMEM_REGION_FLOWADV].srp_c_obj_cnt = 0; in nxprov_params_adjust()
H A Dnexus_adapter.c865 i == SKMEM_REGION_FLOWADV || in na_schema_alloc()
1046 ASSERT(ar->ar_regions[SKMEM_REGION_FLOWADV] != NULL); in na_schema_alloc()
1047 ASSERT(roff[SKMEM_REGION_FLOWADV] != 0); in na_schema_alloc()
1049 roff[SKMEM_REGION_FLOWADV]; in na_schema_alloc()
1053 ASSERT(ar->ar_regions[SKMEM_REGION_FLOWADV] == NULL); in na_schema_alloc()