Searched refs:do_remove (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/infiniband/hw/hfi1/ |
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.1.9/drivers/s390/crypto/ |
D | vfio_ap_ops.c | 1989 int do_remove = 0; in vfio_ap_mdev_cfg_remove() local 1995 do_remove |= bitmap_and(aprem, ap_remove, in vfio_ap_mdev_cfg_remove() 1998 do_remove |= bitmap_and(aqrem, aq_remove, in vfio_ap_mdev_cfg_remove() 2001 do_remove |= bitmap_andnot(cdrem, cd_remove, in vfio_ap_mdev_cfg_remove() 2005 if (do_remove) in vfio_ap_mdev_cfg_remove() 2025 int do_remove; in vfio_ap_mdev_on_cfg_remove() local 2030 do_remove = bitmap_andnot(aprem, in vfio_ap_mdev_on_cfg_remove() 2034 do_remove |= bitmap_andnot(aqrem, in vfio_ap_mdev_on_cfg_remove() 2038 do_remove |= bitmap_andnot(cdrem, in vfio_ap_mdev_on_cfg_remove() 2043 if (do_remove) in vfio_ap_mdev_on_cfg_remove()
|
/linux-6.1.9/drivers/macintosh/ |
D | therm_windtunnel.c | 340 do_remove(struct i2c_client *client) in do_remove() function 445 .remove = do_remove,
|