Searched refs:ntwdt_cycl_id (Results 1 – 2 of 2) sorted by relevance
125 cyclic_id_t ntwdt_cycl_id; member271 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()741 ntwdt_ptr->ntwdt_cycl_id = cyclic_add(hdlr, when); in ntwdt_start_timer()755 if (ntwdt_ptr->ntwdt_cycl_id != CYCLIC_NONE) { in ntwdt_stop_timer()756 cyclic_remove(ntwdt_ptr->ntwdt_cycl_id); in ntwdt_stop_timer()762 ntwdt_ptr->ntwdt_cycl_id = CYCLIC_NONE; in ntwdt_stop_timer()
396 cyclic_id_t ntwdt_cycl_id; member617 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()1596 ntwdt_ptr->ntwdt_cycl_id = cyclic_add(hdlr, when); in ntwdt_start_timer()1617 if (ntwdt_ptr->ntwdt_cycl_id != CYCLIC_NONE) in ntwdt_stop_timer()1618 cyclic_remove(ntwdt_ptr->ntwdt_cycl_id); in ntwdt_stop_timer()1622 ntwdt_ptr->ntwdt_cycl_id = CYCLIC_NONE; in ntwdt_stop_timer()