Searched refs:tick_task (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/sys/dev/cxgb/
H A Dcxgb_adapter.h350 struct task tick_task; member in struct:adapter
H A Dcxgb_main.c594 TASK_INIT(&sc->tick_task, 0, cxgb_tick_handler, sc);
1815 taskqueue_drain(sc->tq, &sc->tick_task);
2292 taskqueue_enqueue(sc->tq, &sc->tick_task);

Completed in 102 milliseconds