Home
last modified time | relevance | path

Searched refs:clone_flags (Results 1 – 9 of 9) sorted by relevance

/include/trace/events/
Dtask.h11 TP_PROTO(struct task_struct *task, unsigned long clone_flags),
13 TP_ARGS(task, clone_flags),
18 __field( unsigned long, clone_flags)
25 __entry->clone_flags = clone_flags;
31 __entry->clone_flags, __entry->oom_score_adj)
/include/linux/
Diocontext.h121 int __copy_io(unsigned long clone_flags, struct task_struct *tsk);
122 static inline int copy_io(unsigned long clone_flags, struct task_struct *tsk) in copy_io() argument
126 return __copy_io(clone_flags, tsk); in copy_io()
132 static inline int copy_io(unsigned long clone_flags, struct task_struct *tsk) in copy_io() argument
Dsem.h12 extern int copy_semundo(unsigned long clone_flags, struct task_struct *tsk);
17 static inline int copy_semundo(unsigned long clone_flags, struct task_struct *tsk) in copy_semundo() argument
Duser_events.h36 unsigned long clone_flags) in user_events_fork() argument
45 if (clone_flags & CLONE_VM) { in user_events_fork()
71 unsigned long clone_flags) in user_events_fork() argument
Drseq.h68 static inline void rseq_fork(struct task_struct *t, unsigned long clone_flags) in rseq_fork() argument
70 if (clone_flags & CLONE_VM) { in rseq_fork()
110 static inline void rseq_fork(struct task_struct *t, unsigned long clone_flags) in rseq_fork() argument
Dperf_event.h1135 extern int perf_event_init_task(struct task_struct *child, u64 clone_flags);
1823 u64 clone_flags) { return 0; } in perf_event_init_task() argument
Dsecurity.h440 int security_task_alloc(struct task_struct *task, unsigned long clone_flags);
1142 unsigned long clone_flags) in security_task_alloc() argument
Dlsm_hook_defs.h211 unsigned long clone_flags)
/include/linux/sched/
Dtask.h69 extern int sched_fork(unsigned long clone_flags, struct task_struct *p);