| /Linux-v6.6/tools/tracing/rtla/src/ |
| D | utils.h | 47 struct sched_attr { struct 58 int parse_prio(char *arg, struct sched_attr *sched_param); argument 60 int __set_sched_attr(int pid, struct sched_attr *attr); 61 int set_comm_sched_attr(const char *comm_prefix, struct sched_attr *attr);
|
| D | utils.c | 236 static inline int sched_setattr(pid_t pid, const struct sched_attr *attr, in sched_setattr() 241 static inline int sched_getattr(pid_t pid, struct sched_attr *attr, in sched_getattr() 247 int __set_sched_attr(int pid, struct sched_attr *attr) in __set_sched_attr() 325 int set_comm_sched_attr(const char *comm_prefix, struct sched_attr *attr) in set_comm_sched_attr() 413 int parse_prio(char *arg, struct sched_attr *sched_param) in parse_prio()
|
| D | timerlat_u.h | 15 struct sched_attr *sched_param;
|
| D | osnoise_top.c | 44 struct sched_attr sched_param;
|
| D | timerlat_top.c | 47 struct sched_attr sched_param;
|
| D | osnoise_hist.c | 37 struct sched_attr sched_param;
|
| D | timerlat_hist.c | 44 struct sched_attr sched_param;
|
| /Linux-v6.6/include/uapi/linux/sched/ |
| D | types.h | 102 struct sched_attr { struct
|
| /Linux-v6.6/drivers/gpu/drm/i915/ |
| D | i915_gpu_error.h | 54 struct i915_sched_attr sched_attr; member 110 struct i915_sched_attr sched_attr; member
|
| D | i915_gpu_error.c | 496 erq->sched_attr.priority, in error_print_request() 505 header, ctx->comm, ctx->pid, ctx->sched_attr.priority, in error_print_context() 1356 erq->sched_attr = request->sched.attr; in record_request() 1407 e->sched_attr = ctx->sched; in record_context()
|
| /Linux-v6.6/kernel/sched/ |
| D | core.c | 1888 const struct sched_attr *attr) in uclamp_validate() 1922 static bool uclamp_reset(const struct sched_attr *attr, in uclamp_reset() 1948 const struct sched_attr *attr) in __setscheduler_uclamp() 2056 const struct sched_attr *attr) in uclamp_validate() 2061 const struct sched_attr *attr) { } in __setscheduler_uclamp() 7517 const struct sched_attr *attr) in __setscheduler_params() 7563 const struct sched_attr *attr, in user_check_sched_setscheduler() 7621 const struct sched_attr *attr, in __sched_setscheduler() 7854 struct sched_attr attr = { in _sched_setscheduler() 7887 int sched_setattr(struct task_struct *p, const struct sched_attr *attr) in sched_setattr() [all …]
|
| D | cpufreq_schedutil.c | 582 struct sched_attr attr = { in sugov_kthread_create() 583 .size = sizeof(struct sched_attr), in sugov_kthread_create()
|
| D | sched.h | 321 extern int sched_dl_overflow(struct task_struct *p, int policy, const struct sched_attr *attr); 322 extern void __setparam_dl(struct task_struct *p, const struct sched_attr *attr); 323 extern void __getparam_dl(struct task_struct *p, struct sched_attr *attr); 324 extern bool __checkparam_dl(const struct sched_attr *attr); 325 extern bool dl_param_changed(struct task_struct *p, const struct sched_attr *attr);
|
| D | deadline.c | 2849 const struct sched_attr *attr) in sched_dl_overflow() 2914 void __setparam_dl(struct task_struct *p, const struct sched_attr *attr) in __setparam_dl() 2926 void __getparam_dl(struct task_struct *p, struct sched_attr *attr) in __getparam_dl() 2948 bool __checkparam_dl(const struct sched_attr *attr) in __checkparam_dl() 3017 bool dl_param_changed(struct task_struct *p, const struct sched_attr *attr) in dl_param_changed()
|
| /Linux-v6.6/drivers/cpufreq/ |
| D | cppc_cpufreq.c | 225 struct sched_attr attr = { in cppc_freq_invariance_init() 226 .size = sizeof(struct sched_attr), in cppc_freq_invariance_init()
|
| /Linux-v6.6/include/linux/ |
| D | sched.h | 65 struct sched_attr; 1929 extern int sched_setattr(struct task_struct *, const struct sched_attr *); 1930 extern int sched_setattr_nocheck(struct task_struct *, const struct sched_attr *);
|
| D | syscalls.h | 39 struct sched_attr; 876 struct sched_attr __user *attr, 879 struct sched_attr __user *attr,
|
| /Linux-v6.6/Documentation/scheduler/ |
| D | sched-deadline.rst | 120 The SCHED_FLAG_DL_OVERRUN flag in sched_attr's sched_flags field allows a task 624 * a new struct sched_attr, containing all the necessary fields is 809 struct sched_attr { 828 const struct sched_attr *attr, 835 struct sched_attr *attr, 844 struct sched_attr attr;
|
| /Linux-v6.6/kernel/trace/ |
| D | trace_selftest.c | 1157 static const struct sched_attr attr = { in trace_wakeup_test_thread()
|