Home
last modified time | relevance | path

Searched refs:rp_num_hptss (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_hpts.c231 uint32_t rp_num_hptss; /* Number of hpts threads */ member
428 cpuid = (((ran & 0xffff) % mp_ncpus) % tcp_pace.rp_num_hptss); in hpts_random_cpu()
1516 end = tcp_pace.rp_num_hptss; in tcp_choose_hpts_to_run()
1544 return(tcp_pace.rp_ent[(curcpu % tcp_pace.rp_num_hptss)]); in tcp_choose_hpts_to_run()
1829 tcp_pace.rp_num_hptss = ncpus; in tcp_hpts_mod_load()
1842 sz = (tcp_pace.rp_num_hptss * sizeof(struct tcp_hpts_entry *)); in tcp_hpts_mod_load()
1844 sz = (sizeof(uint32_t) * tcp_pace.rp_num_hptss); in tcp_hpts_mod_load()
1878 for (i = 0; i < tcp_pace.rp_num_hptss; i++) { in tcp_hpts_mod_load()
1965 for (i = 0; i < tcp_pace.rp_num_hptss; i++) { in tcp_hpts_mod_load()
2031 for (int i = 0; i < tcp_pace.rp_num_hptss; i++) { in tcp_hpts_mod_unload()