Home
last modified time | relevance | path

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

/xnu-11215.81.4/tests/ktrace/
H A Dkperf_tests.c441 cirq_top(void *vcq) in cirq_top() argument
443 struct cirq *cq = vcq; in cirq_top()
450 cirq_push(void *vcq) in cirq_push() argument
452 struct cirq *cq = vcq; in cirq_push()
460 cirq_for(void *vcq, void (^iter)(void *elt))
462 struct cirq *cq = vcq;