Home
last modified time | relevance | path

Searched refs:mdev_list (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/drivers/vfio/mdev/
A Dmdev_core.c23 static LIST_HEAD(mdev_list);
144 list_for_each_entry(tmp, &mdev_list, next) { in mdev_device_create()
179 list_add(&mdev->next, &mdev_list); in mdev_device_create()
225 list_for_each_entry(tmp, &mdev_list, next) { in mdev_device_remove()
/linux-6.3-rc2/Documentation/s390/
A Dvfio-ap-locking.rst23 struct list_head mdev_list;
31 (matrix_dev->mdev_list). This lock must be held while reading from, writing to
61 struct list_head mdev_list;
67 matrix_mdev instances (matrix_dev->mdev_list) that represent mediated devices
75 2. To add matrix_mdev instances to or remove them from matrix_dev->mdev_list.
/linux-6.3-rc2/drivers/s390/crypto/
A Dvfio_ap_private.h49 struct list_head mdev_list; member
A Dvfio_ap_ops.c156 list_for_each_entry(matrix_mdev, &matrix_dev->mdev_list, node) { in get_update_locks_by_apqn()
721 list_add(&matrix_mdev->node, &matrix_dev->mdev_list); in vfio_ap_mdev_probe()
824 list_for_each_entry(matrix_mdev, &matrix_dev->mdev_list, node) { in vfio_ap_mdev_verify_no_sharing()
1521 list_for_each_entry(m, &matrix_dev->mdev_list, node) { in vfio_ap_mdev_set_kvm()
1788 list_for_each_entry(matrix_mdev, &matrix_dev->mdev_list, node) { in vfio_ap_mdev_for_queue()
2052 list_for_each_entry(matrix_mdev, &matrix_dev->mdev_list, node) { in vfio_ap_mdev_cfg_remove()
2192 if (list_empty(&matrix_dev->mdev_list)) in vfio_ap_mdev_cfg_add()
2197 list_for_each_entry(matrix_mdev, &matrix_dev->mdev_list, node) { in vfio_ap_mdev_cfg_add()
2311 list_for_each_entry(matrix_mdev, &matrix_dev->mdev_list, node) { in vfio_ap_on_scan_complete()
A Dvfio_ap_drv.c105 INIT_LIST_HEAD(&matrix_dev->mdev_list); in vfio_ap_matrix_dev_create()

Completed in 9 milliseconds