Home
last modified time | relevance | path

Searched refs:tqg (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/net/
H A Diflib.c5529 struct taskqgroup *tqg; in iflib_tqg_detach() local
5532 tqg = qgroup_if_io_tqg; in iflib_tqg_detach()
5539 taskqgroup_detach(tqg, &txq->ift_task); in iflib_tqg_detach()
5543 taskqgroup_detach(tqg, &rxq->ifr_task); in iflib_tqg_detach()
5545 tqg = qgroup_if_config_tqg; in iflib_tqg_detach()
5547 taskqgroup_detach(tqg, &ctx->ifc_admin_task); in iflib_tqg_detach()
5549 taskqgroup_detach(tqg, &ctx->ifc_vflr_task); in iflib_tqg_detach()
6175 int qid, struct grouptask *gtask, struct taskqgroup *tqg, void *uniq, in iflib_irq_set_affinity() argument
6185 err = taskqgroup_attach_cpu(tqg, gtask, uniq, cpuid, dev, in iflib_irq_set_affinity()
6216 struct taskqgroup *tqg; in iflib_irq_alloc_generic_subctx() local
[all …]
/freebsd/sys/kern/
H A Dsubr_gtaskqueue.c819 taskqgroup_drain_all(struct taskqgroup *tqg) in taskqgroup_drain_all() argument
824 q = tqg->tqg_queue[i].tgc_taskq; in taskqgroup_drain_all()