Home
last modified time | relevance | path

Searched refs:skmem_cache_get_obj_info (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/bsd/skywalk/nexus/
H A Dnexus_adapter.c844 skmem_cache_get_obj_info(arn->arn_schema_cache, csm, &csm_oi, NULL); in na_schema_alloc()
942 skmem_cache_get_obj_info(arn->arn_ring_cache, in na_schema_alloc()
948 skmem_cache_get_obj_info(kr->ckr_ksds_cache, in na_schema_alloc()
963 skmem_cache_get_obj_info(arn->arn_ring_cache, in na_schema_alloc()
970 skmem_cache_get_obj_info(kr->ckr_ksds_cache, in na_schema_alloc()
988 skmem_cache_get_obj_info(arn->arn_ring_cache, kr->ckr_ring, in na_schema_alloc()
994 skmem_cache_get_obj_info(kr->ckr_ksds_cache, kr->ckr_ksds, in na_schema_alloc()
1010 skmem_cache_get_obj_info(arn->arn_ring_cache, kr->ckr_ring, in na_schema_alloc()
1016 skmem_cache_get_obj_info(kr->ckr_ksds_cache, kr->ckr_ksds, in na_schema_alloc()
1029 skmem_cache_get_obj_info(arn->arn_ring_cache, in na_schema_alloc()
[all …]
/xnu-8019.80.24/bsd/skywalk/mem/
H A Dskmem_cache_var.h386 extern void skmem_cache_get_obj_info(struct skmem_cache *, void *,
H A Dskmem_cache.c1578 skmem_cache_get_obj_info(struct skmem_cache *skm, void *buf, in skmem_cache_get_obj_info() function
/xnu-8019.80.24/bsd/skywalk/packet/
H A Dpbufpool.c2135 skmem_cache_get_obj_info(pp->pp_buf_cache, (void *)baddr, oi, NULL); in pp_alloc_buffer_common()
/xnu-8019.80.24/bsd/net/
H A Dnecp_client.c9018 skmem_cache_get_obj_info(kstats_cp, kstats_obj, &kstats_oi, NULL); in necp_arena_stats_obj_alloc()