Searched refs:dt_callout (Results 1 – 1 of 1) sorted by relevance
57 void * dt_callout; member97 return timer->dt_callout != NULL; in devtimer_valid()111 if (timer->dt_callout != NULL) { in devtimer_invalidate()112 thread_call_free(timer->dt_callout); in devtimer_invalidate()113 timer->dt_callout = NULL; in devtimer_invalidate()167 timer->dt_callout = thread_call_allocate(devtimer_process, timer); in devtimer_create()168 if (timer->dt_callout == NULL) { in devtimer_create()184 if (timer->dt_callout == NULL) { in devtimer_set_absolute()199 thread_call_enter1_delayed(timer->dt_callout, in devtimer_set_absolute()225 if (timer->dt_callout != NULL) { in devtimer_cancel()[all …]