Searched refs:tqg_queue (Results 1 – 1 of 1) sorted by relevance
600 struct taskqgroup_cpu tqg_queue[MAXCPU]; member616 qcpu = &qgroup->tqg_queue[idx]; in taskqgroup_cpu_create()648 if (qgroup->tqg_queue[i].tgc_cnt > mincnt) in taskqgroup_find()658 mincnt = qgroup->tqg_queue[i].tgc_cnt; in taskqgroup_find()684 qgroup->tqg_queue[qid].tgc_cnt++; in taskqgroup_attach()688 cpu = qgroup->tqg_queue[qid].tgc_cpu; in taskqgroup_attach()712 if (qgroup->tqg_queue[i].tgc_cpu == cpu) { in taskqgroup_attach_cpu()721 qgroup->tqg_queue[qid].tgc_cnt++; in taskqgroup_attach_cpu()724 cpu = qgroup->tqg_queue[qid].tgc_cpu; in taskqgroup_attach_cpu()748 qgroup->tqg_queue[i].tgc_cnt--; in taskqgroup_detach()[all …]