Searched refs:state_flags_table (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/vfio/
H A Dvfio_main.c772 static const unsigned int state_flags_table[VFIO_DEVICE_NUM_STATES] = { local
788 (state_flags_table[cur_fsm] & device->migration_flags) !=
789 state_flags_table[cur_fsm]))
793 (state_flags_table[new_fsm] & device->migration_flags) !=
794 state_flags_table[new_fsm])
803 while ((state_flags_table[*next_fsm] & device->migration_flags) !=
804 state_flags_table[*next_fsm])

Completed in 117 milliseconds