Searched refs:sched_param (Results 1 - 25 of 27) sorted by path

12

/linux-master/tools/power/cpupower/bench/
H A Dsystem.c104 struct sched_param param;
/linux-master/include/linux/
H A Dsched.h382 struct sched_param { struct
1821 extern int sched_setscheduler(struct task_struct *, int, const struct sched_param *);
1822 extern int sched_setscheduler_nocheck(struct task_struct *, int, const struct sched_param *);
H A Dsecurity.h222 struct sched_param;
H A Dsyscalls.h38 struct sched_param;
623 struct sched_param __user *param);
625 struct sched_param __user *param);
628 struct sched_param __user *param);
/linux-master/kernel/
H A Dkthread.c343 static const struct sched_param param = { .sched_priority = 0 };
/linux-master/kernel/rcu/
H A Drcutorture.c2416 struct sched_param sp;
H A Dtree.c4787 struct sched_param param = { .sched_priority = kthread_prio };
4818 struct sched_param param = { .sched_priority = kthread_prio };
5238 struct sched_param sp;
H A Dtree_nocb.h1502 struct sched_param sp;
H A Dtree_plugin.h1009 struct sched_param sp;
1195 struct sched_param sp;
/linux-master/kernel/sched/
H A Dcore.c3660 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 };
7935 const struct sched_param *param, bool check)
7965 const struct sched_param *param)
7995 const struct sched_param *param)
8020 struct sched_param sp = { .sched_priority = MAX_RT_PRIO / 2 };
8030 struct sched_param sp = { .sched_priority = 1 };
8046 do_sched_setscheduler(pid_t pid, int policy, struct sched_param __user *param)
8048 struct sched_param lparam;
8052 if (copy_from_user(&lparam, param, sizeof(struct sched_param)))
8125 SYSCALL_DEFINE3(sched_setscheduler, pid_t, pid, int, policy, struct sched_param __use
[all...]
/linux-master/kernel/trace/
H A Dtrace_osnoise.c1866 struct sched_param sp;
/linux-master/tools/laptop/freefall/
H A Dfreefall.c110 struct sched_param param;
/linux-master/tools/perf/
H A Dbuiltin-record.c2543 struct sched_param param;
H A Dbuiltin-top.c1333 struct sched_param param;
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi.c76 struct sched_param schedp;
H A Dfutex_requeue_pi_signal_restart.c52 struct sched_param schedp;
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c400 struct sched_param param;
416 struct sched_param param;
/linux-master/tools/tracing/latency/
H A Dlatency-collector.c1035 struct sched_param param;
1057 struct sched_param param;
/linux-master/tools/tracing/rtla/sample/
H A Dtimerlat_load.py47 param = os.sched_param(int(args.prio))
/linux-master/tools/tracing/rtla/src/
H A Dosnoise_hist.c37 struct sched_attr sched_param; member in struct:osnoise_hist_params
628 retval = parse_prio(optarg, &params->sched_param);
876 retval = set_comm_sched_attr("osnoise/", &params->sched_param);
H A Dosnoise_top.c46 struct sched_attr sched_param; member in struct:osnoise_top_params
469 retval = parse_prio(optarg, &params->sched_param);
711 retval = set_comm_sched_attr("osnoise/", &params->sched_param);
H A Dtimerlat_hist.c46 struct sched_attr sched_param; member in struct:timerlat_hist_params
876 retval = parse_prio(optarg, &params->sched_param);
1181 retval = set_comm_sched_attr("timerlat/", &params->sched_param);
1250 params_u.sched_param = &params->sched_param;
1252 params_u.sched_param = NULL;
H A Dtimerlat_top.c52 struct sched_attr sched_param; member in struct:timerlat_top_params
656 retval = parse_prio(optarg, &params->sched_param);
951 retval = set_comm_sched_attr("timerlat/", &params->sched_param);
1029 params_u.sched_param = &params->sched_param;
1031 params_u.sched_param = NULL;
H A Dtimerlat_u.c34 struct sched_param sp = { .sched_priority = 95 };
52 if (!params->sched_param) {
59 retval = __set_sched_attr(getpid(), params->sched_param);
H A Dtimerlat_u.h15 struct sched_attr *sched_param; member in struct:timerlat_u_params

Completed in 719 milliseconds

12