| /Linux-v6.6/tools/tracing/rtla/src/ |
| D | utils.c | 413 int parse_prio(char *arg, struct sched_attr *sched_param) in parse_prio() argument 419 memset(sched_param, 0, sizeof(*sched_param)); in parse_prio() 420 sched_param->size = sizeof(*sched_param); in parse_prio() 440 sched_param->sched_policy = SCHED_DEADLINE; in parse_prio() 441 sched_param->sched_runtime = runtime; in parse_prio() 442 sched_param->sched_deadline = period; in parse_prio() 443 sched_param->sched_period = period; in parse_prio() 457 sched_param->sched_policy = SCHED_FIFO; in parse_prio() 458 sched_param->sched_priority = prio; in parse_prio() 472 sched_param->sched_policy = SCHED_RR; in parse_prio() [all …]
|
| D | timerlat_u.c | 34 struct sched_param sp = { .sched_priority = 95 }; in timerlat_u_main() 52 if (!params->sched_param) { in timerlat_u_main() 59 retval = __set_sched_attr(getpid(), params->sched_param); in timerlat_u_main()
|
| D | timerlat_top.c | 47 struct sched_attr sched_param; member 528 retval = parse_prio(optarg, ¶ms->sched_param); in timerlat_top_parse_args() 788 retval = set_comm_sched_attr("timerlat/", ¶ms->sched_param); in timerlat_top_main() 876 params_u.sched_param = ¶ms->sched_param; in timerlat_top_main() 878 params_u.sched_param = NULL; in timerlat_top_main()
|
| D | timerlat_u.h | 15 struct sched_attr *sched_param; member
|
| D | timerlat_hist.c | 44 struct sched_attr sched_param; member 705 retval = parse_prio(optarg, ¶ms->sched_param); in timerlat_hist_parse_args() 978 retval = set_comm_sched_attr("timerlat/", ¶ms->sched_param); in timerlat_hist_main() 1057 params_u.sched_param = ¶ms->sched_param; in timerlat_hist_main() 1059 params_u.sched_param = NULL; in timerlat_hist_main()
|
| D | utils.h | 58 int parse_prio(char *arg, struct sched_attr *sched_param);
|
| D | osnoise_top.c | 44 struct sched_attr sched_param; member 459 retval = parse_prio(optarg, ¶ms->sched_param); in osnoise_top_parse_args() 691 retval = set_comm_sched_attr("osnoise/", ¶ms->sched_param); in osnoise_top_main()
|
| D | osnoise_hist.c | 37 struct sched_attr sched_param; member 620 retval = parse_prio(optarg, ¶ms->sched_param); in osnoise_hist_parse_args() 858 retval = set_comm_sched_attr("osnoise/", ¶ms->sched_param); in osnoise_hist_main()
|
| /Linux-v6.6/include/uapi/linux/sched/ |
| D | types.h | 7 struct sched_param { struct
|
| /Linux-v6.6/tools/power/cpupower/bench/ |
| D | system.c | 104 struct sched_param param; in set_process_priority()
|
| /Linux-v6.6/tools/laptop/freefall/ |
| D | freefall.c | 110 struct sched_param param; in main()
|
| /Linux-v6.6/tools/testing/selftests/powerpc/mm/ |
| D | tlbie_test.c | 400 struct sched_param param; in set_pthread_cpu() 416 struct sched_param param; in set_mycpu()
|
| /Linux-v6.6/tools/testing/selftests/futex/functional/ |
| D | futex_requeue_pi_signal_restart.c | 52 struct sched_param schedp; in create_rt_thread()
|
| D | futex_requeue_pi.c | 74 struct sched_param schedp; in create_rt_thread()
|
| /Linux-v6.6/include/linux/ |
| D | sched.h | 66 struct sched_param; 1924 extern int sched_setscheduler(struct task_struct *, int, const struct sched_param *); 1925 extern int sched_setscheduler_nocheck(struct task_struct *, int, const struct sched_param *);
|
| D | syscalls.h | 38 struct sched_param; 604 struct sched_param __user *param); 606 struct sched_param __user *param); 609 struct sched_param __user *param);
|
| D | security.h | 217 struct sched_param;
|
| /Linux-v6.6/kernel/rcu/ |
| D | tree_plugin.h | 1009 struct sched_param sp; in rcu_cpu_kthread_setup() 1195 struct sched_param sp; in rcu_spawn_one_boost_kthread()
|
| D | tree_nocb.h | 1492 struct sched_param sp; in rcu_spawn_cpu_nocb_kthread()
|
| D | tree.c | 4595 struct sched_param param = { .sched_priority = kthread_prio }; in rcu_start_exp_gp_kworkers() 4639 struct sched_param sp; in rcu_spawn_gp_kthread()
|
| /Linux-v6.6/kernel/sched/ |
| D | core.c | 3654 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; in sched_set_stop_task() 7852 const struct sched_param *param, bool check) in _sched_setscheduler() 7882 const struct sched_param *param) in sched_setscheduler() 7912 const struct sched_param *param) in sched_setscheduler_nocheck() 7937 struct sched_param sp = { .sched_priority = MAX_RT_PRIO / 2 }; in sched_set_fifo() 7947 struct sched_param sp = { .sched_priority = 1 }; in sched_set_fifo_low() 7963 do_sched_setscheduler(pid_t pid, int policy, struct sched_param __user *param) in do_sched_setscheduler() 7965 struct sched_param lparam; in do_sched_setscheduler() 7971 if (copy_from_user(&lparam, param, sizeof(struct sched_param))) in do_sched_setscheduler() 8052 SYSCALL_DEFINE3(sched_setscheduler, pid_t, pid, int, policy, struct sched_param __user *, param) in SYSCALL_DEFINE3() [all …]
|
| /Linux-v6.6/tools/tracing/latency/ |
| D | latency-collector.c | 1035 struct sched_param param; in set_priority() 1057 struct sched_param param; in print_priority()
|
| /Linux-v6.6/kernel/ |
| D | kthread.c | 342 static const struct sched_param param = { .sched_priority = 0 }; in kthread()
|
| /Linux-v6.6/tools/perf/ |
| D | builtin-top.c | 1333 struct sched_param param; in __cmd_top()
|
| /Linux-v6.6/kernel/trace/ |
| D | trace_osnoise.c | 1866 struct sched_param sp; in timerlat_main()
|