Home
last modified time | relevance | path

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

12

/linux-5.19.10/tools/tracing/rtla/src/
Dutils.c418 int parse_prio(char *arg, struct sched_attr *sched_param) in parse_prio() argument
424 memset(sched_param, 0, sizeof(*sched_param)); in parse_prio()
425 sched_param->size = sizeof(*sched_param); in parse_prio()
445 sched_param->sched_policy = SCHED_DEADLINE; in parse_prio()
446 sched_param->sched_runtime = runtime; in parse_prio()
447 sched_param->sched_deadline = period; in parse_prio()
448 sched_param->sched_period = period; in parse_prio()
462 sched_param->sched_policy = SCHED_FIFO; in parse_prio()
463 sched_param->sched_priority = prio; in parse_prio()
477 sched_param->sched_policy = SCHED_RR; in parse_prio()
[all …]
Dutils.h56 int parse_prio(char *arg, struct sched_attr *sched_param);
Dtimerlat_top.c33 struct sched_attr sched_param; member
420 retval = parse_prio(optarg, &params->sched_param); in timerlat_top_parse_args()
627 retval = set_comm_sched_attr("timerlat/", &params->sched_param); in timerlat_top_main()
Dosnoise_top.c33 struct sched_attr sched_param; member
381 retval = parse_prio(optarg, &params->sched_param); in osnoise_top_parse_args()
587 retval = set_comm_sched_attr("osnoise/", &params->sched_param); in osnoise_top_main()
Dosnoise_hist.c31 struct sched_attr sched_param; member
589 retval = parse_prio(optarg, &params->sched_param); in osnoise_hist_parse_args()
809 retval = set_comm_sched_attr("osnoise/", &params->sched_param); in osnoise_hist_main()
Dtimerlat_hist.c32 struct sched_attr sched_param; member
610 retval = parse_prio(optarg, &params->sched_param); in timerlat_hist_parse_args()
836 retval = set_comm_sched_attr("timerlat/", &params->sched_param); in timerlat_hist_main()
/linux-5.19.10/include/uapi/linux/sched/
Dtypes.h7 struct sched_param { struct
/linux-5.19.10/tools/power/cpupower/bench/
Dsystem.c104 struct sched_param param; in set_process_priority()
/linux-5.19.10/tools/laptop/freefall/
Dfreefall.c110 struct sched_param param; in main()
/linux-5.19.10/tools/testing/selftests/powerpc/mm/
Dtlbie_test.c400 struct sched_param param; in set_pthread_cpu()
416 struct sched_param param; in set_mycpu()
/linux-5.19.10/tools/testing/selftests/futex/functional/
Dfutex_requeue_pi_signal_restart.c52 struct sched_param schedp; in create_rt_thread()
Dfutex_requeue_pi.c74 struct sched_param schedp; in create_rt_thread()
/linux-5.19.10/include/linux/
Dsched.h64 struct sched_param;
1871 extern int sched_setscheduler(struct task_struct *, int, const struct sched_param *);
1872 extern int sched_setscheduler_nocheck(struct task_struct *, int, const struct sched_param *);
Dsyscalls.h38 struct sched_param;
694 struct sched_param __user *param);
696 struct sched_param __user *param);
699 struct sched_param __user *param);
Dsecurity.h214 struct sched_param;
/linux-5.19.10/kernel/rcu/
Dtree_plugin.h1006 struct sched_param sp; in rcu_cpu_kthread_setup()
1181 struct sched_param sp; in rcu_spawn_one_boost_kthread()
Dtree_nocb.h1231 struct sched_param sp; in rcu_spawn_cpu_nocb_kthread()
Dtree.c4537 struct sched_param param = { .sched_priority = kthread_prio }; in rcu_start_exp_gp_kworkers()
4581 struct sched_param sp; in rcu_spawn_gp_kthread()
Drcutorture.c2082 struct sched_param sp; in rcutorture_booster_init()
/linux-5.19.10/kernel/sched/
Dcore.c3518 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; in sched_set_stop_task()
7603 const struct sched_param *param, bool check) in _sched_setscheduler()
7633 const struct sched_param *param) in sched_setscheduler()
7663 const struct sched_param *param) in sched_setscheduler_nocheck()
7688 struct sched_param sp = { .sched_priority = MAX_RT_PRIO / 2 }; in sched_set_fifo()
7698 struct sched_param sp = { .sched_priority = 1 }; in sched_set_fifo_low()
7714 do_sched_setscheduler(pid_t pid, int policy, struct sched_param __user *param) in do_sched_setscheduler()
7716 struct sched_param lparam; in do_sched_setscheduler()
7722 if (copy_from_user(&lparam, param, sizeof(struct sched_param))) in do_sched_setscheduler()
7803 SYSCALL_DEFINE3(sched_setscheduler, pid_t, pid, int, policy, struct sched_param __user *, param) in SYSCALL_DEFINE3()
[all …]
/linux-5.19.10/tools/tracing/latency/
Dlatency-collector.c1035 struct sched_param param; in set_priority()
1057 struct sched_param param; in print_priority()
/linux-5.19.10/kernel/
Dkthread.c332 static const struct sched_param param = { .sched_priority = 0 }; in kthread()
/linux-5.19.10/kernel/trace/
Dtrace_osnoise.c1650 struct sched_param sp; in timerlat_main()
/linux-5.19.10/tools/perf/
Dbuiltin-top.c1320 struct sched_param param; in __cmd_top()
/linux-5.19.10/samples/bpf/
Dxdpsock_user.c1889 struct sched_param schparam; in main()

12