Lines Matching refs:next
600 * vfio_mig_get_next_state - Compute the next step in the FSM
603 * @next_fsm - Pointer to the next step to get to new_fsm
606 * Upon success the next step in the state progression between cur_fsm and
610 * returns the next step to get to new_fsm. The function may need to be called
797 * driver will instead see an arc from the original state to the next
1404 * next offsets prior to copying to the user buffer.
1412 /* Ensure that the next capability struct will be aligned */
1433 for (tmp = buf; tmp->next; tmp = buf + tmp->next)
1436 tmp->next = caps->size;
1451 for (tmp = buf; tmp->next; tmp = buf + tmp->next - offset)
1452 tmp->next += offset;