/openbmc/qemu/io/ |
H A D | task.c | 31 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 D | event.cpp | 64 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 D | base.cpp | 94 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 D | child.cpp | 73 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 D | signal.cpp | 72 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 D | io.cpp | 72 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 D | time.cpp | 79 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 D | 0001-Fix-rotation-destroy-flush-fix-session-daemon-abort-.patch | 4 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 D | bpf_iter_setsockopt_unix.c | 81 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 D | hci_sync.h | 19 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 D | ptr_ring.h | 512 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 D | main.c | 26 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 D | xt_set.c | 528 .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 D | xt_nat.c | 155 .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 D | xt_socket.c | 244 .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 D | xt_connmark.c | 158 .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 D | xt_SECMARK.c | 162 .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 D | auth_none.c | 22 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 D | channel-socket.h | 119 GDestroyNotify destroy, 163 GDestroyNotify destroy, 210 GDestroyNotify destroy,
|
H A D | task.h | 219 GDestroyNotify destroy); 238 GDestroyNotify destroy,
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | coroutine.hpp | 107 __c.__destroy_.destroy(); in __co_impl() 121 __coro_.destroy(); in ~__context_and_coro() 143 (__destroy.destroy(), __continue)
|
/openbmc/qemu/hw/xen/ |
H A D | xen-backend.c | 17 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 D | dev_addr_lists.sh | 19 destroy() function 33 destroy
|
/openbmc/linux/drivers/gpu/drm/loongson/ |
H A D | lsdc_output_7a1000.c | 97 .destroy = drm_connector_cleanup, 134 .destroy = drm_encoder_cleanup, 138 .destroy = drm_encoder_cleanup,
|
/openbmc/linux/include/linux/netfilter_bridge/ |
H A D | ebtables.h | 30 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
|