Home
last modified time | relevance | path

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

/xnu-11215.81.4/tests/skywalk/
H A Dskt_fullupipe.c44 #define NSLOTS 100 macro
56 attr.ntxslots = NSLOTS; in skt_fullupipe_init()
57 attr.nrxslots = NSLOTS; in skt_fullupipe_init()
98 assert(txavail0 == NSLOTS - 1); in skt_fullupipe_main()
144 assert(txavail0 == NSLOTS - 1); in skt_fullupipe_main()
150 assert(txavail0 == NSLOTS - 1); in skt_fullupipe_main()
200 assert(rxavail1 == NSLOTS - 1); in skt_fullupipe_main()
204 assert(rxavail1 == NSLOTS - 1); in skt_fullupipe_main()
230 assert(rxavail1 == NSLOTS - 1); in skt_fullupipe_main()
234 assert(rxavail1 == NSLOTS - 1); in skt_fullupipe_main()
[all …]
/xnu-11215.81.4/tests/ktrace/
H A Dkperf_tests.c429 #define CIRQ_INIT(TYPE, NSLOTS) \ argument
431 .nslots = NSLOTS, .tail_slot = 0, .slot_size = sizeof(TYPE), \