Home
last modified time | relevance | path

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

/xnu-12377.41.6/libsyscall/wrappers/skywalk/
H A Dos_channel.c452 size_t chd_sz; in os_channel_create_extended() local
545 chd_sz = CHD_SIZE(num_tx_rings + num_rx_rings + num_allocator_rings + in os_channel_create_extended()
547 chd = malloc(chd_sz); in os_channel_create_extended()
553 bzero(chd, chd_sz); in os_channel_create_extended()