Searched refs:TF2_HPTS_CPU_SET (Results 1 – 3 of 3) sorted by relevance
560 MPASS(!(tp->t_flags2 & TF2_HPTS_CPU_SET)); in tcp_hpts_init()1002 if (tp->t_flags2 & TF2_HPTS_CPU_SET) { in hpts_cpuid()1268 if ((tp->t_flags2 & TF2_HPTS_CPU_SET) == 0) { in tcp_hptsi()1498 if (tp->t_in_hpts == IHPTS_NONE && !(tp->t_flags2 & TF2_HPTS_CPU_SET)) { in __tcp_set_hpts()1501 tp->t_flags2 |= TF2_HPTS_CPU_SET; in __tcp_set_hpts()
839 #define TF2_HPTS_CPU_SET 0x00000200 /* t_hpts_cpu is not random */ macro
2972 if (t_flags2 & TF2_HPTS_CPU_SET) { in db_print_tflags2()