Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/skywalk/channel/
H A Dos_channel_private.h195 uint32_t csm_large_buf_alloc_rings; member
251 csm_allocator_ring_pairs + csm_num_event_rings + csm_large_buf_alloc_rings)]
/xnu-12377.41.6/bsd/skywalk/nexus/
H A Dnexus_adapter.c819 csm->csm_large_buf_alloc_rings = ring_counts.large_buf_alloc_rings; in na_schema_alloc()
999 ASSERT(csm->csm_large_buf_alloc_rings != 0); in na_schema_alloc()
/xnu-12377.41.6/libsyscall/wrappers/skywalk/
H A Dos_channel.c525 num_large_buf_alloc_rings = ucs->csm_large_buf_alloc_rings; in os_channel_create_extended()