| /tools/testing/selftests/exec/ |
| A D | non-regular.c | 47 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 D | msg_oob.c | 48 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 D | scm_rights.c | 180 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 D | scm_inq.c | 59 FIXTURE_DATA(scm_inq) *self) in send_chunks() 71 FIXTURE_DATA(scm_inq) *self) in recv_chunks()
|
| A D | diag_uid.c | 77 FIXTURE_DATA(diag_uid) *self, in send_request() 135 FIXTURE_DATA(diag_uid) *self) in receive_response()
|
| A D | scm_pidfd.c | 410 static void client(FIXTURE_DATA(scm_pidfd) *self, in client()
|
| /tools/testing/selftests/proc/ |
| A D | proc-maps-race.c | 85 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 D | so_incoming_cpu.c | 124 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 D | bind_timewait.c | 43 FIXTURE_DATA(bind_timewait) *self) in create_timewait_socket()
|
| A D | bind_wildcard.c | 693 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 D | ucontrol_test.c | 274 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 D | kselftest_harness.h | 210 #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 D | mount-notify_test.c | 118 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 D | mount-notify_test_ns.c | 146 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 D | test_uvdevice.c | 188 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 D | hidraw.c | 15 static void close_hidraw(FIXTURE_DATA(hidraw) * self) in close_hidraw()
|
| A D | hid_bpf.c | 22 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 D | sigtrap_threads.c | 150 FIXTURE_DATA(sigtrap_threads) *self) in run_test_threads()
|
| /tools/testing/selftests/iommu/ |
| A D | iommufd_fail_nth.c | 178 FIXTURE_DATA(fixture_name) *self, \ 203 FIXTURE_DATA(fixture_name) __attribute__((unused)) *self, \
|
| /tools/testing/selftests/coredump/ |
| A D | stackdump_test.c | 283 FIXTURE_DATA(coredump)* self) in wait_and_check_coredump_server()
|
| /tools/testing/selftests/mm/ |
| A D | guard-regions.c | 85 static void *mmap_(FIXTURE_DATA(guard_regions) * self, in mmap_()
|
| /tools/testing/selftests/seccomp/ |
| A D | seccomp_bpf.c | 2055 FIXTURE_DATA(TRACE_syscall) *self = args; in tracer_ptrace()
|
| /tools/testing/selftests/landlock/ |
| A D | fs_test.c | 5478 FIXTURE_DATA(layout3_fs) * self, in layer3_fs_tag_inode()
|