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

/freebsd-9.3-release/sys/netgraph/bluetooth/drivers/ubt/
H A Dng_ubt.c69 * 3) Taskqueue context. This is where ubt_task runs. Since we are generally
82 * actions we want to perform and schedule ubt_task which would run in the
85 * and, ubt_task does just that (i.e. grabs appropriate interface locks
140 static task_fn_t ubt_task; variable
550 TASK_INIT(&sc->sc_task, 0, ubt_task, sc);
654 /* Make sure ubt_task in gone */
1335 ubt_task(void *context, int pending) function
1394 } /* ubt_task */

Completed in 51 milliseconds