Searched refs:MADV_DONTFORK (Results 1 – 13 of 13) sorted by relevance
/external/strace/xlat/ |
D | madvise_cmds.h | 65 #if defined(MADV_DONTFORK) || (defined(HAVE_DECL_MADV_DONTFORK) && HAVE_DECL_MADV_DONTFORK) 67 static_assert((MADV_DONTFORK) == (10), "MADV_DONTFORK != 10"); 70 # define MADV_DONTFORK 10 260 XLAT(MADV_DONTFORK),
|
D | madvise_cmds.in | 21 MADV_DONTFORK 10
|
/external/ltp/include/lapi/ |
D | mmap.h | 32 #ifndef MADV_DONTFORK 33 # define MADV_DONTFORK 10 macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | mman-common.h | 54 #define MADV_DONTFORK 10 /* don't inherit across fork */ macro
|
/external/ltp/testcases/kernel/syscalls/madvise/ |
D | madvise01.c | 46 {MADV_DONTFORK, "MADV_DONTFORK", &sfile}, /* since Linux 2.6.16 */
|
/external/rust/crates/nix/src/sys/ |
D | mman.rs | 174 MADV_DONTFORK,
|
/external/igt-gpu-tools/tests/i915/ |
D | gem_userptr_blits.c | 646 #ifdef MADV_DONTFORK in test_forked_access() 647 ret |= madvise(ptr1, sizeof(linear), MADV_DONTFORK); in test_forked_access() 654 #ifdef MADV_DONTFORK in test_forked_access() 655 ret |= madvise(ptr2, sizeof(linear), MADV_DONTFORK); in test_forked_access()
|
D | gem_concurrent_all.c | 1883 madvise(pinned, pin_sz, MADV_DONTFORK)) {
|
/external/python/cpython3/Modules/ |
D | mmapmodule.c | 1609 #ifdef MADV_DONTFORK in PyInit_mmap() 1610 setint(dict, "MADV_DONTFORK", MADV_DONTFORK); in PyInit_mmap()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 2881 #ifdef MADV_DONTFORK 2882 { "MADV_DONTFORK", (unsigned long) MADV_DONTFORK },
|
/external/python/cpython3/Doc/library/ |
D | mmap.rst | 322 MADV_DONTFORK
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 624 pub const MADV_DONTFORK: ::c_int = 10; constant
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1616 pub const MADV_DONTFORK: ::c_int = 10; constant
|