Lines Matching defs:p
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)
25 scx_bpf_dsq_insert(p, DSQ_ID, SCX_SLICE_DFL, enq_flags);
28 void BPF_STRUCT_OPS(maximal_dequeue, struct task_struct *p, u64 deq_flags)
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)
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,
84 s32 BPF_STRUCT_OPS(maximal_init_task, struct task_struct *p,
90 void BPF_STRUCT_OPS(maximal_enable, struct task_struct *p)
93 void BPF_STRUCT_OPS(maximal_exit_task, struct task_struct *p,
97 void BPF_STRUCT_OPS(maximal_disable, struct task_struct *p)
109 s32 BPF_STRUCT_OPS(maximal_cgroup_prep_move, struct task_struct *p,
115 void BPF_STRUCT_OPS(maximal_cgroup_move, struct task_struct *p,
119 void BPF_STRUCT_OPS(maximal_cgroup_cancel_move, struct task_struct *p,