Searched refs:VM_WIPEONFORK (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/trace/events/
H A Dmmflags.h194 {VM_WIPEONFORK, "wipeonfork" }, \
/linux-master/mm/
H A Dmadvise.c1048 new_flags |= VM_WIPEONFORK;
1051 new_flags &= ~VM_WIPEONFORK;
/linux-master/drivers/misc/uacce/
H A Duacce.c238 vm_flags_set(vma, VM_DONTCOPY | VM_DONTEXPAND | VM_WIPEONFORK);
/linux-master/kernel/
H A Dfork.c707 if (tmp->vm_flags & VM_WIPEONFORK) {
709 * VM_WIPEONFORK gets a clean slate in the child.
750 if (!(tmp->vm_flags & VM_WIPEONFORK))
/linux-master/fs/proc/
H A Dtask_mmu.c672 [ilog2(VM_WIPEONFORK)] = "wf",
/linux-master/include/linux/
H A Dmm.h302 #define VM_WIPEONFORK 0x02000000 /* Wipe VMA contents in child. */ macro

Completed in 152 milliseconds