Searched refs:tqg_queue (Results 1 – 1 of 1) sorted by relevance
597 struct taskqgroup_cpu tqg_queue[MAXCPU]; member613 qcpu = &qgroup->tqg_queue[idx]; in taskqgroup_cpu_create()645 if (qgroup->tqg_queue[i].tgc_cnt > mincnt) in taskqgroup_find()648 LIST_FOREACH(n, &qgroup->tqg_queue[i].tgc_tasks, in taskqgroup_find()655 mincnt = qgroup->tqg_queue[i].tgc_cnt; in taskqgroup_find()681 qgroup->tqg_queue[qid].tgc_cnt++; in taskqgroup_attach()682 LIST_INSERT_HEAD(&qgroup->tqg_queue[qid].tgc_tasks, gtask, gt_list); in taskqgroup_attach()683 gtask->gt_taskqueue = qgroup->tqg_queue[qid].tgc_taskq; in taskqgroup_attach()685 cpu = qgroup->tqg_queue[qid].tgc_cpu; in taskqgroup_attach()709 if (qgroup->tqg_queue[i].tgc_cpu == cpu) { in taskqgroup_attach_cpu()[all …]