Lines Matching refs:cyclic
45 #include <sys/cyclic.h>
339 cyclic_id_t cyclic;
407 cyclic = p->p_rprof_cyclic;
413 * We're now going to acquire cpu_lock, remove the old cyclic
414 * if necessary, and add our new cyclic.
418 if (cyclic != CYCLIC_NONE)
419 cyclic_remove(cyclic);
446 cyclic = cyclic_add(&hdlr, &when);
451 * We have now successfully added the cyclic. Reacquire
465 cyclic_remove(cyclic);
478 p->p_rprof_cyclic = cyclic;
534 cyclic_id_t cyclic;
541 if ((cyclic = p->p_rprof_cyclic) == CYCLIC_NONE) {
569 * Remove the ITIMER_REALPROF cyclic.
572 cyclic_remove(cyclic);