Searched refs:clone_flags (Results 1 – 1 of 1) sorted by relevance
169 cloneproc_flags_t clone_flags);450 cloneproc_flags_t clone_flags) in fork_create_child() argument456 bool inherit_memory = !!(clone_flags & CLONEPROC_FLAGS_INHERIT_MEMORY); in fork_create_child()457 bool in_exec = !!(clone_flags & CLONEPROC_FLAGS_FOR_EXEC); in fork_create_child()671 …k_t parent_task, coalition_t *parent_coalitions, proc_t parent_proc, cloneproc_flags_t clone_flags) in cloneproc() argument679 bool memstat_internal = !!(clone_flags & CLONEPROC_FLAGS_MEMSTAT_INTERNAL); in cloneproc()680 bool in_exec = !!(clone_flags & CLONEPROC_FLAGS_FOR_EXEC); in cloneproc()682 if ((child_proc = forkproc(parent_proc, clone_flags)) == NULL) { in cloneproc()705 clone_flags); in cloneproc()923 forkproc(proc_t parent_proc, cloneproc_flags_t clone_flags) in forkproc() argument[all …]