Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/core/
H A Dskywalk_var.h149 NR_ALL /* all of the above */ enumerator
185 #define for_all_rings(t) for ((t) = 0; (t) < NR_ALL; (t)++)
/xnu-12377.61.12/bsd/skywalk/channel/
H A Dchannel_var.h153 ring_id_t ch_first[NR_ALL];
154 ring_id_t ch_last[NR_ALL];
163 struct ch_selinfo *ch_si[NR_ALL];
/xnu-12377.61.12/bsd/skywalk/nexus/
H A Dnexus_adapter.h179 int na_si_users[NR_ALL]; /* # of users per global wait queue */
180 struct ch_selinfo na_si[NR_ALL]; /* global wait queues */
H A Dnexus_adapter.c739 uint32_t i, j, k, n[NR_ALL]; in na_schema_alloc()
1389 uint32_t n[NR_ALL]; in na_kr_create()