Home
last modified time | relevance | path

Searched refs:sched_attr (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/tools/tracing/rtla/src/
H A Dutils.h49 struct sched_attr { struct
60 int parse_prio(char *arg, struct sched_attr *sched_param); argument
62 int __set_sched_attr(int pid, struct sched_attr *attr);
63 int set_comm_sched_attr(const char *comm_prefix, struct sched_attr *attr);
H A Dtimerlat_u.h15 struct sched_attr *sched_param;
H A Dutils.c236 static inline int sched_setattr(pid_t pid, const struct sched_attr *attr, in sched_setattr()
241 int __set_sched_attr(int pid, struct sched_attr *attr) in __set_sched_attr()
319 int set_comm_sched_attr(const char *comm_prefix, struct sched_attr *attr) in set_comm_sched_attr()
407 int parse_prio(char *arg, struct sched_attr *sched_param) in parse_prio()
H A Dosnoise_top.c44 struct sched_attr sched_param;
H A Dtimerlat_top.c47 struct sched_attr sched_param;
H A Dosnoise_hist.c37 struct sched_attr sched_param;
H A Dtimerlat_hist.c44 struct sched_attr sched_param;
/openbmc/linux/include/uapi/linux/sched/
H A Dtypes.h102 struct sched_attr { struct
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_gpu_error.h55 struct i915_sched_attr sched_attr; member
111 struct i915_sched_attr sched_attr; member
H A Di915_gpu_error.c496 erq->sched_attr.priority, in error_print_request()
505 header, ctx->comm, ctx->pid, ctx->sched_attr.priority, in error_print_context()
1356 erq->sched_attr = request->sched.attr; in record_request()
1407 e->sched_attr = ctx->sched; in record_context()
/openbmc/linux/kernel/sched/
H A Dcore.c1888 const struct sched_attr *attr) in uclamp_validate()
1948 const struct sched_attr *attr) in __setscheduler_uclamp()
7518 const struct sched_attr *attr) in __setscheduler_params()
7622 const struct sched_attr *attr, in __sched_setscheduler()
7855 struct sched_attr attr = { in _sched_setscheduler()
7955 struct sched_attr attr = { in sched_set_normal()
7993 static int sched_copy_attr(struct sched_attr __user *uattr, struct sched_attr *attr) in sched_copy_attr()
8082 struct sched_attr attr; in SYSCALL_DEFINE3()
8196 struct sched_attr *kattr, in sched_attr_copy_to_user()
8235 struct sched_attr kattr = { }; in SYSCALL_DEFINE4()
[all …]
H A Dcpufreq_schedutil.c582 struct sched_attr attr = { in sugov_kthread_create()
583 .size = sizeof(struct sched_attr), in sugov_kthread_create()
H A Dsched.h323 extern int sched_dl_overflow(struct task_struct *p, int policy, const struct sched_attr *attr);
324 extern void __setparam_dl(struct task_struct *p, const struct sched_attr *attr);
325 extern void __getparam_dl(struct task_struct *p, struct sched_attr *attr);
326 extern bool __checkparam_dl(const struct sched_attr *attr);
327 extern bool dl_param_changed(struct task_struct *p, const struct sched_attr *attr);
H A Ddeadline.c2851 const struct sched_attr *attr) in sched_dl_overflow()
2916 void __setparam_dl(struct task_struct *p, const struct sched_attr *attr) in __setparam_dl()
2928 void __getparam_dl(struct task_struct *p, struct sched_attr *attr) in __getparam_dl()
2950 bool __checkparam_dl(const struct sched_attr *attr) in __checkparam_dl()
3019 bool dl_param_changed(struct task_struct *p, const struct sched_attr *attr) in dl_param_changed()
/openbmc/linux/drivers/cpufreq/
H A Dcppc_cpufreq.c225 struct sched_attr attr = { in cppc_freq_invariance_init()
226 .size = sizeof(struct sched_attr), in cppc_freq_invariance_init()
/openbmc/linux/include/linux/
H A Dsched.h65 struct sched_attr;
1929 extern int sched_setattr(struct task_struct *, const struct sched_attr *);
1930 extern int sched_setattr_nocheck(struct task_struct *, const struct sched_attr *);
H A Dsyscalls.h39 struct sched_attr;
877 struct sched_attr __user *attr,
880 struct sched_attr __user *attr,
/openbmc/linux/Documentation/scheduler/
H A Dsched-deadline.rst120 The SCHED_FLAG_DL_OVERRUN flag in sched_attr's sched_flags field allows a task
624 * a new struct sched_attr, containing all the necessary fields is
809 struct sched_attr {
828 const struct sched_attr *attr,
835 struct sched_attr *attr,
844 struct sched_attr attr;
/openbmc/linux/kernel/trace/
H A Dtrace_selftest.c1157 static const struct sched_attr attr = { in trace_wakeup_test_thread()
/openbmc/qemu/linux-user/
H A Dsyscall.c362 struct sched_attr { struct
375 _syscall4(int, sys_sched_getattr, pid_t, pid, struct sched_attr *, attr, argument
378 _syscall3(int, sys_sched_setattr, pid_t, pid, struct sched_attr *, attr,
11255 struct sched_attr scha; in _syscall2()
11276 if (scha.size > offsetof(struct sched_attr, sched_util_min)) { in _syscall2()
11287 struct sched_attr scha; in _syscall2()