HomeSort by: relevance | last modified time | path
    Searched defs:task_restart_ch (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/sdmmc/
ld_sdmmc.c 81 struct callout task_restart_ch; member in struct:ld_sdmmc_task
169 if (callout_pending(&task->task_restart_ch) ||
170 callout_invoking(&task->task_restart_ch)) {
178 callout_halt(&task->task_restart_ch, &sc->sc_lock);
187 callout_halt(&task->task_restart_ch, &sc->sc_lock);
285 callout_init(&task->task_restart_ch, CALLOUT_MPSAFE);
387 callout_destroy(&sc->sc_task[i].task_restart_ch);
436 callout_ack(&task->task_restart_ch);
490 callout_reset(&task->task_restart_ch,

Completed in 11 milliseconds