Home
last modified time | relevance | path

Searched refs:post_alloc (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/mm/
H A Duffd-common.h100 int (*post_alloc)(uffd_global_test_opts_t *gopts, const char **errmsg); member
H A Duffd-common.c341 if (uffd_test_case_ops && uffd_test_case_ops->post_alloc) { in uffd_test_ctx_init()
342 ret = uffd_test_case_ops->post_alloc(gopts, errmsg); in uffd_test_ctx_init()
H A Duffd-unit-tests.c1451 .post_alloc = prevent_hugepages,
1455 .post_alloc = request_hugepages,