Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_hpts.c501 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()
H A Dtcp_var.h328 uint16_t t_hpts_cpu; /* CPU chosen by hpts_cpuid(). */ member
H A Dtcp_subr.c2236 tp->t_hpts_cpu = HPTS_CPU_NONE; in tcp_newtcpcb()