Searched refs:TF2_HPTS_CPU_SET (Results 1 – 3 of 3) sorted by relevance
559 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()
856 #define TF2_HPTS_CPU_SET 0x00000200 /* t_hpts_cpu is not random */ macro
3015 if (t_flags2 & TF2_HPTS_CPU_SET) { in db_print_tflags2()