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

12

/linux-master/tools/tracing/rtla/src/
H A Dtimerlat_u.h15 struct sched_attr *sched_param; member in struct:timerlat_u_params
H A Dutils.c407 int parse_prio(char *arg, struct sched_attr *sched_param) argument
413 memset(sched_param, 0, sizeof(*sched_param));
414 sched_param->size = sizeof(*sched_param);
434 sched_param->sched_policy = SCHED_DEADLINE;
435 sched_param->sched_runtime = runtime;
436 sched_param->sched_deadline = period;
437 sched_param->sched_period = period;
451 sched_param
[all...]
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 Dutils.h60 int parse_prio(char *arg, struct sched_attr *sched_param);
H A Dtimerlat_top.c48 struct sched_attr sched_param; member in struct:timerlat_top_params
535 retval = parse_prio(optarg, &params->sched_param);
798 retval = set_comm_sched_attr("timerlat/", &params->sched_param);
886 params_u.sched_param = &params->sched_param;
888 params_u.sched_param = NULL;
H A Dtimerlat_hist.c45 struct sched_attr sched_param; member in struct:timerlat_hist_params
711 retval = parse_prio(optarg, &params->sched_param);
987 retval = set_comm_sched_attr("timerlat/", &params->sched_param);
1066 params_u.sched_param = &params->sched_param;
1068 params_u.sched_param = NULL;
H A Dosnoise_hist.c37 struct sched_attr sched_param; member in struct:osnoise_hist_params
623 retval = parse_prio(optarg, &params->sched_param);
861 retval = set_comm_sched_attr("osnoise/", &params->sched_param);
H A Dosnoise_top.c44 struct sched_attr sched_param; member in struct:osnoise_top_params
463 retval = parse_prio(optarg, &params->sched_param);
695 retval = set_comm_sched_attr("osnoise/", &params->sched_param);
/linux-master/tools/tracing/rtla/sample/
H A Dtimerlat_load.py47 param = os.sched_param(int(args.prio))
/linux-master/tools/power/cpupower/bench/
H A Dsystem.c104 struct sched_param param;
/linux-master/tools/laptop/freefall/
H A Dfreefall.c110 struct sched_param param;
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi_signal_restart.c52 struct sched_param schedp;
H A Dfutex_requeue_pi.c76 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/include/linux/
H A Dsched.h382 struct sched_param { struct
1817 extern int sched_setscheduler(struct task_struct *, int, const struct sched_param *);
1818 extern int sched_setscheduler_nocheck(struct task_struct *, int, const 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);
H A Dsecurity.h222 struct sched_param;
/linux-master/kernel/rcu/
H A Dtree_plugin.h1009 struct sched_param sp;
1195 struct sched_param sp;
H A Dtree_nocb.h1502 struct sched_param sp;
H A Dtree.c4412 struct sched_param param = { .sched_priority = kthread_prio };
4443 struct sched_param param = { .sched_priority = kthread_prio };
4861 struct sched_param sp;
/linux-master/kernel/sched/
H A Dcore.c3660 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 };
7936 const struct sched_param *param, bool check)
7966 const struct sched_param *param)
7996 const struct sched_param *param)
8021 struct sched_param sp = { .sched_priority = MAX_RT_PRIO / 2 };
8031 struct sched_param sp = { .sched_priority = 1 };
8047 do_sched_setscheduler(pid_t pid, int policy, struct sched_param __user *param)
8049 struct sched_param lparam;
8053 if (copy_from_user(&lparam, param, sizeof(struct sched_param)))
8126 SYSCALL_DEFINE3(sched_setscheduler, pid_t, pid, int, policy, struct sched_param __use
[all...]
/linux-master/tools/tracing/latency/
H A Dlatency-collector.c1035 struct sched_param param;
1057 struct sched_param param;
/linux-master/kernel/
H A Dkthread.c342 static const struct sched_param param = { .sched_priority = 0 };
/linux-master/kernel/trace/
H A Dtrace_osnoise.c1866 struct sched_param sp;
/linux-master/tools/perf/
H A Dbuiltin-top.c1333 struct sched_param param;

Completed in 368 milliseconds

12