Searched refs:xdt_cyclic (Results 1 – 1 of 1) sorted by relevance
359 static cyclic_id_t xdt_cyclic = CYCLIC_NONE; variable1835 xdt_cyclic = cyclic_add(&hdlr, &when); in xdt_cyclic_enable()1919 if (xdt_cyclic == CYCLIC_NONE) { in xdt_enable()1956 if (xdt_cyclic == CYCLIC_NONE) in xdt_disable()1979 cyclic_remove(xdt_cyclic); in xdt_disable()1980 xdt_cyclic = CYCLIC_NONE; in xdt_disable()2089 if (xdt_cyclic != CYCLIC_NONE) in xdt_detach()2090 cyclic_remove(xdt_cyclic); in xdt_detach()