Lines Matching refs:grps
227 struct cpu_group **grps; member
1522 if (CPU_ISSET(curcpu, &tcp_pace.grps[i]->cg_mask)) { in tcp_choose_hpts_to_run()
1523 start = tcp_pace.grps[i]->cg_first; in tcp_choose_hpts_to_run()
1524 end = (tcp_pace.grps[i]->cg_last + 1); in tcp_choose_hpts_to_run()
1788 hpts_gather_grps(struct cpu_group **grps, int32_t *at, int32_t max, struct cpu_group *cg) in hpts_gather_grps() argument
1794 grps[idx] = cg; in hpts_gather_grps()
1804 hpts_gather_grps(grps, at, max, &cg->cg_child[i]); in hpts_gather_grps()
1856 tcp_pace.grps = malloc(sz, M_TCPHPTS, M_WAITOK); in tcp_hpts_mod_load()
1866 tcp_pace.grps[0] = cpu_top; in tcp_hpts_mod_load()
1873 hpts_gather_grps(tcp_pace.grps, &count, tcp_pace.grp_cnt, cpu_top); in tcp_hpts_mod_load()
1983 if (CPU_ISSET(i, &tcp_pace.grps[j]->cg_mask)) { in tcp_hpts_mod_load()
1985 &tcp_pace.grps[j]->cg_mask) == 0) { in tcp_hpts_mod_load()
2050 free(tcp_pace.grps, M_TCPHPTS); in tcp_hpts_mod_unload()