Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/sched/
Dtypes.h7 struct sched_param { struct
/Linux-v5.10/tools/power/cpupower/bench/
Dsystem.c104 struct sched_param param; in set_process_priority()
/Linux-v5.10/tools/laptop/freefall/
Dfreefall.c110 struct sched_param param; in main()
/Linux-v5.10/tools/testing/selftests/powerpc/mm/
Dtlbie_test.c401 struct sched_param param; in set_pthread_cpu()
417 struct sched_param param; in set_mycpu()
/Linux-v5.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-v5.10/kernel/sched/
Dcore.c2378 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; in sched_set_stop_task()
5481 const struct sched_param *param, bool check) in _sched_setscheduler()
5511 const struct sched_param *param) in sched_setscheduler()
5540 const struct sched_param *param) in sched_setscheduler_nocheck()
5565 struct sched_param sp = { .sched_priority = MAX_RT_PRIO / 2 }; in sched_set_fifo()
5575 struct sched_param sp = { .sched_priority = 1 }; in sched_set_fifo_low()
5591 do_sched_setscheduler(pid_t pid, int policy, struct sched_param __user *param) in do_sched_setscheduler()
5593 struct sched_param lparam; in do_sched_setscheduler()
5599 if (copy_from_user(&lparam, param, sizeof(struct sched_param))) in do_sched_setscheduler()
5670 SYSCALL_DEFINE3(sched_setscheduler, pid_t, pid, int, policy, struct sched_param __user *, param) in SYSCALL_DEFINE3()
[all …]
/Linux-v5.10/include/linux/
Dsched.h60 struct sched_param;
1687 extern int sched_setscheduler(struct task_struct *, int, const struct sched_param *);
1688 extern int sched_setscheduler_nocheck(struct task_struct *, int, const struct sched_param *);
Dsyscalls.h38 struct sched_param;
659 struct sched_param __user *param);
661 struct sched_param __user *param);
664 struct sched_param __user *param);
Dsecurity.h207 struct sched_param;
/Linux-v5.10/kernel/
Dkthread.c373 static const struct sched_param param = { .sched_priority = 0 }; in __kthread_create_on_node()
/Linux-v5.10/kernel/rcu/
Dtree_plugin.h963 struct sched_param sp; in rcu_cpu_kthread_setup()
1135 struct sched_param sp; in rcu_spawn_one_boost_kthread()
Dtree.c4199 struct sched_param sp; in rcu_spawn_gp_kthread()
/Linux-v5.10/tools/perf/
Dbuiltin-top.c1328 struct sched_param param; in __cmd_top()
Dbuiltin-record.c1774 struct sched_param param; in __cmd_record()