Home
last modified time | relevance | path

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

/xnu-11215/bsd/sys/
H A Ddtrace_glue.h325 extern cyclic_id_t cyclic_timer_add(cyc_handler_t *, cyc_time_t *);
/xnu-11215/bsd/dev/dtrace/
H A Dprofile_prvd.c527 prof->prof_cyclic = cyclic_timer_add(&hdlr, &when); in profile_enable()
H A Ddtrace_glue.c402 cyclic_timer_add(cyc_handler_t *handler, cyc_time_t *when) in cyclic_timer_add() function