Lines Matching refs:copyio_test_data
51 struct copyio_test_data { struct
72 typedef int (*copyio_thread_fn_t)(struct copyio_test_data *); argument
76 struct copyio_test_data *data;
90 copyio_test_run_in_thread(copyio_thread_fn_t fn, struct copyio_test_data *data) in copyio_test_run_in_thread()
110 copyio_test_protect(struct copyio_test_data *data, vm_prot_t prot) in copyio_test_protect()
117 copyin_from_kernel(struct copyio_test_data *data) in copyin_from_kernel()
124 copyin_test(struct copyio_test_data *data) in copyin_test()
164 copyout_to_kernel(struct copyio_test_data *data) in copyout_to_kernel()
171 copyout_test(struct copyio_test_data *data) in copyout_test()
212 copyinstr_from_kernel(struct copyio_test_data *data) in copyinstr_from_kernel()
220 copyinstr_test(struct copyio_test_data *data) in copyinstr_test()
285 copyoutstr_to_kernel(struct copyio_test_data *data) in copyoutstr_to_kernel()
292 copyoutstr_test(struct copyio_test_data *data) in copyoutstr_test()
346 copyin_atomic32_from_kernel(struct copyio_test_data *data) in copyin_atomic32_from_kernel()
352 copyin_atomic64_from_kernel(struct copyio_test_data *data) in copyin_atomic64_from_kernel()
358 copyout_atomic32_to_kernel(struct copyio_test_data *data) in copyout_atomic32_to_kernel()
364 copyout_atomic64_to_kernel(struct copyio_test_data *data) in copyout_atomic64_to_kernel()
456 copyin_atomic32_wait_if_equals_from_kernel(struct copyio_test_data *data) in copyin_atomic32_wait_if_equals_from_kernel()
462 copyin_atomic32_wait_if_equals_test(struct copyio_test_data *data) in copyin_atomic32_wait_if_equals_test()
495 struct copyio_test_data data = {}; in copyio_test()