Home
last modified time | relevance | path

Searched refs:arn_schema_cache (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.121.2/bsd/skywalk/mem/
H A Dskmem_arena_var.h149 struct skmem_cache *arn_schema_cache; /* schema object cache */ member
H A Dskmem_arena.c635 if ((arn->arn_schema_cache = skmem_cache_create(cname, in skmem_arena_create_for_nexus()
868 if (arn->arn_schema_cache != NULL) { in skmem_arena_nexus_teardown()
871 skmem_cache_destroy(arn->arn_schema_cache); in skmem_arena_nexus_teardown()
872 arn->arn_schema_cache = NULL; in skmem_arena_nexus_teardown()
877 ASSERT(arn->arn_schema_cache == NULL); in skmem_arena_nexus_teardown()
1851 if (arn->arn_schema_cache != NULL) { in skmem_arena_reap_locked()
1852 skmem_cache_reap_now(arn->arn_schema_cache, purge); in skmem_arena_reap_locked()
/xnu-8796.121.2/bsd/skywalk/nexus/
H A Dnexus_adapter.c610 skmem_arena_nexus(na->na_arena)->arn_schema_cache, in na_bind_channel()
684 skmem_arena_nexus(na->na_arena)->arn_schema_cache, in na_unbind_channel()
778 csm = skmem_cache_alloc(arn->arn_schema_cache, SKMEM_NOSLEEP); in na_schema_alloc()
783 skmem_cache_get_obj_info(arn->arn_schema_cache, csm, &csm_oi, NULL); in na_schema_alloc()