Searched refs:MADV_DONTFORK (Results 1 – 12 of 12) sorted by relevance
7 #define MADV_DONTFORK 10 macro
54 #define MADV_DONTFORK 10 /* don't inherit across fork */ macro
90 #define MADV_DONTFORK 10 /* don't inherit across fork */ macro
81 #define MADV_DONTFORK 10 /* don't inherit across fork */ macro
49 #define MADV_DONTFORK 10 /* don't inherit across fork */ macro
55 #define MADV_DONTFORK 10 /* don't inherit across fork */ macro
893 ret = madvise(mem + pagesize, thpsize - pagesize, MADV_DONTFORK); in do_run_with_thp()1238 ret = madvise(mem + size / 2, size / 2, MADV_DONTFORK); in do_test_anon_thp_collapse()1246 ret = madvise(mem, size / 2, MADV_DONTFORK); in do_test_anon_thp_collapse()
1048 case MADV_DONTFORK: in madvise_vma_behavior()1160 case MADV_DONTFORK: in madvise_behavior_valid()
Completed in 14 milliseconds