Searched refs:tqg_queue (Results 1 – 1 of 1) sorted by relevance
574 struct taskqgroup_cpu tqg_queue[MAXCPU]; member590 qcpu = &qgroup->tqg_queue[idx]; in taskqgroup_cpu_create()623 if (qgroup->tqg_queue[i].tgc_cnt > mincnt) in taskqgroup_find()626 LIST_FOREACH(n, &qgroup->tqg_queue[i].tgc_tasks, in taskqgroup_find()633 mincnt = qgroup->tqg_queue[i].tgc_cnt; in taskqgroup_find()659 qgroup->tqg_queue[qid].tgc_cnt++; in taskqgroup_attach()660 LIST_INSERT_HEAD(&qgroup->tqg_queue[qid].tgc_tasks, gtask, gt_list); in taskqgroup_attach()661 gtask->gt_taskqueue = qgroup->tqg_queue[qid].tgc_taskq; in taskqgroup_attach()663 cpu = qgroup->tqg_queue[qid].tgc_cpu; in taskqgroup_attach()696 if (qgroup->tqg_queue[i].tgc_cpu == cpu) { in taskqgroup_attach_cpu()[all …]