Searched refs:tqg_queue (Results 1 – 1 of 1) sorted by relevance
601 struct taskqgroup_cpu tqg_queue[MAXCPU]; member617 qcpu = &qgroup->tqg_queue[idx]; in taskqgroup_cpu_create()649 if (qgroup->tqg_queue[i].tgc_cnt > mincnt) in taskqgroup_find()652 LIST_FOREACH(n, &qgroup->tqg_queue[i].tgc_tasks, in taskqgroup_find()659 mincnt = qgroup->tqg_queue[i].tgc_cnt; in taskqgroup_find()685 qgroup->tqg_queue[qid].tgc_cnt++; in taskqgroup_attach()686 LIST_INSERT_HEAD(&qgroup->tqg_queue[qid].tgc_tasks, gtask, gt_list); in taskqgroup_attach()687 gtask->gt_taskqueue = qgroup->tqg_queue[qid].tgc_taskq; in taskqgroup_attach()689 cpu = qgroup->tqg_queue[qid].tgc_cpu; in taskqgroup_attach()713 if (qgroup->tqg_queue[i].tgc_cpu == cpu) { in taskqgroup_attach_cpu()[all …]