Searched refs:do_remove (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/s390/crypto/ |
| H A D | vfio_ap_ops.c | 2606 int do_remove = 0; in vfio_ap_mdev_cfg_remove() local 2612 do_remove |= bitmap_and(aprem, ap_remove, in vfio_ap_mdev_cfg_remove() 2615 do_remove |= bitmap_and(aqrem, aq_remove, in vfio_ap_mdev_cfg_remove() 2618 do_remove |= bitmap_andnot(cdrem, cd_remove, in vfio_ap_mdev_cfg_remove() 2622 if (do_remove) in vfio_ap_mdev_cfg_remove() 2642 int do_remove; in vfio_ap_mdev_on_cfg_remove() local 2647 do_remove = bitmap_andnot(aprem, in vfio_ap_mdev_on_cfg_remove() 2651 do_remove |= bitmap_andnot(aqrem, in vfio_ap_mdev_on_cfg_remove() 2655 do_remove |= bitmap_andnot(cdrem, in vfio_ap_mdev_on_cfg_remove() 2660 if (do_remove) in vfio_ap_mdev_on_cfg_remove()
|
| /linux-6.15/drivers/macintosh/ |
| H A D | therm_windtunnel.c | 342 do_remove(struct i2c_client *client) in do_remove() function 448 .remove = do_remove,
|