Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/sched/
H A Dtypes.h57 struct sched_attr { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/sched/
H A Dtypes.h57 struct sched_attr { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/sched/
H A Dtypes.h102 struct sched_attr { struct
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_gpu_error.h56 struct i915_sched_attr sched_attr; member
98 struct i915_sched_attr sched_attr; member
H A 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()
1233 erq->sched_attr = request->sched.attr; in record_request()
1284 e->sched_attr = ctx->sched; in record_context()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dcore.c1480 const struct sched_attr *attr) in uclamp_validate()
1514 static bool uclamp_reset(const struct sched_attr *attr, in uclamp_reset()
1540 const struct sched_attr *attr) in __setscheduler_uclamp()
1650 const struct sched_attr *attr) in uclamp_validate()
1655 const struct sched_attr *attr) { } in __setscheduler_uclamp()
5432 const struct sched_attr *attr) in __setscheduler_params()
5473 const struct sched_attr *attr, in __sched_setscheduler()
5740 struct sched_attr attr = { in _sched_setscheduler()
5782 int sched_setattr(struct task_struct *p, const struct sched_attr *attr) in sched_setattr()
5788 int sched_setattr_nocheck(struct task_struct *p, const struct sched_attr *attr) in sched_setattr_nocheck()
[all …]
H A Dsched.h348 extern int sched_dl_overflow(struct task_struct *p, int policy, const struct sched_attr *attr);
349 extern void __setparam_dl(struct task_struct *p, const struct sched_attr *attr);
350 extern void __getparam_dl(struct task_struct *p, struct sched_attr *attr);
351 extern bool __checkparam_dl(const struct sched_attr *attr);
352 extern bool dl_param_changed(struct task_struct *p, const struct sched_attr *attr);
H A Dcpufreq_schedutil.c697 struct sched_attr attr = { in sugov_kthread_create()
698 .size = sizeof(struct sched_attr), in sugov_kthread_create()
H A Ddeadline.c2641 const struct sched_attr *attr) in sched_dl_overflow()
2706 void __setparam_dl(struct task_struct *p, const struct sched_attr *attr) in __setparam_dl()
2718 void __getparam_dl(struct task_struct *p, struct sched_attr *attr) in __getparam_dl()
2748 bool __checkparam_dl(const struct sched_attr *attr) in __checkparam_dl()
2817 bool dl_param_changed(struct task_struct *p, const struct sched_attr *attr) in dl_param_changed()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsched.h61 struct sched_attr;
1741 extern int sched_setattr(struct task_struct *, const struct sched_attr *);
1742 extern int sched_setattr_nocheck(struct task_struct *, const struct sched_attr *);
H A Dsyscalls.h39 struct sched_attr;
985 struct sched_attr __user *attr,
988 struct sched_attr __user *attr,
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A 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;
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_selftest.c1055 static const struct sched_attr attr = { in trace_wakeup_test_thread()