Searched refs:do_remove (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/drivers/s390/crypto/ |
D | vfio_ap_ops.c | 2231 int do_remove = 0; in vfio_ap_mdev_cfg_remove() local 2237 do_remove |= bitmap_and(aprem, ap_remove, in vfio_ap_mdev_cfg_remove() 2240 do_remove |= bitmap_and(aqrem, aq_remove, in vfio_ap_mdev_cfg_remove() 2243 do_remove |= bitmap_andnot(cdrem, cd_remove, in vfio_ap_mdev_cfg_remove() 2247 if (do_remove) in vfio_ap_mdev_cfg_remove() 2267 int do_remove; in vfio_ap_mdev_on_cfg_remove() local 2272 do_remove = bitmap_andnot(aprem, in vfio_ap_mdev_on_cfg_remove() 2276 do_remove |= bitmap_andnot(aqrem, in vfio_ap_mdev_on_cfg_remove() 2280 do_remove |= bitmap_andnot(cdrem, in vfio_ap_mdev_on_cfg_remove() 2285 if (do_remove) in vfio_ap_mdev_on_cfg_remove()
|
/Linux-v6.6/drivers/macintosh/ |
D | therm_windtunnel.c | 342 do_remove(struct i2c_client *client) in do_remove() function 448 .remove = do_remove,
|