Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/sched/
Dtypes.h102 struct sched_attr { struct
/Linux-v5.15/drivers/gpu/drm/i915/
Di915_gpu_error.h55 struct i915_sched_attr sched_attr; member
98 struct i915_sched_attr sched_attr; member
Di915_gpu_error.c479 erq->sched_attr.priority, in error_print_request()
490 header, ctx->comm, ctx->pid, ctx->sched_attr.priority, in error_print_context()
1236 erq->sched_attr = request->sched.attr; in record_request()
1287 e->sched_attr = ctx->sched; in record_context()
/Linux-v5.15/kernel/sched/
Dcore.c1781 const struct sched_attr *attr) in uclamp_validate()
1815 static bool uclamp_reset(const struct sched_attr *attr, in uclamp_reset()
1841 const struct sched_attr *attr) in __setscheduler_uclamp()
1949 const struct sched_attr *attr) in uclamp_validate()
1954 const struct sched_attr *attr) { } in __setscheduler_uclamp()
7171 const struct sched_attr *attr) in __setscheduler_params()
7212 const struct sched_attr *attr, in __sched_setscheduler()
7484 struct sched_attr attr = { in _sched_setscheduler()
7517 int sched_setattr(struct task_struct *p, const struct sched_attr *attr) in sched_setattr()
7522 int sched_setattr_nocheck(struct task_struct *p, const struct sched_attr *attr) in sched_setattr_nocheck()
[all …]
Dcpufreq_schedutil.c578 struct sched_attr attr = { in sugov_kthread_create()
579 .size = sizeof(struct sched_attr), in sugov_kthread_create()
Dsched.h346 extern int sched_dl_overflow(struct task_struct *p, int policy, const struct sched_attr *attr);
347 extern void __setparam_dl(struct task_struct *p, const struct sched_attr *attr);
348 extern void __getparam_dl(struct task_struct *p, struct sched_attr *attr);
349 extern bool __checkparam_dl(const struct sched_attr *attr);
350 extern bool dl_param_changed(struct task_struct *p, const struct sched_attr *attr);
Ddeadline.c2673 const struct sched_attr *attr) in sched_dl_overflow()
2738 void __setparam_dl(struct task_struct *p, const struct sched_attr *attr) in __setparam_dl()
2750 void __getparam_dl(struct task_struct *p, struct sched_attr *attr) in __getparam_dl()
2780 bool __checkparam_dl(const struct sched_attr *attr) in __checkparam_dl()
2849 bool dl_param_changed(struct task_struct *p, const struct sched_attr *attr) in dl_param_changed()
/Linux-v5.15/drivers/cpufreq/
Dcppc_cpufreq.c216 struct sched_attr attr = { in cppc_freq_invariance_init()
217 .size = sizeof(struct sched_attr), in cppc_freq_invariance_init()
/Linux-v5.15/include/linux/
Dsched.h63 struct sched_attr;
1852 extern int sched_setattr(struct task_struct *, const struct sched_attr *);
1853 extern int sched_setattr_nocheck(struct task_struct *, const struct sched_attr *);
Dsyscalls.h39 struct sched_attr;
995 struct sched_attr __user *attr,
998 struct sched_attr __user *attr,
/Linux-v5.15/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.15/kernel/trace/
Dtrace_selftest.c1054 static const struct sched_attr attr = { in trace_wakeup_test_thread()