Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/dtrace/
H A Dxdt.c359 static cyclic_id_t xdt_cyclic = CYCLIC_NONE; variable
1836 xdt_cyclic = cyclic_add(&hdlr, &when); in xdt_cyclic_enable()
1920 if (xdt_cyclic == CYCLIC_NONE) { in xdt_enable()
1957 if (xdt_cyclic == CYCLIC_NONE) in xdt_disable()
1980 cyclic_remove(xdt_cyclic); in xdt_disable()
1981 xdt_cyclic = CYCLIC_NONE; in xdt_disable()
2090 if (xdt_cyclic != CYCLIC_NONE) in xdt_detach()
2091 cyclic_remove(xdt_cyclic); in xdt_detach()