Home
last modified time | relevance | path

Searched refs:sched_param (Results 1 – 25 of 29) sorted by relevance

12

/linux/tools/tracing/rtla/src/
H A Dutils.c460 int parse_prio(char *arg, struct sched_attr *sched_param) in parse_prio()
466 memset(sched_param, 0, sizeof(*sched_param)); in parse_prio()
467 sched_param->size = sizeof(*sched_param); in parse_prio()
487 sched_param->sched_policy = SCHED_DEADLINE; in parse_prio()
488 sched_param->sched_runtime = runtime; in parse_prio()
489 sched_param->sched_deadline = period; in parse_prio()
490 sched_param->sched_period = period; in parse_prio()
504 sched_param in parse_prio()
423 parse_prio(char * arg,struct sched_attr * sched_param) parse_prio() argument
[all...]
H A Dtimerlat_u.c34 struct sched_param sp = { .sched_priority = 95 }; in timerlat_u_main()
52 if (!params->sched_param) { in timerlat_u_main()
57 retval = __set_sched_attr(getpid(), params->sched_param); in timerlat_u_main()
H A Dcommon.c190 retval = set_comm_sched_attr(ops->comm_prefix, &params->sched_param); in run_tool()
239 params->user.sched_param = &params->sched_param; in run_tool()
241 params->user.sched_param = NULL; in run_tool()
H A Dtimerlat_u.h16 struct sched_attr *sched_param;
15 struct sched_attr *sched_param; global() member
H A Dutils.h91 int parse_prio(char *arg, struct sched_attr *sched_param);
H A Dcommon.h96 struct sched_attr sched_param;
89 struct sched_attr sched_param; global() member
H A Dosnoise_top.c
H A Dosnoise_hist.c
H A Dtimerlat_hist.c
/linux/kernel/sched/
H A Dsyscalls.c726 const struct sched_param *param, bool check) in _sched_setscheduler()
759 const struct sched_param *param) in sched_setscheduler()
789 const struct sched_param *param) in sched_setscheduler_nocheck()
814 struct sched_param sp = { .sched_priority = MAX_RT_PRIO / 2 }; in sched_set_fifo()
824 struct sched_param sp = { .sched_priority = 1 }; in sched_set_fifo_low()
838 struct sched_param sp = { .sched_priority = MAX_RT_PRIO / 2 - 1 }; in sched_set_fifo_secondary()
853 do_sched_setscheduler(pid_t pid, int policy, struct sched_param __user *param) in do_sched_setscheduler()
855 struct sched_param lparam; in do_sched_setscheduler()
859 if (copy_from_user(&lparam, param, sizeof(struct sched_param))) in do_sched_setscheduler()
934 SYSCALL_DEFINE3(sched_setscheduler, pid_t, pid, int, policy, struct sched_param __user *, param) in SYSCALL_DEFINE3()
[all …]
/linux/tools/sched_ext/
H A Dscx_userland.c331 struct sched_param sched_param = { in pre_bootstrap() local
350 err = syscall(__NR_sched_setscheduler, getpid(), SCHED_EXT, &sched_param); in pre_bootstrap()
/linux/tools/tracing/rtla/sample/
H A Dtimerlat_load.py
/linux/tools/power/cpupower/bench/
H A Dsystem.c104 struct sched_param param; in set_process_priority()
/linux/tools/laptop/freefall/
H A Dfreefall.c110 struct sched_param param; in main()
/linux/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi_signal_restart.c43 struct sched_param schedp; in create_rt_thread()
H A Dfutex_requeue_pi.c126 struct sched_param schedp; in create_rt_thread()
/linux/tools/testing/selftests/sched_ext/
H A Dinit_enable_count.c25 struct sched_param param = {}; in run_test()
H A Drt_stall.c75 struct sched_param param; in set_sched()
H A Dnohz_tick.c99 struct sched_param param = {}; in start_worker()
/linux/arch/s390/kernel/
H A Dwti.c167 struct sched_param wti_sched_param = { .sched_priority = MAX_RT_PRIO - 1 }; in wti_init()
/linux/kernel/rcu/
H A Dtree_plugin.h1142 struct sched_param sp; in rcu_cpu_kthread_setup()
1328 struct sched_param sp; in rcu_spawn_one_boost_kthread()
H A Dtree.c4259 struct sched_param param = { .sched_priority = kthread_prio }; in rcu_spawn_exp_par_gp_kworker()
4283 struct sched_param param = { .sched_priority = kthread_prio }; in rcu_start_exp_gp_kworker()
4658 struct sched_param sp; in rcu_spawn_gp_kthread()
H A Dtree_nocb.h1437 struct sched_param sp; in rcu_spawn_cpu_nocb_kthread()
/linux/tools/tracing/latency/
H A Dlatency-collector.c1035 struct sched_param param; in set_priority()
1057 struct sched_param param; in print_priority()
/linux/tools/perf/
H A Dbuiltin-top.c1351 struct sched_param param; in __cmd_top()

12