Searched refs:to_destroy (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/iommu/iommufd/
H A Dmain.c125 struct iommufd_object *to_destroy)
127 if (refcount_dec_and_test(&to_destroy->shortterm_users))
131 refcount_read(&to_destroy->shortterm_users) ==
137 refcount_inc(&to_destroy->shortterm_users);
146 struct iommufd_object *to_destroy, u32 id,
161 ret = iommufd_object_dec_wait_shortterm(ictx, to_destroy);
167 refcount_dec(&to_destroy->users);
175 if (to_destroy) {
182 if (WARN_ON(obj != to_destroy)) {
124 iommufd_object_dec_wait_shortterm(struct iommufd_ctx *ictx, struct iommufd_object *to_destroy) argument
145 iommufd_object_remove(struct iommufd_ctx *ictx, struct iommufd_object *to_destroy, u32 id, unsigned int flags) argument
H A Diommufd_private.h185 struct iommufd_object *to_destroy, u32 id,
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dlag_conf.c57 * @to_destroy: Marked if the group should be removed from driver
68 bool to_destroy; member in struct:nfp_fl_lag_group
133 group->to_destroy = false;
330 if (entry->to_destroy) {
533 group->to_destroy = true;
/linux-master/mm/
H A Dslab_common.c423 LIST_HEAD(to_destroy);
436 list_splice_init(&slab_caches_to_rcu_destroy, &to_destroy);
439 if (list_empty(&to_destroy))
444 list_for_each_entry_safe(s, s2, &to_destroy, list) {
/linux-master/drivers/infiniband/core/
H A Dcma.c2693 struct rdma_id_private **to_destroy)
2701 *to_destroy = NULL;
2732 *to_destroy = dev_id_priv;
2739 struct rdma_id_private *to_destroy; local
2746 ret = cma_listen_on_dev(id_priv, cma_dev, &to_destroy);
2749 if (to_destroy)
2750 list_del_init(&to_destroy->device_item);
2760 if (to_destroy)
2761 rdma_destroy_id(&to_destroy->id);
5304 struct rdma_id_private *to_destroy; local
2691 cma_listen_on_dev(struct rdma_id_private *id_priv, struct cma_device *cma_dev, struct rdma_id_private **to_destroy) argument
[all...]

Completed in 178 milliseconds