Searched refs:uffd_test_case_ops (Results 1 – 3 of 3) sorted by relevance
95 struct uffd_test_case_ops { struct99 typedef struct uffd_test_case_ops uffd_test_case_ops_t; argument114 extern uffd_test_case_ops_t *uffd_test_case_ops;
20 uffd_test_case_ops_t *uffd_test_case_ops; variable303 if (uffd_test_case_ops && uffd_test_case_ops->pre_alloc) { in uffd_test_ctx_init()304 ret = uffd_test_case_ops->pre_alloc(errmsg); in uffd_test_ctx_init()317 if (uffd_test_case_ops && uffd_test_case_ops->post_alloc) { in uffd_test_ctx_init()318 ret = uffd_test_case_ops->post_alloc(errmsg); in uffd_test_ctx_init()
192 uffd_test_case_ops = test->test_case_ops; in uffd_setup_environment()1259 struct uffd_test_case_ops uffd_move_test_case_ops = {1263 struct uffd_test_case_ops uffd_move_test_pmd_case_ops = {