Lines Matching defs:grps
227 struct cpu_group **grps;
1523 if (CPU_ISSET(curcpu, &tcp_pace.grps[i]->cg_mask)) {
1524 start = tcp_pace.grps[i]->cg_first;
1525 end = (tcp_pace.grps[i]->cg_last + 1);
1789 hpts_gather_grps(struct cpu_group **grps, int32_t *at, int32_t max, struct cpu_group *cg)
1795 grps[idx] = cg;
1805 hpts_gather_grps(grps, at, max, &cg->cg_child[i]);
1857 tcp_pace.grps = malloc(sz, M_TCPHPTS, M_WAITOK);
1867 tcp_pace.grps[0] = cpu_top;
1874 hpts_gather_grps(tcp_pace.grps, &count, tcp_pace.grp_cnt, cpu_top);
1984 if (CPU_ISSET(i, &tcp_pace.grps[j]->cg_mask)) {
1986 &tcp_pace.grps[j]->cg_mask) == 0) {
2051 free(tcp_pace.grps, M_TCPHPTS);