Home
last modified time | relevance | path

Searched refs:CLONE_AUTOREAP (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dsched.h39 #define CLONE_AUTOREAP (1ULL << 34) /* Auto-reap child on exit. */ macro
/linux/kernel/
H A Dfork.c2036 if (clone_flags & CLONE_AUTOREAP) { in copy_process()
2056 if (!(clone_flags & CLONE_AUTOREAP)) in copy_process()
2490 if (clone_flags & CLONE_AUTOREAP) in copy_process()
2967 CLONE_INTO_CGROUP | CLONE_AUTOREAP | CLONE_NNP | in clone3_args_valid()