Home
last modified time | relevance | path

Searched full:destroy (Results 1 – 25 of 1853) sorted by relevance

12345678910>>...75

/openbmc/qemu/io/
H A Dtask.c31 GDestroyNotify destroy; member
41 GDestroyNotify destroy; member
54 GDestroyNotify destroy) in qio_task_new() argument
64 task->destroy = destroy; in qio_task_new()
77 if (task->thread->destroy) { in qio_task_free()
78 task->thread->destroy(task->thread->opaque); in qio_task_free()
88 if (task->destroy) { in qio_task_free()
89 task->destroy(task->opaque); in qio_task_free()
153 GDestroyNotify destroy, in qio_task_run_in_thread() argument
165 data->destroy = destroy; in qio_task_run_in_thread()
[all …]
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/
H A D0001-Fix-rotation-destroy-flush-fix-session-daemon-abort-.patch4 Subject: [PATCH] Fix: rotation-destroy-flush: fix session daemon abort if no
7 Testing rotation-destroy-flush when no lttng kernel modules present, it would
32 .../ust/rotation-destroy-flush/test_rotation_destroy_flush | 6 +++---
35 …git a/tests/regression/ust/rotation-destroy-flush/test_rotation_destroy_flush b/tests/regression/u…
37 --- a/tests/regression/ust/rotation-destroy-flush/test_rotation_destroy_flush
38 +++ b/tests/regression/ust/rotation-destroy-flush/test_rotation_destroy_flush
/openbmc/linux/drivers/iommu/iommufd/
H A Dmain.c26 void (*destroy)(struct iommufd_object *obj); member
46 * interact with lockdep, however on destroy we have to sleep. This in _iommufd_object_alloc()
47 * means if we have to destroy an object while holding a get on another in _iommufd_object_alloc()
58 * in the xarray and visible to other threads we can't reliably destroy in _iommufd_object_alloc()
77 * to reliably destroy a single object. Thus all APIs that are creating objects
102 * Abort an object that has been fully initialized and needs destroy, but has
111 iommufd_object_ops[obj->type].destroy(obj); in iommufd_object_abort_and_destroy()
134 * object is held by the xarray. The caller must call ops destroy().
173 * The caller holds a users refcount and wants to destroy the object. Returns
196 * If there is a bug and we couldn't destroy the object then we did put in __iommufd_object_destroy_user()
[all …]
/openbmc/sdeventplus/test/source/
H A Devent.cpp64 sd_event_destroy_t destroy; in TEST_F() local
70 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in TEST_F()
99 destroy(userdata); in TEST_F()
106 sd_event_destroy_t destroy; in TEST_F() local
112 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in TEST_F()
137 destroy(userdata); in TEST_F()
144 sd_event_destroy_t destroy; in TEST_F() local
150 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in TEST_F()
175 destroy(userdata); in TEST_F()
196 sd_event_destroy_t destroy; in TEST_F() local
[all …]
H A Dbase.cpp94 sd_event_destroy_t destroy; in make_base() local
100 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in make_base()
112 return {std::move(ret), std::bind(destroy, userdata)}; in make_base()
158 sd_event_destroy_t destroy; in TEST_F() local
164 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in TEST_F()
180 destroy(userdata); in TEST_F()
187 sd_event_destroy_t destroy; in TEST_F() local
193 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in TEST_F()
207 destroy(userdata); in TEST_F()
213 std::function<void()> destroy; in TEST_F() local
[all …]
H A Dsignal.cpp72 sd_event_destroy_t destroy; in TEST_F() local
78 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in TEST_F()
108 destroy(userdata); in TEST_F()
132 sd_event_destroy_t destroy; member in sdeventplus::source::__anon7bac141c0111::SignalMethodTest
148 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in SetUp()
163 destroy(userdata); in TearDown()
H A Dchild.cpp73 sd_event_destroy_t destroy; in TEST_F() local
79 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in TEST_F()
107 destroy(userdata); in TEST_F()
132 sd_event_destroy_t destroy; member in sdeventplus::source::__anonf0b8bea20111::ChildMethodTest
149 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in SetUp()
164 destroy(userdata); in TearDown()
H A Dio.cpp72 sd_event_destroy_t destroy; in TEST_F() local
78 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in TEST_F()
108 destroy(userdata); in TEST_F()
132 sd_event_destroy_t destroy; member in sdeventplus::source::__anon8d6417760111::IOMethodTest
149 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in SetUp()
164 destroy(userdata); in TearDown()
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Diters_state_safety.c22 * information for bpf_iter_num_{new,next,destroy}() kfuncs, in force_clang_to_emit_btf_for_externs()
44 /* destroy iterator */ in create_and_destroy()
109 /* (attempt to) destroy iterator */ in compromise_iter_w_direct_write_fail()
136 /* don't destroy iter, leaking ref, which should fail */ in compromise_iter_w_direct_write_and_skip_destroy_fail()
165 /* (attempt to) destroy iterator */ in compromise_iter_w_helper_write_fail()
210 /* destroy iterator */ in valid_stack_reuse()
221 /* destroy iterator */ in valid_stack_reuse()
249 /* destroy iterator */ in double_create_fail()
272 /* destroy iterator */ in double_destroy_fail()
275 /* (attempt to) destroy iterator again */ in double_destroy_fail()
[all …]
H A Diters_looping.c22 * information for bpf_iter_num_{new,next,destroy}() kfuncs, in force_clang_to_emit_btf_for_externs()
51 /* destroy iterator */ in consume_first_item_only()
82 /* destroy iterator */ in missing_null_check_fail()
116 /* destroy iterator */ in wrong_sized_read_fail()
154 /* destroy iterator */ in __flag()
/openbmc/linux/include/net/bluetooth/
H A Dhci_sync.h19 hci_cmd_sync_work_destroy_t destroy; member
50 void *data, hci_cmd_sync_work_destroy_t destroy);
52 void *data, hci_cmd_sync_work_destroy_t destroy);
54 void *data, hci_cmd_sync_work_destroy_t destroy);
56 void *data, hci_cmd_sync_work_destroy_t destroy);
58 void *data, hci_cmd_sync_work_destroy_t destroy);
61 void *data, hci_cmd_sync_work_destroy_t destroy);
65 void *data, hci_cmd_sync_work_destroy_t destroy);
68 hci_cmd_sync_work_destroy_t destroy);
/openbmc/linux/fs/notify/
H A Dfsnotify.h45 /* destroy all events sitting in this groups notification queue */
55 /* Destroy all marks attached to an object via connector */
57 /* run the list of all marks associated with inode and destroy them */
62 /* run the list of all marks associated with vfsmount and destroy them */
67 /* run the list of all marks associated with sb and destroy them */
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_iter_setsockopt_unix.c81 goto destroy; in test_bpf_iter_setsockopt_unix()
85 goto destroy; in test_bpf_iter_setsockopt_unix()
89 goto destroy; in test_bpf_iter_setsockopt_unix()
95 goto destroy; in test_bpf_iter_setsockopt_unix()
98 destroy: in test_bpf_iter_setsockopt_unix()
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dcoroutine.hpp25 // https://developercommunity.visualstudio.com/t/destroy-coroutine-from-final_suspend-r/10096047
38 // each destroy-and-continue sequence. The wrapping coroutine itself is
107 __c.__destroy_.destroy(); in __co_impl()
121 __coro_.destroy(); in ~__context_and_coro()
143 (__destroy.destroy(), __continue)
/openbmc/linux/tools/testing/selftests/ipc/
H A Dmsgque.c63 goto destroy; in restore_queue()
71 goto destroy; in restore_queue()
76 destroy: in restore_queue()
78 printf("Failed to destroy queue: %d\n", -errno); in restore_queue()
125 printf("Failed to destroy queue: %d\n", -errno); in check_and_destroy_queue()
231 printf("Failed to check and destroy queue: %d\n", err); in main()
250 printf("Failed to destroy queue: %d\n", -errno); in main()
/openbmc/linux/include/linux/
H A Dptr_ring.h502 * Return entries into ring. Destroy entries that don't fit.
512 void (*destroy)(void *)) in ptr_ring_unconsume()
551 /* Destroy all entries left in the batch. */ in ptr_ring_unconsume()
553 destroy(batch[--n]); in ptr_ring_unconsume()
560 void (*destroy)(void *)) in __ptr_ring_swap_queue()
569 else if (destroy) in __ptr_ring_swap_queue()
570 destroy(ptr); in __ptr_ring_swap_queue()
591 void (*destroy)(void *)) in ptr_ring_resize()
603 old = __ptr_ring_swap_queue(r, queue, size, gfp, destroy); in ptr_ring_resize()
622 gfp_t gfp, void (*destroy)(void *)) in ptr_ring_resize_multiple()
[all …]
/openbmc/linux/net/netfilter/
H A Dxt_set.c528 .destroy = set_match_v0_destroy,
538 .destroy = set_match_v1_destroy,
548 .destroy = set_match_v1_destroy,
559 .destroy = set_match_v1_destroy,
569 .destroy = set_match_v1_destroy,
580 .destroy = set_match_v3_destroy,
590 .destroy = set_match_v3_destroy,
601 .destroy = set_match_v4_destroy,
611 .destroy = set_match_v4_destroy,
624 .destroy = set_target_v0_destroy,
[all …]
H A Dxt_nat.c155 .destroy = xt_nat_destroy,
168 .destroy = xt_nat_destroy,
181 .destroy = xt_nat_destroy,
193 .destroy = xt_nat_destroy,
205 .destroy = xt_nat_destroy,
217 .destroy = xt_nat_destroy,
H A Dxt_connmark.c158 .destroy = connmark_tg_destroy,
168 .destroy = connmark_tg_destroy,
179 .destroy = connmark_tg_destroy,
189 .destroy = connmark_tg_destroy,
202 .destroy = connmark_mt_destroy,
/openbmc/linux/arch/s390/kvm/
H A Dpv.c75 KVM_UV_EVENT(vcpu->kvm, 3, "PROTVIRT DESTROY VCPU %d: rc %x rrc %x", in kvm_s390_pv_destroy_cpu()
77 WARN_ONCE(cc, "protvirt destroy cpu failed rc %x rrc %x", *rc, *rrc); in kvm_s390_pv_destroy_cpu()
156 /* only free resources when the destroy was successful */
205 * @rc: the RC code of the Destroy Secure Configuration UVC
206 * @rrc: the RRC code of the Destroy Secure Configuration UVC
208 * Destroy one leftover protected VM.
220 /* It used the destroy-fast UVC, nothing left to do here */ in kvm_s390_pv_dispose_one_leftover()
224 KVM_UV_EVENT(kvm, 3, "PROTVIRT DESTROY LEFTOVER VM: rc %x rrc %x", *rc, *rrc); in kvm_s390_pv_dispose_one_leftover()
225 WARN_ONCE(cc, "protvirt destroy leftover vm failed rc %x rrc %x", *rc, *rrc); in kvm_s390_pv_dispose_one_leftover()
243 * kvm_s390_destroy_lower_2g - Destroy the first 2GB of protected guest memory.
[all …]
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Dudp_tunnel_nic.sh468 msg="destroy NIC"
526 msg="destroy NIC"
536 # Destroy full NIC
537 pfx="destroy full"
552 overflow_table0 "destroy NIC"
553 overflow_table1 "destroy NIC"
555 msg="destroy NIC"
606 msg="destroy VxLANs v4"
617 msg="destroy NIC"
664 msg="2 - destroy GENEVE"
[all …]
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_so.h69 /* Map enum vmw_view_type to view destroy command ids*/
79 * vmw_view_cmd_to_type - Return the view type for a create or destroy command
83 * For a given view create or destroy command id, return the corresponding
107 * create or destroy command
111 * For a given state object create or destroy command id,
/openbmc/linux/net/ceph/
H A Dauth_none.c22 static void destroy(struct ceph_auth_client *ac) in destroy() function
104 au->base.destroy = ceph_auth_none_destroy_authorizer; in ceph_auth_none_create_authorizer()
123 .destroy = destroy,
/openbmc/qemu/include/io/
H A Dchannel-socket.h104 * @destroy: the function to free @opaque
119 GDestroyNotify destroy,
147 * @destroy: the function to free @opaque
163 GDestroyNotify destroy,
192 * @destroy: the function to free @opaque
210 GDestroyNotify destroy,
/openbmc/qemu/hw/xen/
H A Dxen-backend.c17 XenBackendDeviceDestroy destroy; member
74 impl->destroy = info->destroy; in xen_backend_register()
182 impl->destroy(backend, errp); in xen_backend_try_device_destroy()

12345678910>>...75