Home
last modified time | relevance | path

Searched defs:_test (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/include/drm/
H A Ddrm_kunit_helpers.h44 #define drm_kunit_helper_alloc_drm_device_with_driver(_test, _dev, _type, _member, _drv) \ argument
89 #define drm_kunit_helper_alloc_drm_device(_test, _dev, _type, _member, _feat) \ argument
/openbmc/qemu/include/migration/
H A Dvmstate.h323 #define VMSTATE_SINGLE_FULL(_field, _state, _test, _version, _info, \ argument
336 #define VMSTATE_VALIDATE(_name, _test) { \ argument
352 #define VMSTATE_POINTER_TEST(_field, _state, _test, _info, _type) { \ argument
391 #define VMSTATE_ARRAY_TEST(_field, _state, _num, _test, _info, _type) {\ argument
551 #define VMSTATE_STRUCT_2DARRAY_TEST(_field, _state, _n1, _n2, _test, \ argument
657 #define VMSTATE_VBUFFER_MULTIPLY(_field, _state, _version, _test, \ argument
690 _test, _field_size) { \ argument
727 #define VMSTATE_WITH_TMP_TEST(_state, _test, _tmp_type, _vmsd) { \ argument
741 #define VMSTATE_UNUSED_BUFFER(_test, _version, _size) { \ argument
1035 #define VMSTATE_TIMER_TEST(_f, _s, _test) \ argument
[all …]
/openbmc/qemu/include/hw/pci/
H A Dmsix.h53 #define VMSTATE_MSIX_TEST(_field, _state, _test) { \ argument
H A Dshpc.h56 #define SHPC_VMSTATE(_field, _type, _test) \ argument
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_queue_stack_map.h28 int _test(struct __sk_buff *skb) in _test() function
/openbmc/qemu/include/qemu/
H A Dfifo8.h151 #define VMSTATE_FIFO8_TEST(_field, _state, _test) { \ argument
/openbmc/linux/drivers/iio/test/
H A Diio-test-format.c10 #define IIO_TEST_FORMAT_EXPECT_EQ(_test, _buf, _ret, _val) do { \ argument
/openbmc/linux/fs/unicode/
H A Dutf8-selftest.c23 #define _test(cond, func, line, fmt, ...) do { \ macro
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_sockmap.c151 struct _test { struct
152 char *title;
153 void (*tester)(int cg_fd, struct sockmap_options *opt);
/openbmc/linux/tools/testing/selftests/kvm/aarch64/
H A Dpage_fault_test.c758 #define _CHECK(_test) _CHECK_##_test argument
759 #define _PREPARE(_test) _PREPARE_##_test argument
/openbmc/linux/drivers/firmware/
H A Dedd.c66 #define EDD_DEVICE_ATTR(_name,_mode,_show,_test) \ argument
/openbmc/linux/lib/
H A Dtest_scanf.c31 _test(check_fn fn, const void *check_data, const char *string, const char *fmt, in _test() function
/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c1223 static const u32 _test[] = { in reg_pattern_test() local