Searched refs:scx_init_task_args (Results 1 – 8 of 8) sorted by relevance
19 struct scx_init_task_args *args) in BPF_STRUCT_OPS_SLEEPABLE()
20 struct scx_init_task_args *args) in BPF_STRUCT_OPS_SLEEPABLE()
74 struct task_struct *p, struct scx_init_task_args *args) in BPF_STRUCT_OPS()
54 struct scx_init_task_args *args) in BPF_STRUCT_OPS()
83 struct scx_init_task_args *args) in BPF_STRUCT_OPS()
551 struct scx_init_task_args *args) in BPF_STRUCT_OPS()
809 struct scx_init_task_args *args) in BPF_STRUCT_OPS()
138 struct scx_init_task_args { struct466 s32 (*init_task)(struct task_struct *p, struct scx_init_task_args *args);3460 struct scx_init_task_args args = { in scx_ops_init_task()5560 static s32 init_task_stub(struct task_struct *p, struct scx_init_task_args *args) { return -EINVAL;… in init_task_stub()