Searched refs:t_hpts_cpu (Results 1 – 3 of 3) sorted by relevance
501 MPASS(hpts->p_cpu == tp->t_hpts_cpu); in tcp_hpts_insert_internal() 527 hpts = tcp_pace.rp_ent[tp->t_hpts_cpu]; in tcp_hpts_lock() 557 if (__predict_true(tp->t_hpts_cpu == HPTS_CPU_NONE)) { in tcp_hpts_init() 558 tp->t_hpts_cpu = hpts_random_cpu(); in tcp_hpts_init() 1002 return (tp->t_hpts_cpu); in hpts_cpuid() 1498 tp->t_hpts_cpu = hpts_cpuid(tp, &failed); in __tcp_set_hpts()
328 uint16_t t_hpts_cpu; /* CPU chosen by hpts_cpuid(). */ member
2294 tp->t_hpts_cpu = HPTS_CPU_NONE; in tcp_newtcpcb()