Lines Matching refs:t_in_hpts
509 if (tp->t_in_hpts == IHPTS_NONE) { in tcp_hpts_insert_internal()
510 tp->t_in_hpts = IHPTS_ONQUEUE; in tcp_hpts_insert_internal()
512 } else if (tp->t_in_hpts == IHPTS_MOVING) { in tcp_hpts_insert_internal()
513 tp->t_in_hpts = IHPTS_ONQUEUE; in tcp_hpts_insert_internal()
515 MPASS(tp->t_in_hpts == IHPTS_ONQUEUE); in tcp_hpts_insert_internal()
541 tp->t_in_hpts = IHPTS_NONE; in tcp_hpts_release()
581 if (tp->t_in_hpts == IHPTS_ONQUEUE) { in tcp_hpts_remove()
602 tp->t_in_hpts = IHPTS_MOVING; in tcp_hpts_remove()
605 } else if (tp->t_in_hpts == IHPTS_MOVING) { in tcp_hpts_remove()
828 MPASS(!(tp->t_in_hpts == IHPTS_ONQUEUE)); in tcp_hpts_insert_diag()
864 if (__predict_true(tp->t_in_hpts != IHPTS_MOVING)) in tcp_hpts_insert_diag()
920 if (__predict_true(tp->t_in_hpts != IHPTS_MOVING)) in tcp_hpts_insert_diag()
1163 MPASS(tp->t_in_hpts == IHPTS_ONQUEUE); in tcp_hptsi()
1276 if (__predict_false(tp->t_in_hpts == IHPTS_MOVING)) { in tcp_hptsi()
1278 tp->t_in_hpts = IHPTS_NONE; in tcp_hptsi()
1290 MPASS(tp->t_in_hpts == IHPTS_ONQUEUE); in tcp_hptsi()
1497 if (tp->t_in_hpts == IHPTS_NONE && !(tp->t_flags2 & TF2_HPTS_CPU_SET)) { in tcp_set_hpts()