Searched refs:MADV_DONTFORK (Results 1 – 7 of 7) sorted by relevance
7 #define MADV_DONTFORK 10 macro
54 #define MADV_DONTFORK 10 /* don't inherit across fork */ macro
940 ret = madvise(mem + pagesize, thpsize - pagesize, MADV_DONTFORK); in do_run_with_thp()1314 ret = madvise(mem + size / 2, size / 2, MADV_DONTFORK); in do_test_anon_thp_collapse()1323 ret = madvise(mem, size / 2, MADV_DONTFORK); in do_test_anon_thp_collapse()
1143 if (madvise(area_src, nr_pages * page_size, MADV_DONTFORK)) in uffd_move_test_common()
Completed in 18 milliseconds