• Home
  • Raw
  • Download

Lines Matching defs:args

1015 #define scx_ops_error_kind(err, fmt, args...)					\  argument
1018 #define scx_ops_exit(code, fmt, args...) \ argument
1021 #define scx_ops_error(fmt, args...) \ argument
1086 #define SCX_CALL_OP(mask, op, args...) \ argument
1097 #define SCX_CALL_OP_RET(mask, op, args...) \ argument
1121 #define SCX_CALL_OP_TASK(mask, op, task, args...) \ argument
1129 #define SCX_CALL_OP_TASK_RET(mask, op, task, args...) \ argument
1139 #define SCX_CALL_OP_2TASKS_RET(mask, op, task0, task1, args...) \ argument
2997 struct scx_cpu_release_args args = { in switch_class() local
3633 struct scx_init_task_args args = { in scx_ops_init_task() local
3714 struct scx_exit_task_args args = { in scx_ops_exit_task() local
3959 struct scx_cgroup_init_args args = in scx_tg_online() local
4301 struct scx_cgroup_init_args args = { .weight = tg->scx_weight }; in scx_cgroup_init() local
4806 va_list args; in dump_line() local
5091 va_list args; in scx_ops_exit_kind() local
5734 static void cpu_acquire_stub(s32 cpu, struct scx_cpu_acquire_args *args) {} in cpu_acquire_stub()
5735 static void cpu_release_stub(s32 cpu, struct scx_cpu_release_args *args) {} in cpu_release_stub()
5736 static s32 init_task_stub(struct task_struct *p, struct scx_init_task_args *args) { return -EINVAL;… in init_task_stub()
5737 static void exit_task_stub(struct task_struct *p, struct scx_exit_task_args *args) {} in exit_task_stub()
5741 static s32 cgroup_init_stub(struct cgroup *cgrp, struct scx_cgroup_init_args *args) { return -EINVA… in cgroup_init_stub()