Lines Matching defs:clone_flags
139 int BPF_PROG(test_alloc_free_cpumask, struct task_struct *task, u64 clone_flags) in BPF_PROG()
155 int BPF_PROG(test_set_clear_cpu, struct task_struct *task, u64 clone_flags) in BPF_PROG()
184 int BPF_PROG(test_setall_clear_cpu, struct task_struct *task, u64 clone_flags) in BPF_PROG()
213 int BPF_PROG(test_first_firstzero_cpu, struct task_struct *task, u64 clone_flags) in BPF_PROG()
252 int BPF_PROG(test_firstand_nocpu, struct task_struct *task, u64 clone_flags) in BPF_PROG()
284 int BPF_PROG(test_test_and_set_clear, struct task_struct *task, u64 clone_flags) in BPF_PROG()
316 int BPF_PROG(test_and_or_xor, struct task_struct *task, u64 clone_flags) in BPF_PROG()
363 int BPF_PROG(test_intersects_subset, struct task_struct *task, u64 clone_flags) in BPF_PROG()
405 int BPF_PROG(test_copy_any_anyand, struct task_struct *task, u64 clone_flags) in BPF_PROG()
459 int BPF_PROG(test_insert_leave, struct task_struct *task, u64 clone_flags) in BPF_PROG()
474 int BPF_PROG(test_insert_remove_release, struct task_struct *task, u64 clone_flags) in BPF_PROG()
504 int BPF_PROG(test_global_mask_rcu, struct task_struct *task, u64 clone_flags) in BPF_PROG()
537 int BPF_PROG(test_global_mask_array_one_rcu, struct task_struct *task, u64 clone_flags) in BPF_PROG()
635 int BPF_PROG(test_global_mask_array_rcu, struct task_struct *task, u64 clone_flags) in BPF_PROG()
641 int BPF_PROG(test_global_mask_array_l2_rcu, struct task_struct *task, u64 clone_flags) in BPF_PROG()
647 int BPF_PROG(test_global_mask_nested_rcu, struct task_struct *task, u64 clone_flags) in BPF_PROG()
673 int BPF_PROG(test_global_mask_nested_deep_rcu, struct task_struct *task, u64 clone_flags) in BPF_PROG()
692 int BPF_PROG(test_global_mask_nested_deep_array_rcu, struct task_struct *task, u64 clone_flags) in BPF_PROG()
709 int BPF_PROG(test_cpumask_weight, struct task_struct *task, u64 clone_flags) in BPF_PROG()
753 int BPF_PROG(test_refcount_null_tracking, struct task_struct *task, u64 clone_flags) in BPF_PROG()