Home
last modified time | relevance | path

Searched refs:destroy (Results 1 – 25 of 867) sorted by relevance

12345678910>>...35

/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/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
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
207 destroy(userdata); in TEST_F()
213 std::function<void()> destroy; in TEST_F() local
238 destroy(); in TEST_F()
245 std::function<void()> destroy; member in sdeventplus::source::__anon6c3f73390111::BaseMethodTest
[all …]
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 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 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()
H A Dtime.cpp79 sd_event_destroy_t destroy; in TEST_F() local
85 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in TEST_F()
109 destroy(userdata); in TEST_F()
134 sd_event_destroy_t destroy; member in sdeventplus::source::__anon62b35d4d0111::TimeMethodTest
149 .WillOnce(DoAll(SaveArg<1>(&destroy), Return(0))); in SetUp()
166 destroy(userdata); in TearDown()
/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/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/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/include/linux/
H A Dptr_ring.h512 void (*destroy)(void *)) 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()
642 size, gfp, destroy); in ptr_ring_resize_multiple()
668 if (destroy) in ptr_ring_cleanup()
[all …]
/openbmc/linux/drivers/iommu/iommufd/
H A Dmain.c26 void (*destroy)(struct iommufd_object *obj); member
111 iommufd_object_ops[obj->type].destroy(obj); in iommufd_object_abort_and_destroy()
203 iommufd_object_ops[obj->type].destroy(obj); in __iommufd_object_destroy_user()
215 iommufd_object_ops[obj->type].destroy(obj); in iommufd_destroy()
268 iommufd_object_ops[obj->type].destroy(obj); in iommufd_fops_release()
307 struct iommu_destroy destroy; member
477 .destroy = iommufd_access_destroy_object,
480 .destroy = iommufd_device_destroy,
483 .destroy = iommufd_ioas_destroy,
486 .destroy = iommufd_hw_pagetable_destroy,
[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_socket.c244 .destroy = socket_mt_destroy,
259 .destroy = socket_mt_destroy,
271 .destroy = socket_mt_destroy,
284 .destroy = socket_mt_destroy,
297 .destroy = socket_mt_destroy,
310 .destroy = socket_mt_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,
H A Dxt_SECMARK.c162 .destroy = secmark_tg_destroy,
172 .destroy = secmark_tg_destroy,
184 .destroy = secmark_tg_destroy,
194 .destroy = secmark_tg_destroy,
/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.h119 GDestroyNotify destroy,
163 GDestroyNotify destroy,
210 GDestroyNotify destroy,
H A Dtask.h219 GDestroyNotify destroy);
238 GDestroyNotify destroy,
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dcoroutine.hpp107 __c.__destroy_.destroy(); in __co_impl()
121 __coro_.destroy(); in ~__context_and_coro()
143 (__destroy.destroy(), __continue)
/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()
/openbmc/linux/tools/testing/selftests/drivers/net/team/
H A Ddev_addr_lists.sh19 destroy() function
33 destroy
/openbmc/linux/drivers/gpu/drm/loongson/
H A Dlsdc_output_7a1000.c97 .destroy = drm_connector_cleanup,
134 .destroy = drm_encoder_cleanup,
138 .destroy = drm_encoder_cleanup,
/openbmc/linux/include/linux/netfilter_bridge/
H A Debtables.h30 void (*destroy)(const struct xt_match *match, void *matchinfo); member
47 void (*destroy)(const struct xt_target *target, void *targinfo); member
65 void (*destroy)(const struct xt_target *target, void *targinfo); member

12345678910>>...35