Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-netlink/
Dtest-netlink.c284 struct test_async_object { struct
289 static struct test_async_object *test_async_object_free(struct test_async_object *t) { in test_async_object_free() argument
296 DEFINE_PRIVATE_TRIVIAL_REF_UNREF_FUNC(struct test_async_object, test_async_object, test_async_objec…
297 DEFINE_TRIVIAL_CLEANUP_FUNC(struct test_async_object *, test_async_object_unref);
300 struct test_async_object *t = userdata; in link_handler2()
316 struct test_async_object *t = userdata; in test_async_object_destroy()
327 _cleanup_(test_async_object_unrefp) struct test_async_object *t = NULL; in test_async_destroy_callback()
333 assert_se(t = new(struct test_async_object, 1)); in test_async_destroy_callback()
335 *t = (struct test_async_object) { in test_async_destroy_callback()