Lines Matching refs:rp_ent
228 struct tcp_hpts_entry **rp_ent; /* Array of hptss */ member
528 hpts = tcp_pace.rp_ent[tp->t_hpts_cpu]; in tcp_hpts_lock()
1542 return(tcp_pace.rp_ent[oldest_idx]); in tcp_choose_hpts_to_run()
1544 return(tcp_pace.rp_ent[(curcpu % tcp_pace.rp_num_hptss)]); in tcp_choose_hpts_to_run()
1843 tcp_pace.rp_ent = malloc(sz, M_TCPHPTS, M_WAITOK | M_ZERO); in tcp_hpts_mod_load()
1879 tcp_pace.rp_ent[i] = malloc(sizeof(struct tcp_hpts_entry), in tcp_hpts_mod_load()
1881 tcp_pace.rp_ent[i]->p_hptss = malloc(asz, M_TCPHPTS, M_WAITOK); in tcp_hpts_mod_load()
1882 hpts = tcp_pace.rp_ent[i]; in tcp_hpts_mod_load()
1966 hpts = tcp_pace.rp_ent[i]; in tcp_hpts_mod_load()
2032 struct tcp_hpts_entry *hpts = tcp_pace.rp_ent[i]; in tcp_hpts_mod_unload()
2048 free(tcp_pace.rp_ent, M_TCPHPTS); in tcp_hpts_mod_unload()