Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/skywalk/channel/
H A Dos_channel_private.h191 const uint32_t csm_large_buf_alloc_rings; member
247 csm_allocator_ring_pairs + csm_num_event_rings + csm_large_buf_alloc_rings)]
/xnu-11215.1.10/bsd/skywalk/nexus/
H A Dnexus_adapter.c823 *(uint32_t *)(uintptr_t)&csm->csm_large_buf_alloc_rings = n[NR_LBA]; in na_schema_alloc()
996 ASSERT(csm->csm_large_buf_alloc_rings != 0); in na_schema_alloc()
/xnu-11215.1.10/libsyscall/wrappers/skywalk/
H A Dos_channel.c553 num_large_buf_alloc_rings = ucs->csm_large_buf_alloc_rings; in os_channel_create_extended()