Home
last modified time | relevance | path

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

/xnu-10063.141.1/tests/ktrace/
H A Dkperf_tests.c439 cirq_top(void *vcq) in cirq_top() argument
441 struct cirq *cq = vcq; in cirq_top()
448 cirq_push(void *vcq) in cirq_push() argument
450 struct cirq *cq = vcq; in cirq_push()
458 cirq_for(void *vcq, void (^iter)(void *elt))
460 struct cirq *cq = vcq;