Lines Matching refs:task_struct
17 s32 BPF_STRUCT_OPS(maximal_select_cpu, struct task_struct *p, s32 prev_cpu, in BPF_STRUCT_OPS()
23 void BPF_STRUCT_OPS(maximal_enqueue, struct task_struct *p, u64 enq_flags) in BPF_STRUCT_OPS()
28 void BPF_STRUCT_OPS(maximal_dequeue, struct task_struct *p, u64 deq_flags) in BPF_STRUCT_OPS()
31 void BPF_STRUCT_OPS(maximal_dispatch, s32 cpu, struct task_struct *prev) in BPF_STRUCT_OPS()
36 void BPF_STRUCT_OPS(maximal_runnable, struct task_struct *p, u64 enq_flags) in BPF_STRUCT_OPS()
39 void BPF_STRUCT_OPS(maximal_running, struct task_struct *p) in BPF_STRUCT_OPS()
42 void BPF_STRUCT_OPS(maximal_stopping, struct task_struct *p, bool runnable) in BPF_STRUCT_OPS()
45 void BPF_STRUCT_OPS(maximal_quiescent, struct task_struct *p, u64 deq_flags) in BPF_STRUCT_OPS()
48 bool BPF_STRUCT_OPS(maximal_yield, struct task_struct *from, in BPF_STRUCT_OPS()
49 struct task_struct *to) in BPF_STRUCT_OPS()
54 bool BPF_STRUCT_OPS(maximal_core_sched_before, struct task_struct *a, in BPF_STRUCT_OPS()
55 struct task_struct *b) in BPF_STRUCT_OPS()
60 void BPF_STRUCT_OPS(maximal_set_weight, struct task_struct *p, u32 weight) in BPF_STRUCT_OPS()
63 void BPF_STRUCT_OPS(maximal_set_cpumask, struct task_struct *p, in BPF_STRUCT_OPS()
84 s32 BPF_STRUCT_OPS(maximal_init_task, struct task_struct *p, in BPF_STRUCT_OPS()
90 void BPF_STRUCT_OPS(maximal_enable, struct task_struct *p) in BPF_STRUCT_OPS()
93 void BPF_STRUCT_OPS(maximal_exit_task, struct task_struct *p, in BPF_STRUCT_OPS()
97 void BPF_STRUCT_OPS(maximal_disable, struct task_struct *p) in BPF_STRUCT_OPS()
109 s32 BPF_STRUCT_OPS(maximal_cgroup_prep_move, struct task_struct *p, in BPF_STRUCT_OPS()
115 void BPF_STRUCT_OPS(maximal_cgroup_move, struct task_struct *p, in BPF_STRUCT_OPS()
119 void BPF_STRUCT_OPS(maximal_cgroup_cancel_move, struct task_struct *p, in BPF_STRUCT_OPS()