Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dclock_highres.c120 (cyc = *cycp) != CYCLIC_NONE) { in clock_highres_timer_settime()
137 if ((cyc = *cycp) != CYCLIC_NONE) { in clock_highres_timer_settime()
139 *cycp = CYCLIC_NONE; in clock_highres_timer_settime()
307 if ((cyc = *((cyclic_id_t *)it->it_arg)) != CYCLIC_NONE) in clock_highres_timer_delete()
327 if (cyc == CYCLIC_NONE) in clock_highres_timer_lwpbind()
H A Dtimers.c244 if (curproc->p_rprof_cyclic == CYCLIC_NONE) { in xgetitimer()
408 p->p_rprof_cyclic = CYCLIC_NONE; in xsetitimer()
418 if (cyclic != CYCLIC_NONE) in xsetitimer()
456 if (p->p_rprof_cyclic != CYCLIC_NONE) { in xsetitimer()
503 if (p->p_rprof_cyclic != CYCLIC_NONE) { in xsetitimer()
541 if ((cyclic = p->p_rprof_cyclic) == CYCLIC_NONE) { in delete_itimer_realprof()
544 p->p_rprof_cyclic = CYCLIC_NONE; in delete_itimer_realprof()
637 if (p->p_rprof_cyclic == CYCLIC_NONE || in realprofexpire()
H A Dcallout.c1014 if (ct->ct_cyclic == CYCLIC_NONE) { in timeout_generic()
1645 if (ct->ct_cyclic == CYCLIC_NONE) { in callout_suspend()
1680 if (ct->ct_cyclic == CYCLIC_NONE) { in callout_resume()
1763 if (ct->ct_cyclic == CYCLIC_NONE) { in callout_hrestime_one()
1921 ASSERT(ct->ct_cyclic == CYCLIC_NONE); in callout_cyclic_init()
2169 ct->ct_cyclic = CYCLIC_NONE; in callout_init()
2170 ct->ct_qcyclic = CYCLIC_NONE; in callout_init()
H A Dexit.c473 if (p->p_rprof_cyclic != CYCLIC_NONE) { in proc_exit()
H A Dsig.c2584 if (p->p_rprof_cyclic == CYCLIC_NONE || in realsigprof_slow()
2634 if (p->p_rprof_cyclic == CYCLIC_NONE || in realsigprof_fast()
H A Dfork.c1128 cp->p_rprof_cyclic = CYCLIC_NONE; in getproc()
H A Dlwp.c275 if (p->p_rprof_cyclic != CYCLIC_NONE) in lwp_create()
/titanic_44/usr/src/uts/sun4v/io/
H A Dntwdt.c271 ntwdt_ptr->ntwdt_cycl_id = CYCLIC_NONE; in ntwdt_attach()
665 (ntwdt_ptr->ntwdt_cycl_id == CYCLIC_NONE) || in ntwdt_cyclic_softint()
740 if (ntwdt_ptr->ntwdt_cycl_id == CYCLIC_NONE) { in ntwdt_start_timer()
755 if (ntwdt_ptr->ntwdt_cycl_id != CYCLIC_NONE) { in ntwdt_stop_timer()
762 ntwdt_ptr->ntwdt_cycl_id = CYCLIC_NONE; in ntwdt_stop_timer()
H A Dqcn.c100 static cyclic_id_t qcn_poll_cycid = CYCLIC_NONE;
466 if (qcn_poll_cycid != CYCLIC_NONE) in qcn_detach()
468 qcn_poll_cycid = CYCLIC_NONE; in qcn_detach()
/titanic_44/usr/src/uts/common/dtrace/
H A Dprofile.c183 prof->prof_cyclic = CYCLIC_NONE; in profile_create()
327 ASSERT(prof->prof_cyclic == CYCLIC_NONE); in profile_destroy()
405 ASSERT(prof->prof_cyclic != CYCLIC_NONE); in profile_disable()
409 prof->prof_cyclic = CYCLIC_NONE; in profile_disable()
H A Ddtrace.c13390 state->dts_cleaner = CYCLIC_NONE; in dtrace_state_create()
13391 state->dts_deadman = CYCLIC_NONE; in dtrace_state_create()
14163 if (state->dts_cleaner != CYCLIC_NONE) in dtrace_state_destroy()
14166 if (state->dts_deadman != CYCLIC_NONE) in dtrace_state_destroy()
/titanic_44/usr/src/uts/sun4u/starfire/os/
H A Dbbus_intr.c105 static cyclic_id_t sgnblk_poll_cycid = CYCLIC_NONE;
471 if (sgnblk_poll_cycid != CYCLIC_NONE) { in _sgnblk_poll_throttle()
473 sgnblk_poll_cycid = CYCLIC_NONE; in _sgnblk_poll_throttle()
/titanic_44/usr/src/uts/common/sys/
H A Dcyclic.h54 #define CYCLIC_NONE ((cyclic_id_t)0) macro
/titanic_44/usr/src/uts/sun4u/lw8/io/
H A Dntwdt.c617 ntwdt_ptr->ntwdt_cycl_id = CYCLIC_NONE; in ntwdt_attach()
1461 (ntwdt_ptr->ntwdt_cycl_id == CYCLIC_NONE) || in ntwdt_cyclic_softint()
1595 if (ntwdt_ptr->ntwdt_cycl_id == CYCLIC_NONE) in ntwdt_start_timer()
1617 if (ntwdt_ptr->ntwdt_cycl_id != CYCLIC_NONE) in ntwdt_stop_timer()
1622 ntwdt_ptr->ntwdt_cycl_id = CYCLIC_NONE; in ntwdt_stop_timer()
/titanic_44/usr/src/uts/common/xen/dtrace/
H A Dxdt.c359 static cyclic_id_t xdt_cyclic = CYCLIC_NONE;
1919 if (xdt_cyclic == CYCLIC_NONE) { in xdt_enable()
1956 if (xdt_cyclic == CYCLIC_NONE) in xdt_disable()
1980 xdt_cyclic = CYCLIC_NONE; in xdt_disable()
2089 if (xdt_cyclic != CYCLIC_NONE) in xdt_detach()
/titanic_44/usr/src/lib/libzpool/common/sys/
H A Dzfs_context.h642 #define CYCLIC_NONE ((cyclic_id_t)0) macro
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c704 if (spa->spa_deadman_cycid != CYCLIC_NONE) in spa_remove()
707 spa->spa_deadman_cycid = CYCLIC_NONE; in spa_remove()