Home
last modified time | relevance | path

Searched refs:to_destroy (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/iommu/iommufd/
H A Dmain.c99 struct iommufd_object *to_destroy) in iommufd_object_dec_wait_shortterm() argument
101 if (refcount_dec_and_test(&to_destroy->shortterm_users)) in iommufd_object_dec_wait_shortterm()
105 refcount_read(&to_destroy->shortterm_users) == in iommufd_object_dec_wait_shortterm()
111 refcount_inc(&to_destroy->shortterm_users); in iommufd_object_dec_wait_shortterm()
120 struct iommufd_object *to_destroy, u32 id, in iommufd_object_remove() argument
135 ret = iommufd_object_dec_wait_shortterm(ictx, to_destroy); in iommufd_object_remove()
141 refcount_dec(&to_destroy->users); in iommufd_object_remove()
149 if (to_destroy) { in iommufd_object_remove()
156 if (WARN_ON(obj != to_destroy)) { in iommufd_object_remove()
H A Diommufd_private.h193 struct iommufd_object *to_destroy, u32 id,
/linux-6.15/drivers/net/ethernet/netronome/nfp/flower/
H A Dlag_conf.c68 bool to_destroy; member
133 group->to_destroy = false; in nfp_fl_lag_group_create()
330 if (entry->to_destroy) { in nfp_fl_lag_do_work()
533 group->to_destroy = true; in nfp_fl_lag_schedule_group_delete()
/linux-6.15/drivers/infiniband/core/
H A Dcma.c2728 struct rdma_id_private **to_destroy) in cma_listen_on_dev() argument
2736 *to_destroy = NULL; in cma_listen_on_dev()
2767 *to_destroy = dev_id_priv; in cma_listen_on_dev()
2774 struct rdma_id_private *to_destroy; in cma_listen_on_all() local
2781 ret = cma_listen_on_dev(id_priv, cma_dev, &to_destroy); in cma_listen_on_all()
2784 if (to_destroy) in cma_listen_on_all()
2785 list_del_init(&to_destroy->device_item); in cma_listen_on_all()
2795 if (to_destroy) in cma_listen_on_all()
2796 rdma_destroy_id(&to_destroy->id); in cma_listen_on_all()
5338 struct rdma_id_private *to_destroy; in cma_add_one() local
[all …]