Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/sched/
Dtypes.h57 struct sched_attr { struct
/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gpu_error.h132 struct i915_sched_attr sched_attr; member
159 struct i915_sched_attr sched_attr; member
Di915_gpu_error.c449 erq->context, erq->seqno, erq->sched_attr.priority, in error_print_request()
460 ctx->sched_attr.priority, ctx->ban_score, bannable(ctx), in error_print_context()
1299 erq->sched_attr = request->sched.attr; in record_request()
1394 e->sched_attr = ctx->sched; in record_context()
/Linux-v4.19/kernel/sched/
Dcore.c4053 const struct sched_attr *attr) in __setscheduler_params()
4079 const struct sched_attr *attr, bool keep_boost) in __setscheduler()
4116 const struct sched_attr *attr, in __sched_setscheduler()
4361 struct sched_attr attr = { in _sched_setscheduler()
4393 int sched_setattr(struct task_struct *p, const struct sched_attr *attr) in sched_setattr()
4399 int sched_setattr_nocheck(struct task_struct *p, const struct sched_attr *attr) in sched_setattr_nocheck()
4449 static int sched_copy_attr(struct sched_attr __user *uattr, struct sched_attr *attr) in sched_copy_attr()
4550 SYSCALL_DEFINE3(sched_setattr, pid_t, pid, struct sched_attr __user *, uattr, in SYSCALL_DEFINE3()
4553 struct sched_attr attr; in SYSCALL_DEFINE3()
4648 static int sched_read_attr(struct sched_attr __user *uattr, in sched_read_attr()
[all …]
Dsched.h311 extern int sched_dl_overflow(struct task_struct *p, int policy, const struct sched_attr *attr);
312 extern void __setparam_dl(struct task_struct *p, const struct sched_attr *attr);
313 extern void __getparam_dl(struct task_struct *p, struct sched_attr *attr);
314 extern bool __checkparam_dl(const struct sched_attr *attr);
315 extern bool dl_param_changed(struct task_struct *p, const struct sched_attr *attr);
Dcpufreq_schedutil.c627 struct sched_attr attr = { in sugov_kthread_create()
628 .size = sizeof(struct sched_attr), in sugov_kthread_create()
Ddeadline.c2516 const struct sched_attr *attr) in sched_dl_overflow()
2578 void __setparam_dl(struct task_struct *p, const struct sched_attr *attr) in __setparam_dl()
2590 void __getparam_dl(struct task_struct *p, struct sched_attr *attr) in __getparam_dl()
2611 bool __checkparam_dl(const struct sched_attr *attr) in __checkparam_dl()
2665 bool dl_param_changed(struct task_struct *p, const struct sched_attr *attr) in dl_param_changed()
/Linux-v4.19/arch/s390/kernel/
Dcompat_wrapper.c164 COMPAT_SYSCALL_WRAP3(sched_setattr, pid_t, pid, struct sched_attr __user *, attr, unsigned int, fla…
165 COMPAT_SYSCALL_WRAP4(sched_getattr, pid_t, pid, struct sched_attr __user *, attr, unsigned int, siz…
/Linux-v4.19/include/linux/
Dsched.h50 struct sched_attr;
1522 extern int sched_setattr(struct task_struct *, const struct sched_attr *);
1523 extern int sched_setattr_nocheck(struct task_struct *, const struct sched_attr *);
Dsyscalls.h42 struct sched_attr;
871 struct sched_attr __user *attr,
874 struct sched_attr __user *attr,
/Linux-v4.19/Documentation/scheduler/
Dsched-deadline.txt120 The SCHED_FLAG_DL_OVERRUN flag in sched_attr's sched_flags field allows a task
604 * a new struct sched_attr, containing all the necessary fields is
789 struct sched_attr {
808 const struct sched_attr *attr,
815 struct sched_attr *attr,
824 struct sched_attr attr;
/Linux-v4.19/kernel/trace/
Dtrace_selftest.c1043 static const struct sched_attr attr = { in trace_wakeup_test_thread()