Searched refs:sched_attr (Results 1 – 18 of 18) sorted by relevance
/linux-6.3-rc2/tools/tracing/rtla/src/ |
A D | utils.h | 45 struct sched_attr { struct 56 int parse_prio(char *arg, struct sched_attr *sched_param); argument 57 int set_comm_sched_attr(const char *comm_prefix, struct sched_attr *attr);
|
A D | utils.c | 241 static inline int sched_setattr(pid_t pid, const struct sched_attr *attr, in sched_setattr() 246 static inline int sched_getattr(pid_t pid, struct sched_attr *attr, in sched_getattr() 252 int __set_sched_attr(int pid, struct sched_attr *attr) in __set_sched_attr() 330 int set_comm_sched_attr(const char *comm_prefix, struct sched_attr *attr) in set_comm_sched_attr() 418 int parse_prio(char *arg, struct sched_attr *sched_param) in parse_prio()
|
A D | timerlat_top.c | 37 struct sched_attr sched_param;
|
A D | osnoise_top.c | 38 struct sched_attr sched_param;
|
A D | osnoise_hist.c | 31 struct sched_attr sched_param;
|
A D | timerlat_hist.c | 32 struct sched_attr sched_param;
|
/linux-6.3-rc2/include/uapi/linux/sched/ |
A D | types.h | 102 struct sched_attr { struct
|
/linux-6.3-rc2/drivers/gpu/drm/i915/ |
A D | i915_gpu_error.h | 53 struct i915_sched_attr sched_attr; member 109 struct i915_sched_attr sched_attr; member
|
A 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() 1344 erq->sched_attr = request->sched.attr; in record_request() 1395 e->sched_attr = ctx->sched; in record_context()
|
/linux-6.3-rc2/kernel/sched/ |
A D | core.c | 1848 const struct sched_attr *attr) in uclamp_validate() 1908 const struct sched_attr *attr) in __setscheduler_uclamp() 7431 const struct sched_attr *attr) in __setscheduler_params() 7535 const struct sched_attr *attr, in __sched_setscheduler() 7760 struct sched_attr attr = { in _sched_setscheduler() 7860 struct sched_attr attr = { in sched_set_normal() 7898 static int sched_copy_attr(struct sched_attr __user *uattr, struct sched_attr *attr) in sched_copy_attr() 7987 struct sched_attr attr; in SYSCALL_DEFINE3() 8101 struct sched_attr *kattr, in sched_attr_copy_to_user() 8140 struct sched_attr kattr = { }; in SYSCALL_DEFINE4() [all …]
|
A D | cpufreq_schedutil.c | 580 struct sched_attr attr = { in sugov_kthread_create() 581 .size = sizeof(struct sched_attr), in sugov_kthread_create()
|
A D | sched.h | 327 extern int sched_dl_overflow(struct task_struct *p, int policy, const struct sched_attr *attr); 328 extern void __setparam_dl(struct task_struct *p, const struct sched_attr *attr); 329 extern void __getparam_dl(struct task_struct *p, struct sched_attr *attr); 330 extern bool __checkparam_dl(const struct sched_attr *attr); 331 extern bool dl_param_changed(struct task_struct *p, const struct sched_attr *attr);
|
A D | deadline.c | 2835 const struct sched_attr *attr) in sched_dl_overflow() 2900 void __setparam_dl(struct task_struct *p, const struct sched_attr *attr) in __setparam_dl() 2912 void __getparam_dl(struct task_struct *p, struct sched_attr *attr) in __getparam_dl() 2934 bool __checkparam_dl(const struct sched_attr *attr) in __checkparam_dl() 3003 bool dl_param_changed(struct task_struct *p, const struct sched_attr *attr) in dl_param_changed()
|
/linux-6.3-rc2/drivers/cpufreq/ |
A 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-6.3-rc2/include/linux/ |
A D | sched.h | 65 struct sched_attr; 1909 extern int sched_setattr(struct task_struct *, const struct sched_attr *); 1910 extern int sched_setattr_nocheck(struct task_struct *, const struct sched_attr *);
|
A D | syscalls.h | 39 struct sched_attr; 998 struct sched_attr __user *attr, 1001 struct sched_attr __user *attr,
|
/linux-6.3-rc2/Documentation/scheduler/ |
A D | sched-deadline.rst | 120 The SCHED_FLAG_DL_OVERRUN flag in sched_attr's sched_flags field allows a task 621 * a new struct sched_attr, containing all the necessary fields is 806 struct sched_attr { 825 const struct sched_attr *attr, 832 struct sched_attr *attr, 841 struct sched_attr attr;
|
/linux-6.3-rc2/kernel/trace/ |
A D | trace_selftest.c | 1152 static const struct sched_attr attr = { in trace_wakeup_test_thread()
|
Completed in 84 milliseconds