Home
last modified time | relevance | path

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

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