Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDtcp_hpts.c559 MPASS(!(tp->t_flags2 & TF2_HPTS_CPU_SET)); in tcp_hpts_init()
1001 if (tp->t_flags2 & TF2_HPTS_CPU_SET) { in hpts_cpuid()
1264 if ((tp->t_flags2 & TF2_HPTS_CPU_SET) == 0) { in tcp_hptsi()
1497 if (tp->t_in_hpts == IHPTS_NONE && !(tp->t_flags2 & TF2_HPTS_CPU_SET)) { in __tcp_set_hpts()
1500 tp->t_flags2 |= TF2_HPTS_CPU_SET; in __tcp_set_hpts()
HDtcp_var.h856 #define TF2_HPTS_CPU_SET 0x00000200 /* t_hpts_cpu is not random */ macro
HDtcp_usrreq.c3015 if (t_flags2 & TF2_HPTS_CPU_SET) { in db_print_tflags2()