Searched refs:tick_task (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/dev/cxgb/
H A Dcxgb_main.c591 TASK_INIT(&sc->tick_task, 0, cxgb_tick_handler, sc);
1813 taskqueue_drain(sc->tq, &sc->tick_task);
2358 taskqueue_enqueue(sc->tq, &sc->tick_task);
H A Dcxgb_adapter.h352 struct task tick_task; member in struct:adapter

Completed in 92 milliseconds