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

/linux-master/drivers/vfio/pci/pds/
H A Dvfio_dev.c136 vdev->migration_flags = VFIO_MIGRATION_STOP_COPY | VFIO_MIGRATION_P2P;
/linux-master/drivers/vfio/
H A Dvfio_main.c788 (state_flags_table[cur_fsm] & device->migration_flags) !=
793 (state_flags_table[new_fsm] & device->migration_flags) !=
803 while ((state_flags_table[*next_fsm] & device->migration_flags) !=
924 .flags = device->migration_flags,
/linux-master/include/linux/
H A Dvfio.h53 unsigned int migration_flags; member in struct:vfio_device
H A Dsched.h846 unsigned short migration_flags; member in struct:task_struct
/linux-master/drivers/vfio/pci/hisilicon/
H A Dhisi_acc_vfio_pci.c1091 if (hisi_acc_vdev->core_device.vdev.migration_flags !=
1333 core_vdev->migration_flags = VFIO_MIGRATION_STOP_COPY | VFIO_MIGRATION_PRE_COPY;
/linux-master/samples/vfio-mdev/
H A Dmtty.c1349 vdev->migration_flags = VFIO_MIGRATION_STOP_COPY |
/linux-master/kernel/sched/
H A Dcore.c2701 p->migration_flags |= MDF_PUSH;
2705 p->migration_flags &= ~MDF_PUSH;
2980 (p->migration_flags & MDF_PUSH) && !rq->push_busy) {
3065 p->migration_flags &= ~MDF_PUSH;
/linux-master/drivers/vfio/pci/
H A Dvfio_pci_core.c2222 !(vdev->vdev.migration_flags & VFIO_MIGRATION_STOP_COPY))
/linux-master/drivers/vfio/pci/mlx5/
H A Dcmd.c267 mvdev->core_device.vdev.migration_flags =

Completed in 204 milliseconds