Home
last modified time | relevance | path

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

/linux-4.4.14/kernel/sched/
Dcore.c2326 const struct sched_attr *attr) in dl_overflow()
3617 __setparam_dl(struct task_struct *p, const struct sched_attr *attr) in __setparam_dl()
3655 const struct sched_attr *attr) in __setscheduler_params()
3681 const struct sched_attr *attr, bool keep_boost) in __setscheduler()
3703 __getparam_dl(struct task_struct *p, struct sched_attr *attr) in __getparam_dl()
3725 __checkparam_dl(const struct sched_attr *attr) in __checkparam_dl()
3772 const struct sched_attr *attr) in dl_param_changed()
3786 const struct sched_attr *attr, in __sched_setscheduler()
4029 struct sched_attr attr = { in _sched_setscheduler()
4061 int sched_setattr(struct task_struct *p, const struct sched_attr *attr) in sched_setattr()
[all …]
/linux-4.4.14/arch/s390/kernel/
Dcompat_wrapper.c163 COMPAT_SYSCALL_WRAP3(sched_setattr, pid_t, pid, struct sched_attr __user *, attr, unsigned int, fla…
164 COMPAT_SYSCALL_WRAP4(sched_getattr, pid_t, pid, struct sched_attr __user *, attr, unsigned int, siz…
/linux-4.4.14/Documentation/scheduler/
Dsched-deadline.txt405 * a new struct sched_attr, containing all the necessary fields is
567 struct sched_attr {
586 const struct sched_attr *attr,
593 struct sched_attr *attr,
602 struct sched_attr attr;
/linux-4.4.14/include/linux/
Dsyscalls.h41 struct sched_attr;
293 struct sched_attr __user *attr,
299 struct sched_attr __user *attr,
Dsched.h111 struct sched_attr { struct
2387 const struct sched_attr *);
/linux-4.4.14/kernel/trace/
Dtrace_selftest.c1041 static const struct sched_attr attr = { in trace_wakeup_test_thread()