Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/mm/
H A Duffd-common.h97 int (*post_alloc)(const char **errmsg); member
H A Duffd-common.c317 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()
H A Duffd-unit-tests.c1263 .post_alloc = prevent_hugepages,
1267 .post_alloc = request_hugepages,