Searched refs:tqg_queue (Results 1 – 1 of 1) sorted by relevance
598 struct taskqgroup_cpu tqg_queue[MAXCPU]; member614 qcpu = &qgroup->tqg_queue[idx]; in taskqgroup_cpu_create()646 if (qgroup->tqg_queue[i].tgc_cnt > mincnt) in taskqgroup_find()656 mincnt = qgroup->tqg_queue[i].tgc_cnt; in taskqgroup_find()682 qgroup->tqg_queue[qid].tgc_cnt++; in taskqgroup_attach()686 cpu = qgroup->tqg_queue[qid].tgc_cpu; in taskqgroup_attach()710 if (qgroup->tqg_queue[i].tgc_cpu == cpu) { in taskqgroup_attach_cpu()719 qgroup->tqg_queue[qid].tgc_cnt++; in taskqgroup_attach_cpu()722 cpu = qgroup->tqg_queue[qid].tgc_cpu; in taskqgroup_attach_cpu()746 qgroup->tqg_queue[i].tgc_cnt--; in taskqgroup_detach()[all …]