Searched refs:sched_attr (Results 1 – 20 of 20) sorted by relevance
| /linux/tools/tracing/rtla/src/ |
| A D | utils.h | 49 struct sched_attr { struct 60 int parse_prio(char *arg, struct sched_attr *sched_param); argument 62 int __set_sched_attr(int pid, struct sched_attr *attr); 63 int set_comm_sched_attr(const char *comm_prefix, struct sched_attr *attr);
|
| A D | timerlat_u.h | 15 struct sched_attr *sched_param;
|
| A D | utils.c | 236 static inline int sched_setattr(pid_t pid, const struct sched_attr *attr, in sched_setattr() 241 int __set_sched_attr(int pid, struct sched_attr *attr) in __set_sched_attr() 319 int set_comm_sched_attr(const char *comm_prefix, struct sched_attr *attr) in set_comm_sched_attr() 407 int parse_prio(char *arg, struct sched_attr *sched_param) in parse_prio()
|
| A D | osnoise_top.c | 47 struct sched_attr sched_param;
|
| A D | osnoise_hist.c | 37 struct sched_attr sched_param;
|
| A D | timerlat_top.c | 52 struct sched_attr sched_param;
|
| A D | timerlat_hist.c | 46 struct sched_attr sched_param;
|
| /linux/kernel/sched/ |
| A D | syscalls.c | 294 const struct sched_attr *attr) in DEFINE_CLASS() 352 const struct sched_attr *attr) in uclamp_validate() 412 const struct sched_attr *attr) in __setscheduler_uclamp() 455 const struct sched_attr *attr) in uclamp_validate() 527 const struct sched_attr *attr, in __sched_setscheduler() 772 struct sched_attr attr = { in _sched_setscheduler() 875 struct sched_attr attr = { in sched_set_normal() 903 static int sched_copy_attr(struct sched_attr __user *uattr, struct sched_attr *attr) in sched_copy_attr() 994 struct sched_attr attr; in SYSCALL_DEFINE3() 1094 struct sched_attr *kattr, in sched_attr_copy_to_user() [all …]
|
| A D | cpufreq_schedutil.c | 655 struct sched_attr attr = { in sugov_kthread_create() 656 .size = sizeof(struct sched_attr), in sugov_kthread_create()
|
| A D | sched.h | 359 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); 3832 extern int __sched_setscheduler(struct task_struct *p, const struct sched_attr *attr, bool user, bo…
|
| A D | deadline.c | 3253 const struct sched_attr *attr) in sched_dl_overflow() 3318 void __setparam_dl(struct task_struct *p, const struct sched_attr *attr) in __setparam_dl() 3330 void __getparam_dl(struct task_struct *p, struct sched_attr *attr) in __getparam_dl() 3352 bool __checkparam_dl(const struct sched_attr *attr) in __checkparam_dl() 3428 bool dl_param_changed(struct task_struct *p, const struct sched_attr *attr) in dl_param_changed()
|
| A D | core.c | 8727 struct sched_attr attr = { in normalize_rt_tasks()
|
| /linux/include/uapi/linux/sched/ |
| A D | types.h | 98 struct sched_attr { struct
|
| /linux/drivers/gpu/drm/i915/ |
| A D | i915_gpu_error.h | 56 struct i915_sched_attr sched_attr; member 112 struct i915_sched_attr sched_attr; member
|
| A D | i915_gpu_error.c | 498 erq->sched_attr.priority, in error_print_request() 507 header, ctx->comm, ctx->pid, ctx->sched_attr.priority, in error_print_context() 1370 erq->sched_attr = request->sched.attr; in record_request() 1421 e->sched_attr = ctx->sched; in record_context()
|
| /linux/include/linux/ |
| A D | sched.h | 75 struct sched_attr; 1865 extern int sched_setattr(struct task_struct *, const struct sched_attr *); 1866 extern int sched_setattr_nocheck(struct task_struct *, const struct sched_attr *);
|
| A D | syscalls.h | 39 struct sched_attr; 902 struct sched_attr __user *attr, 905 struct sched_attr __user *attr,
|
| /linux/drivers/cpufreq/ |
| A D | cppc_cpufreq.c | 218 struct sched_attr attr = { in cppc_freq_invariance_init() 219 .size = sizeof(struct sched_attr), in cppc_freq_invariance_init()
|
| /linux/Documentation/scheduler/ |
| A 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 807 struct sched_attr { 826 const struct sched_attr *attr, 833 struct sched_attr *attr, 842 struct sched_attr attr;
|
| /linux/kernel/trace/ |
| A D | trace_selftest.c | 1421 static const struct sched_attr attr = { in trace_wakeup_test_thread()
|
Completed in 84 milliseconds