| /linux/kernel/sched/ |
| H A D | syscalls.c | 242 const struct sched_attr *attr) in DEFINE_CLASS() 319 const struct sched_attr *attr) in uclamp_validate() 353 static bool uclamp_reset(const struct sched_attr *attr, in uclamp_reset() 379 const struct sched_attr *attr) in __setscheduler_uclamp() 422 const struct sched_attr *attr) in uclamp_validate() 427 const struct sched_attr *attr) { } in __setscheduler_uclamp() 436 const struct sched_attr *attr, in user_check_sched_setscheduler() 494 const struct sched_attr *attr, in __sched_setscheduler() 728 struct sched_attr attr = { in _sched_setscheduler() 764 int sched_setattr(struct task_struct *p, const struct sched_attr *attr) in sched_setattr() [all …]
|
| H A D | cpufreq_schedutil.c | 658 struct sched_attr attr = { in sugov_kthread_create() 659 .size = sizeof(struct sched_attr), in sugov_kthread_create()
|
| H A D | sched.h | 357 extern int sched_dl_overflow(struct task_struct *p, int policy, const struct sched_attr *attr); 358 extern void __setparam_dl(struct task_struct *p, const struct sched_attr *attr); 359 extern void __getparam_dl(struct task_struct *p, struct sched_attr *attr); 360 extern bool __checkparam_dl(const struct sched_attr *attr); 361 extern bool dl_param_changed(struct task_struct *p, const struct sched_attr *attr); 3697 extern void __setparam_fair(struct task_struct *p, const struct sched_attr *attr); 4063 extern int __sched_setscheduler(struct task_struct *p, const struct sched_attr *attr, bool user, bo…
|
| H A D | deadline.c | 3539 const struct sched_attr *attr) in sched_dl_overflow() 3604 void __setparam_dl(struct task_struct *p, const struct sched_attr *attr) in __setparam_dl() 3616 void __getparam_dl(struct task_struct *p, struct sched_attr *attr) in __getparam_dl() 3638 bool __checkparam_dl(const struct sched_attr *attr) in __checkparam_dl() 3717 bool dl_param_changed(struct task_struct *p, const struct sched_attr *attr) in dl_param_changed()
|
| H A D | core.c | 8959 struct sched_attr attr = { in normalize_rt_tasks()
|
| H A D | fair.c | 5147 void __setparam_fair(struct task_struct *p, const struct sched_attr *attr) in __setparam_fair()
|
| /linux/tools/tracing/rtla/src/ |
| H A D | utils.h | 53 struct sched_attr { 65 int parse_prio(char *arg, struct sched_attr *sched_param); 67 int __set_sched_attr(int pid, struct sched_attr *attr); 68 int set_comm_sched_attr(const char *comm_prefix, struct sched_attr *attr); 52 struct sched_attr { global() struct 64 sched_periodsched_attr global() argument
|
| H A D | timerlat_u.h | 15 struct sched_attr *sched_param;
|
| H A D | utils.c | 253 static inline int syscall_sched_setattr(pid_t pid, const struct sched_attr *attr, in syscall_sched_setattr() 258 int __set_sched_attr(int pid, struct sched_attr *attr) in __set_sched_attr() 333 * sched_attr *attr to the threads that start with char *comm_prefix. It is 337 int set_comm_sched_attr(const char *comm_prefix, struct sched_attr *attr) in set_comm_sched_attr() 430 int parse_prio(char *arg, struct sched_attr *sched_param) in parse_prio()
|
| H A D | common.h | 89 struct sched_attr sched_param;
|
| /linux/include/uapi/linux/sched/ |
| H A D | types.h | 98 struct sched_attr { struct
|
| /linux/drivers/cpufreq/ |
| H A D | cppc_cpufreq.c | 213 struct sched_attr attr = { in cppc_fie_kworker_init() 214 .size = sizeof(struct sched_attr), in cppc_fie_kworker_init()
|
| /linux/include/linux/ |
| H A D | sched.h | 82 struct sched_attr; 1930 extern int sched_setattr(struct task_struct *, const struct sched_attr *); 1931 extern int sched_setattr_nocheck(struct task_struct *, const struct sched_attr *);
|
| H A D | syscalls.h | 39 struct sched_attr; 925 struct sched_attr __user *attr, 928 struct sched_attr __user *attr,
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_gpu_error.c | 497 erq->sched_attr.priority, in error_print_request() 506 header, ctx->comm, ctx->pid, ctx->sched_attr.priority, in error_print_context() 1422 erq->sched_attr = request->sched.attr; in record_request() 1473 e->sched_attr = ctx->sched; in record_context()
|
| /linux/kernel/trace/ |
| H A D | trace_selftest.c | 1425 static const struct sched_attr attr = { in trace_wakeup_test_thread()
|