Home
last modified time | relevance | path

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

/xnu-11215/bsd/dev/dtrace/
H A Ddtrace_glue.c486 } wrap_thread_call_t; typedef
496 wrap_thread_call_t *wrapTC = (wrap_thread_call_t *)vTChdl; in _cyclic_apply()
514 wrap_thread_call_t *wrapTC = kalloc_type(wrap_thread_call_t, Z_ZERO | Z_WAITOK); in cyclic_add()
546 wrap_thread_call_t *wrapTC = (wrap_thread_call_t *)cyclic; in cyclic_remove()
561 kfree_type(wrap_thread_call_t, wrapTC); in cyclic_remove()