Lines Matching defs:p_nxt_slot
190 uint32_t p_nxt_slot; /* The next slot outside the current range of
444 log.u_bbr.flex1 = hpts->p_nxt_slot;
764 *target_slot = hpts->p_nxt_slot;
840 diag->p_nxt_slot = hpts->p_nxt_slot;
872 slot_on = hpts->p_nxt_slot;
986 slot_on = hpts->p_nxt_slot;
1141 hpts->p_nxt_slot = hpts_slot(hpts->p_prev_slot, 1);
1156 TAILQ_FOREACH(tp, &hpts->p_hptss[hpts->p_nxt_slot].head,
1158 MPASS(tp->t_hpts_slot == hpts->p_nxt_slot);
1160 hpts->p_hptss[hpts->p_nxt_slot].gencnt);
1174 &hpts->p_hptss[hpts->p_nxt_slot].head, t_hpts);
1176 hpts->p_hptss[hpts->p_nxt_slot].count;
1177 hpts->p_hptss[hpts->p_nxt_slot].count = 0;
1178 hpts->p_hptss[hpts->p_nxt_slot].gencnt++;
1186 hpts->p_nxt_slot = hpts->p_prev_slot;
1955 hpts->p_nxt_slot = hpts_slot(hpts->p_cur_slot, 1);