Searched refs:clone_flags (Results 1 – 9 of 9) 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 | iocontext.h | 121 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
|
| D | sem.h | 12 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
|
| D | user_events.h | 36 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
|
| D | rseq.h | 68 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
|
| D | perf_event.h | 1135 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
|
| D | security.h | 440 int security_task_alloc(struct task_struct *task, unsigned long clone_flags); 1142 unsigned long clone_flags) in security_task_alloc() argument
|
| D | lsm_hook_defs.h | 211 unsigned long clone_flags)
|
| /include/linux/sched/ |
| D | task.h | 69 extern int sched_fork(unsigned long clone_flags, struct task_struct *p);
|