Searched refs:sched_attr (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/include/uapi/linux/sched/ |
D | types.h | 57 struct sched_attr { struct
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_gpu_error.h | 132 struct i915_sched_attr sched_attr; member 159 struct i915_sched_attr sched_attr; member
|
D | i915_gpu_error.c | 449 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/ |
D | core.c | 4053 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 …]
|
D | sched.h | 311 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);
|
D | cpufreq_schedutil.c | 627 struct sched_attr attr = { in sugov_kthread_create() 628 .size = sizeof(struct sched_attr), in sugov_kthread_create()
|
D | deadline.c | 2516 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/ |
D | compat_wrapper.c | 164 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/ |
D | sched.h | 50 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 *);
|
D | syscalls.h | 42 struct sched_attr; 871 struct sched_attr __user *attr, 874 struct sched_attr __user *attr,
|
/Linux-v4.19/Documentation/scheduler/ |
D | sched-deadline.txt | 120 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/ |
D | trace_selftest.c | 1043 static const struct sched_attr attr = { in trace_wakeup_test_thread()
|