Home
last modified time | relevance | path

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

/linux/include/uapi/linux/sched/
A Dtypes.h7 struct sched_param { struct
/linux/tools/power/cpupower/bench/
A Dsystem.c104 struct sched_param param; in set_process_priority()
/linux/tools/laptop/freefall/
A Dfreefall.c110 struct sched_param param; in main()
/linux/tools/testing/selftests/powerpc/mm/
A Dtlbie_test.c400 struct sched_param param; in set_pthread_cpu()
416 struct sched_param param; in set_mycpu()
/linux/tools/testing/selftests/futex/functional/
A Dfutex_requeue_pi_signal_restart.c52 struct sched_param schedp; in create_rt_thread()
A Dfutex_requeue_pi.c74 struct sched_param schedp; in create_rt_thread()
/linux/include/linux/
A Dsched.h64 struct sched_param;
1844 extern int sched_setscheduler(struct task_struct *, int, const struct sched_param *);
1845 extern int sched_setscheduler_nocheck(struct task_struct *, int, const struct sched_param *);
A Dsyscalls.h38 struct sched_param;
698 struct sched_param __user *param);
700 struct sched_param __user *param);
703 struct sched_param __user *param);
A Dsecurity.h212 struct sched_param;
/linux/kernel/sched/
A Dcore.c3442 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; in sched_set_stop_task()
7463 const struct sched_param *param, bool check) in _sched_setscheduler()
7493 const struct sched_param *param) in sched_setscheduler()
7523 const struct sched_param *param) in sched_setscheduler_nocheck()
7548 struct sched_param sp = { .sched_priority = MAX_RT_PRIO / 2 }; in sched_set_fifo()
7558 struct sched_param sp = { .sched_priority = 1 }; in sched_set_fifo_low()
7574 do_sched_setscheduler(pid_t pid, int policy, struct sched_param __user *param) in do_sched_setscheduler()
7576 struct sched_param lparam; in do_sched_setscheduler()
7582 if (copy_from_user(&lparam, param, sizeof(struct sched_param))) in do_sched_setscheduler()
7678 SYSCALL_DEFINE2(sched_setparam, pid_t, pid, struct sched_param __user *, param) in SYSCALL_DEFINE2()
[all …]
/linux/kernel/rcu/
A Dtree_plugin.h989 struct sched_param sp; in rcu_cpu_kthread_setup()
1162 struct sched_param sp; in rcu_spawn_one_boost_kthread()
A Drcutorture.c3168 struct sched_param sp; in rcu_torture_init()
A Dtree.c4404 struct sched_param sp; in rcu_spawn_gp_kthread()
/linux/tools/tracing/latency/
A Dlatency-collector.c1035 struct sched_param param; in set_priority()
1057 struct sched_param param; in print_priority()
/linux/kernel/
A Dkthread.c273 static const struct sched_param param = { .sched_priority = 0 }; in kthread()
/linux/kernel/trace/
A Dtrace_osnoise.c1602 struct sched_param sp; in timerlat_main()
/linux/tools/perf/
A Dbuiltin-top.c1322 struct sched_param param; in __cmd_top()
A Dbuiltin-record.c1790 struct sched_param param; in __cmd_record()

Completed in 77 milliseconds