Home
last modified time | relevance | path

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

/xnu-10002.41.9/tests/ktrace/
H A Dkperf_tests.c437 cirq_top(void *vcq) in cirq_top() argument
439 struct cirq *cq = vcq; in cirq_top()
446 cirq_push(void *vcq) in cirq_push() argument
448 struct cirq *cq = vcq; in cirq_push()
456 cirq_for(void *vcq, void (^iter)(void *elt))
458 struct cirq *cq = vcq;