Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dutils.h50 struct sched_attr { struct
62 int parse_prio(char *arg, struct sched_attr *sched_param); argument
64 int __set_sched_attr(int pid, struct sched_attr *attr);
65 int set_comm_sched_attr(const char *comm_prefix, struct sched_attr *attr);
H A Dtimerlat_u.h15 struct sched_attr *sched_param;
H A Dutils.c235 static inline int syscall_sched_setattr(pid_t pid, const struct sched_attr *attr, in syscall_sched_setattr()
240 int __set_sched_attr(int pid, struct sched_attr *attr) in __set_sched_attr()
318 int set_comm_sched_attr(const char *comm_prefix, struct sched_attr *attr) in set_comm_sched_attr()
406 int parse_prio(char *arg, struct sched_attr *sched_param) in parse_prio()
H A Dosnoise_top.c47 struct sched_attr sched_param;
H A Dosnoise_hist.c37 struct sched_attr sched_param;
H A Dtimerlat_top.c53 struct sched_attr sched_param;
H A Dtimerlat_hist.c46 struct sched_attr sched_param;
/linux/kernel/sched/
H A Dsyscalls.c294 const struct sched_attr *attr) in DEFINE_CLASS()
352 const struct sched_attr *attr) in uclamp_validate()
386 static bool uclamp_reset(const struct sched_attr *attr, in uclamp_reset()
412 const struct sched_attr *attr) in __setscheduler_uclamp()
455 const struct sched_attr *attr) in uclamp_validate()
460 const struct sched_attr *attr) { } in __setscheduler_uclamp()
469 const struct sched_attr *attr, in user_check_sched_setscheduler()
527 const struct sched_attr *attr, in __sched_setscheduler()
772 struct sched_attr attr = { in _sched_setscheduler()
808 int sched_setattr(struct task_struct *p, const struct sched_attr *attr) in sched_setattr()
[all …]
H A Dcpufreq_schedutil.c655 struct sched_attr attr = { in sugov_kthread_create()
656 .size = sizeof(struct sched_attr), in sugov_kthread_create()
H A Dsched.h359 extern int sched_dl_overflow(struct task_struct *p, int policy, const struct sched_attr *attr);
360 extern void __setparam_dl(struct task_struct *p, const struct sched_attr *attr);
361 extern void __getparam_dl(struct task_struct *p, struct sched_attr *attr);
362 extern bool __checkparam_dl(const struct sched_attr *attr);
363 extern bool dl_param_changed(struct task_struct *p, const struct sched_attr *attr);
3906 extern int __sched_setscheduler(struct task_struct *p, const struct sched_attr *attr, bool user, bo…
H A Ddeadline.c3247 const struct sched_attr *attr) in sched_dl_overflow()
3312 void __setparam_dl(struct task_struct *p, const struct sched_attr *attr) in __setparam_dl()
3324 void __getparam_dl(struct task_struct *p, struct sched_attr *attr) in __getparam_dl()
3346 bool __checkparam_dl(const struct sched_attr *attr) in __checkparam_dl()
3422 bool dl_param_changed(struct task_struct *p, const struct sched_attr *attr) in dl_param_changed()
H A Dcore.c8829 struct sched_attr attr = { in normalize_rt_tasks()
/linux/include/uapi/linux/sched/
H A Dtypes.h98 struct sched_attr { struct
/linux/include/linux/
H A Dsched.h75 struct sched_attr;
1876 extern int sched_setattr(struct task_struct *, const struct sched_attr *);
1877 extern int sched_setattr_nocheck(struct task_struct *, const struct sched_attr *);
H A Dsyscalls.h39 struct sched_attr;
915 struct sched_attr __user *attr,
918 struct sched_attr __user *attr,
/linux/Documentation/scheduler/
H A Dsched-deadline.rst120 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
807 struct sched_attr {
826 const struct sched_attr *attr,
833 struct sched_attr *attr,
842 struct sched_attr attr;
/linux/drivers/gpu/drm/i915/
H A Di915_gpu_error.c497 erq->sched_attr.priority, in error_print_request()
506 header, ctx->comm, ctx->pid, ctx->sched_attr.priority, in error_print_context()
1361 erq->sched_attr = request->sched.attr; in record_request()
1412 e->sched_attr = ctx->sched; in record_context()
/linux/kernel/trace/
H A Dtrace_selftest.c1422 static const struct sched_attr attr = { in trace_wakeup_test_thread()