Searched refs:do_remove (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/infiniband/hw/hfi1/ |
A D | mmu_rb.c | 22 static void do_remove(struct mmu_rb_handler *handler, 106 do_remove(handler, &del_list); in hfi1_mmu_rb_unregister() 289 static void do_remove(struct mmu_rb_handler *handler, in do_remove() function 319 do_remove(handler, &del_list); in handle_remove()
|
/linux-6.3-rc2/drivers/s390/crypto/ |
A D | vfio_ap_ops.c | 2050 int do_remove = 0; in vfio_ap_mdev_cfg_remove() local 2056 do_remove |= bitmap_and(aprem, ap_remove, in vfio_ap_mdev_cfg_remove() 2059 do_remove |= bitmap_and(aqrem, aq_remove, in vfio_ap_mdev_cfg_remove() 2062 do_remove |= bitmap_andnot(cdrem, cd_remove, in vfio_ap_mdev_cfg_remove() 2066 if (do_remove) in vfio_ap_mdev_cfg_remove() 2086 int do_remove; in vfio_ap_mdev_on_cfg_remove() local 2091 do_remove = bitmap_andnot(aprem, in vfio_ap_mdev_on_cfg_remove() 2095 do_remove |= bitmap_andnot(aqrem, in vfio_ap_mdev_on_cfg_remove() 2099 do_remove |= bitmap_andnot(cdrem, in vfio_ap_mdev_on_cfg_remove() 2104 if (do_remove) in vfio_ap_mdev_on_cfg_remove()
|
/linux-6.3-rc2/drivers/macintosh/ |
A D | therm_windtunnel.c | 340 do_remove(struct i2c_client *client) in do_remove() function 446 .remove = do_remove,
|
Completed in 8 milliseconds