Lines Matching full:task_struct

17 s32 BPF_STRUCT_OPS(maximal_select_cpu, struct task_struct *p, s32 prev_cpu,
23 void BPF_STRUCT_OPS(maximal_enqueue, struct task_struct *p, u64 enq_flags)
28 void BPF_STRUCT_OPS(maximal_dequeue, struct task_struct *p, u64 deq_flags)
31 void BPF_STRUCT_OPS(maximal_dispatch, s32 cpu, struct task_struct *prev)
36 void BPF_STRUCT_OPS(maximal_runnable, struct task_struct *p, u64 enq_flags)
39 void BPF_STRUCT_OPS(maximal_running, struct task_struct *p)
42 void BPF_STRUCT_OPS(maximal_stopping, struct task_struct *p, bool runnable)
45 void BPF_STRUCT_OPS(maximal_quiescent, struct task_struct *p, u64 deq_flags)
48 bool BPF_STRUCT_OPS(maximal_yield, struct task_struct *from,
49 struct task_struct *to)
54 bool BPF_STRUCT_OPS(maximal_core_sched_before, struct task_struct *a,
55 struct task_struct *b)
60 void BPF_STRUCT_OPS(maximal_set_weight, struct task_struct *p, u32 weight)
63 void BPF_STRUCT_OPS(maximal_set_cpumask, struct task_struct *p,
71 int BPF_PROG(maximal_sched_switch, bool preempt, struct task_struct *prev,
72 struct task_struct *next, unsigned int prev_state)
83 s32 BPF_STRUCT_OPS(maximal_init_task, struct task_struct *p,
89 void BPF_STRUCT_OPS(maximal_enable, struct task_struct *p)
92 void BPF_STRUCT_OPS(maximal_exit_task, struct task_struct *p,
96 void BPF_STRUCT_OPS(maximal_disable, struct task_struct *p)
108 s32 BPF_STRUCT_OPS(maximal_cgroup_prep_move, struct task_struct *p,
114 void BPF_STRUCT_OPS(maximal_cgroup_move, struct task_struct *p,
118 void BPF_STRUCT_OPS(maximal_cgroup_cancel_move, struct task_struct *p,