Home
last modified time | relevance | path

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

/tools/testing/selftests/exec/
A Dnon-regular.c47 FIXTURE_DATA(file) *self, in FIXTURE_VARIANT()
53 FIXTURE_DATA(file) *self, in setup_link()
81 FIXTURE_DATA(file) *self, in setup_dir()
96 FIXTURE_DATA(file) *self, in setup_node()
134 FIXTURE_DATA(file) *self, in setup_fifo()
/tools/testing/selftests/net/af_unix/
A Dmsg_oob.c48 FIXTURE_DATA(msg_oob) *self) in create_unix_socketpair()
57 FIXTURE_DATA(msg_oob) *self) in create_tcp_socketpair()
88 FIXTURE_DATA(msg_oob) *self) in setup_sigurg()
117 FIXTURE_DATA(msg_oob) *self) in setup_epollpri()
135 static void close_sockets(FIXTURE_DATA(msg_oob) *self) in close_sockets()
160 FIXTURE_DATA(msg_oob) *self, in __epollpair()
183 FIXTURE_DATA(msg_oob) *self, in __sendpair()
211 FIXTURE_DATA(msg_oob) *self, in __recvpair()
280 FIXTURE_DATA(msg_oob) *self) in __setinlinepair()
294 FIXTURE_DATA(msg_oob) *self, in __siocatmarkpair()
[all …]
A Dscm_rights.c180 FIXTURE_DATA(scm_rights) *self, in create_listeners()
220 FIXTURE_DATA(scm_rights) *self, in create_socketpairs()
241 FIXTURE_DATA(scm_rights) *self, in __create_sockets()
254 FIXTURE_DATA(scm_rights) *self, in __close_sockets()
268 const FIXTURE_DATA(scm_rights) *self, in __send_fd()
A Dscm_inq.c59 FIXTURE_DATA(scm_inq) *self) in send_chunks()
71 FIXTURE_DATA(scm_inq) *self) in recv_chunks()
A Ddiag_uid.c77 FIXTURE_DATA(diag_uid) *self, in send_request()
135 FIXTURE_DATA(diag_uid) *self) in receive_response()
A Dscm_pidfd.c410 static void client(FIXTURE_DATA(scm_pidfd) *self, in client()
/tools/testing/selftests/proc/
A Dproc-maps-race.c85 typedef bool (*vma_modifier_op)(FIXTURE_DATA(proc_maps_race) *self);
107 static bool read_two_pages(FIXTURE_DATA(proc_maps_race) *self) in read_two_pages()
152 static bool read_boundary_lines(FIXTURE_DATA(proc_maps_race) *self, in read_boundary_lines()
240 FIXTURE_DATA(proc_maps_race) *self) in print_boundaries_on()
282 static bool capture_mod_pattern(FIXTURE_DATA(proc_maps_race) *self, in capture_mod_pattern()
320 static inline bool split_vma(FIXTURE_DATA(proc_maps_race) *self) in split_vma()
326 static inline bool merge_vma(FIXTURE_DATA(proc_maps_race) *self) in merge_vma()
342 static inline bool shrink_vma(FIXTURE_DATA(proc_maps_race) *self) in shrink_vma()
348 static inline bool expand_vma(FIXTURE_DATA(proc_maps_race) *self) in expand_vma()
364 static inline bool remap_vma(FIXTURE_DATA(proc_maps_race) *self) in remap_vma()
[all …]
/tools/testing/selftests/net/
A Dso_incoming_cpu.c124 FIXTURE_DATA(so_incoming_cpu) *self, in create_server()
158 FIXTURE_DATA(so_incoming_cpu) *self, in create_servers()
179 FIXTURE_DATA(so_incoming_cpu) *self) in create_clients()
210 FIXTURE_DATA(so_incoming_cpu) *self) in verify_incoming_cpu()
A Dbind_timewait.c43 FIXTURE_DATA(bind_timewait) *self) in create_timewait_socket()
A Dbind_wildcard.c693 static void setup_addr(FIXTURE_DATA(bind_wildcard) *self, int i, in setup_addr()
740 FIXTURE_DATA(bind_wildcard) *self, in bind_socket()
/tools/testing/selftests/kvm/s390/
A Ducontrol_test.c274 static void *gpa2hva(FIXTURE_DATA(uc_kvm) *self, u64 gpa) in gpa2hva()
280 static int uc_map_ext(FIXTURE_DATA(uc_kvm) *self, u64 vcpu_addr, u64 length) in uc_map_ext()
293 static int uc_unmap_ext(FIXTURE_DATA(uc_kvm) *self, u64 vcpu_addr, u64 length) in uc_unmap_ext()
306 static void uc_handle_exit_ucontrol(FIXTURE_DATA(uc_kvm) *self) in uc_handle_exit_ucontrol()
332 static void uc_skey_enable(FIXTURE_DATA(uc_kvm) *self) in uc_skey_enable()
346 static bool uc_handle_insn_ic(FIXTURE_DATA(uc_kvm) *self) in uc_handle_insn_ic()
372 static bool uc_handle_sieic(FIXTURE_DATA(uc_kvm) *self) in uc_handle_sieic()
400 static bool uc_handle_exit(FIXTURE_DATA(uc_kvm) *self) in uc_handle_exit()
420 static int uc_run_once(FIXTURE_DATA(uc_kvm) *self) in uc_run_once()
431 static void uc_assert_diag44(FIXTURE_DATA(uc_kvm) *self) in uc_assert_diag44()
/tools/testing/selftests/
A Dkselftest_harness.h210 #define FIXTURE_DATA(datatype_name) struct _test_data_##datatype_name macro
237 FIXTURE_DATA(fixture_name)
261 FIXTURE_DATA(fixture_name) __attribute__((unused)) *self, \
310 FIXTURE_DATA(fixture_name) __attribute__((unused)) *self, \
400 FIXTURE_DATA(fixture_name) *self, \
407 FIXTURE_DATA(fixture_name) self_private, *self = NULL; \
478 FIXTURE_DATA(fixture_name) __attribute__((unused)) *self, \
/tools/testing/selftests/filesystems/mount-notify/
A Dmount-notify_test.c118 FIXTURE_DATA(fanotify) *self, in expect_notify()
164 FIXTURE_DATA(fanotify) *self, in expect_notify_n()
174 FIXTURE_DATA(fanotify) *self, in expect_notify_mask()
187 FIXTURE_DATA(fanotify) *self, in expect_notify_mask_n()
A Dmount-notify_test_ns.c146 FIXTURE_DATA(fanotify) *self, in expect_notify()
192 FIXTURE_DATA(fanotify) *self, in expect_notify_n()
202 FIXTURE_DATA(fanotify) *self, in expect_notify_mask()
215 FIXTURE_DATA(fanotify) *self, in expect_notify_mask_n()
/tools/testing/selftests/drivers/s390x/uvdevice/
A Dtest_uvdevice.c188 FIXTURE_DATA(attest_fixture) *self) in att_inval_sizes_test()
235 FIXTURE_DATA(attest_fixture) *self) in att_inval_addr_test()
/tools/testing/selftests/hid/
A Dhidraw.c15 static void close_hidraw(FIXTURE_DATA(hidraw) * self) in close_hidraw()
A Dhid_bpf.c22 static void detach_bpf(FIXTURE_DATA(hid_bpf) * self) in detach_bpf()
76 FIXTURE_DATA(hid_bpf) * self, in load_programs()
/tools/testing/selftests/perf_events/
A Dsigtrap_threads.c150 FIXTURE_DATA(sigtrap_threads) *self) in run_test_threads()
/tools/testing/selftests/iommu/
A Diommufd_fail_nth.c178 FIXTURE_DATA(fixture_name) *self, \
203 FIXTURE_DATA(fixture_name) __attribute__((unused)) *self, \
/tools/testing/selftests/coredump/
A Dstackdump_test.c283 FIXTURE_DATA(coredump)* self) in wait_and_check_coredump_server()
/tools/testing/selftests/mm/
A Dguard-regions.c85 static void *mmap_(FIXTURE_DATA(guard_regions) * self, in mmap_()
/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c2055 FIXTURE_DATA(TRACE_syscall) *self = args; in tracer_ptrace()
/tools/testing/selftests/landlock/
A Dfs_test.c5478 FIXTURE_DATA(layout3_fs) * self, in layer3_fs_tag_inode()

Completed in 54 milliseconds