Home
last modified time | relevance | path

Searched defs:clone_flags (Results 1 - 25 of 96) sorted by relevance

1234

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dnested_trust_failure.c28 int BPF_PROG(test_invalid_nested_user_cpus, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
36 int BPF_PROG(test_invalid_nested_offset, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
H A Dnested_trust_success.c22 int BPF_PROG(test_read_cpumask, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
H A Dcpumask_failure.c21 int BPF_PROG(test_alloc_no_release, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
34 int BPF_PROG(test_alloc_double_release, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
49 int BPF_PROG(test_acquire_wrong_cpumask, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
62 int BPF_PROG(test_mutate_cpumask, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
75 int BPF_PROG(test_insert_remove_no_release, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
99 int BPF_PROG(test_cpumask_null, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
109 int BPF_PROG(test_global_mask_out_of_rcu, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
143 int BPF_PROG(test_global_mask_no_null_check, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
171 int BPF_PROG(test_global_mask_rcu_no_null_check, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
[all...]
H A Dexhandler_kern.c19 int BPF_PROG(trace_task_newtask, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
H A Dtest_task_under_cgroup.c21 int BPF_PROG(handle__task_newtask, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
H A Dtask_kfunc_failure.c32 int BPF_PROG(task_kfunc_acquire_untrusted, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
53 int BPF_PROG(task_kfunc_acquire_fp, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
69 int BPF_PROG(task_kfunc_acquire_unsafe_kretprobe, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
84 int BPF_PROG(task_kfunc_acquire_unsafe_kretprobe_rcu, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
104 int BPF_PROG(task_kfunc_acquire_null, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
119 int BPF_PROG(task_kfunc_acquire_unreleased, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
133 int BPF_PROG(task_kfunc_xchg_unreleased, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
153 int BPF_PROG(task_kfunc_acquire_release_no_null_check, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
166 BPF_PROG(task_kfunc_release_untrusted, struct task_struct *task, u64 clone_flags) BPF_PROG() argument
182 BPF_PROG(task_kfunc_release_fp, struct task_struct *task, u64 clone_flags) BPF_PROG() argument
194 BPF_PROG(task_kfunc_release_null, struct task_struct *task, u64 clone_flags) BPF_PROG() argument
228 BPF_PROG(task_kfunc_release_unacquired, struct task_struct *task, u64 clone_flags) BPF_PROG() argument
238 BPF_PROG(task_kfunc_from_pid_no_null_check, struct task_struct *task, u64 clone_flags) BPF_PROG() argument
267 BPF_PROG(task_access_comm1, struct task_struct *task, u64 clone_flags) BPF_PROG() argument
275 BPF_PROG(task_access_comm2, struct task_struct *task, u64 clone_flags) BPF_PROG() argument
283 BPF_PROG(task_access_comm3, struct task_struct *task, u64 clone_flags) BPF_PROG() argument
303 BPF_PROG(task_kfunc_release_in_map, struct task_struct *task, u64 clone_flags) BPF_PROG() argument
[all...]
H A Dtask_kfunc_success.c66 int BPF_PROG(test_task_kfunc_flavor_relo, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
96 int BPF_PROG(test_task_kfunc_flavor_relo_not_found, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
110 int BPF_PROG(test_task_acquire_release_argument, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
119 int BPF_PROG(test_task_acquire_release_current, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
128 int BPF_PROG(test_task_acquire_leave_in_map, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
143 int BPF_PROG(test_task_xchg_release, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
176 int BPF_PROG(test_task_map_acquire_release, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
214 int BPF_PROG(test_task_current_acquire_release, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
247 int BPF_PROG(test_task_from_pid_arg, struct task_struct *task, u64 clone_flags) in BPF_PROG() argument
257 BPF_PROG(test_task_from_pid_current, struct task_struct *task, u64 clone_flags) BPF_PROG() argument
280 BPF_PROG(test_task_from_pid_invalid, struct task_struct *task, u64 clone_flags) BPF_PROG() argument
303 BPF_PROG(task_kfunc_acquire_trusted_walked, struct task_struct *task, u64 clone_flags) BPF_PROG() argument
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dsem.h25 static inline int copy_semundo(unsigned long clone_flags, struct task_struct *tsk) in copy_semundo() argument
/kernel/linux/linux-6.6/include/linux/
H A Dsem.h25 static inline int copy_semundo(unsigned long clone_flags, struct task_struct *tsk) in copy_semundo() argument
H A Duser_events.h35 user_events_fork(struct task_struct *t, unsigned long clone_flags) user_events_fork() argument
70 user_events_fork(struct task_struct *t, unsigned long clone_flags) user_events_fork() argument
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dshstk.h28 shstk_alloc_thread_stack(struct task_struct *p, unsigned long clone_flags, unsigned long stack_size) shstk_alloc_thread_stack() argument
/kernel/linux/linux-5.10/arch/microblaze/kernel/
H A Dprocess.c56 int copy_thread(unsigned long clone_flags, unsigned long usp, unsigned long arg, in copy_thread() argument
/kernel/linux/linux-5.10/arch/riscv/kernel/
H A Dprocess.c109 int copy_thread(unsigned long clone_flags, unsigned long usp, unsigned long arg, in copy_thread() argument
/kernel/linux/linux-5.10/arch/csky/kernel/
H A Dprocess.c33 int copy_thread(unsigned long clone_flags, in copy_thread() argument
/kernel/linux/linux-6.6/arch/hexagon/kernel/
H A Dprocess.c54 unsigned long clone_flags = args->flags; in copy_thread() local
/kernel/linux/linux-6.6/arch/microblaze/kernel/
H A Dprocess.c57 unsigned long clone_flags = args->flags; in copy_thread() local
/kernel/linux/linux-6.6/arch/csky/kernel/
H A Dprocess.c35 unsigned long clone_flags = args->flags; in copy_thread() local
/kernel/linux/linux-5.10/arch/hexagon/kernel/
H A Dprocess.c53 int copy_thread(unsigned long clone_flags, unsigned long usp, unsigned long arg, in copy_thread() argument
/kernel/linux/linux-5.10/arch/arc/kernel/
H A Dprocess.c165 int copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument
/kernel/linux/linux-5.10/arch/c6x/kernel/
H A Dprocess.c107 int copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument
/kernel/linux/linux-5.10/arch/h8300/kernel/
H A Dprocess.c108 int copy_thread(unsigned long clone_flags, unsigned long usp, in copy_thread() argument
157 unsigned long clone_flags; in sys_clone() local
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dprocess_32.c95 int copy_thread(unsigned long clone_flags, unsigned long usp, unsigned long arg, in copy_thread() argument
/kernel/linux/linux-6.6/arch/m68k/kernel/
H A Dprocess.c143 unsigned long clone_flags = args->flags; in copy_thread() local
/kernel/linux/linux-6.6/arch/arc/kernel/
H A Dprocess.c169 unsigned long clone_flags = args->flags; in copy_thread() local
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dprocess.c204 unsigned long clone_flags = args->flags; in copy_thread() local

Completed in 10 milliseconds

1234