Searched refs:clone_flags (Results 1 – 6 of 6) sorted by relevance
/include/trace/events/ |
D | task.h | 11 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/ |
D | sem.h | 16 extern int copy_semundo(unsigned long clone_flags, struct task_struct *tsk); 25 static inline int copy_semundo(unsigned long clone_flags, struct task_struct *tsk) in copy_semundo() argument
|
D | sched.h | 1932 static inline void rseq_fork(struct task_struct *t, unsigned long clone_flags) in rseq_fork() argument 1934 if (clone_flags & CLONE_THREAD) { in rseq_fork() 1971 static inline void rseq_fork(struct task_struct *t, unsigned long clone_flags) in rseq_fork() argument
|
D | security.h | 373 int security_task_alloc(struct task_struct *task, unsigned long clone_flags); 958 unsigned long clone_flags) in security_task_alloc() argument
|
D | lsm_hooks.h | 1619 int (*task_alloc)(struct task_struct *task, unsigned long clone_flags);
|
/include/linux/sched/ |
D | task.h | 50 extern int sched_fork(unsigned long clone_flags, struct task_struct *p); 71 unsigned long clone_flags, unsigned long sp, unsigned long arg, in copy_thread_tls() argument 74 return copy_thread(clone_flags, sp, arg, p); in copy_thread_tls()
|