Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/sched/
Dtypes.h100 struct sched_attr { struct
/Linux-v5.10/drivers/gpu/drm/i915/
Di915_gpu_error.h56 struct i915_sched_attr sched_attr; member
98 struct i915_sched_attr sched_attr; member
Di915_gpu_error.c480 erq->sched_attr.priority, in error_print_request()
491 header, ctx->comm, ctx->pid, ctx->sched_attr.priority, in error_print_context()
1224 erq->sched_attr = request->sched.attr; in record_request()
1275 e->sched_attr = ctx->sched; in record_context()
/Linux-v5.10/kernel/sched/
Dcore.c1414 const struct sched_attr *attr) in uclamp_validate()
1442 const struct sched_attr *attr) in __setscheduler_uclamp()
1550 const struct sched_attr *attr) in uclamp_validate()
1555 const struct sched_attr *attr) { } in __setscheduler_uclamp()
5144 const struct sched_attr *attr) in __setscheduler_params()
5170 const struct sched_attr *attr, bool keep_boost) in __setscheduler()
5214 const struct sched_attr *attr, in __sched_setscheduler()
5483 struct sched_attr attr = { in _sched_setscheduler()
5516 int sched_setattr(struct task_struct *p, const struct sched_attr *attr) in sched_setattr()
5521 int sched_setattr_nocheck(struct task_struct *p, const struct sched_attr *attr) in sched_setattr_nocheck()
[all …]
Dsched.h342 extern int sched_dl_overflow(struct task_struct *p, int policy, const struct sched_attr *attr);
343 extern void __setparam_dl(struct task_struct *p, const struct sched_attr *attr);
344 extern void __getparam_dl(struct task_struct *p, struct sched_attr *attr);
345 extern bool __checkparam_dl(const struct sched_attr *attr);
346 extern bool dl_param_changed(struct task_struct *p, const struct sched_attr *attr);
Dcpufreq_schedutil.c643 struct sched_attr attr = { in sugov_kthread_create()
644 .size = sizeof(struct sched_attr), in sugov_kthread_create()
Ddeadline.c2631 const struct sched_attr *attr) in sched_dl_overflow()
2696 void __setparam_dl(struct task_struct *p, const struct sched_attr *attr) in __setparam_dl()
2708 void __getparam_dl(struct task_struct *p, struct sched_attr *attr) in __getparam_dl()
2737 bool __checkparam_dl(const struct sched_attr *attr) in __checkparam_dl()
2806 bool dl_param_changed(struct task_struct *p, const struct sched_attr *attr) in dl_param_changed()
/Linux-v5.10/include/linux/
Dsched.h59 struct sched_attr;
1692 extern int sched_setattr(struct task_struct *, const struct sched_attr *);
1693 extern int sched_setattr_nocheck(struct task_struct *, const struct sched_attr *);
Dsyscalls.h39 struct sched_attr;
960 struct sched_attr __user *attr,
963 struct sched_attr __user *attr,
/Linux-v5.10/Documentation/scheduler/
Dsched-deadline.rst120 The SCHED_FLAG_DL_OVERRUN flag in sched_attr's sched_flags field allows a task
621 * a new struct sched_attr, containing all the necessary fields is
806 struct sched_attr {
825 const struct sched_attr *attr,
832 struct sched_attr *attr,
841 struct sched_attr attr;
/Linux-v5.10/kernel/trace/
Dtrace_selftest.c1055 static const struct sched_attr attr = { in trace_wakeup_test_thread()