Searched refs:sched_param (Results 1 – 18 of 18) sorted by relevance
| /Linux-v5.15/include/uapi/linux/sched/ |
| D | types.h | 7 struct sched_param { struct
|
| /Linux-v5.15/tools/power/cpupower/bench/ |
| D | system.c | 104 struct sched_param param; in set_process_priority()
|
| /Linux-v5.15/tools/laptop/freefall/ |
| D | freefall.c | 110 struct sched_param param; in main()
|
| /Linux-v5.15/tools/testing/selftests/powerpc/mm/ |
| D | tlbie_test.c | 400 struct sched_param param; in set_pthread_cpu() 416 struct sched_param param; in set_mycpu()
|
| /Linux-v5.15/tools/testing/selftests/futex/functional/ |
| D | futex_requeue_pi_signal_restart.c | 52 struct sched_param schedp; in create_rt_thread()
|
| D | futex_requeue_pi.c | 74 struct sched_param schedp; in create_rt_thread()
|
| /Linux-v5.15/include/linux/ |
| D | sched.h | 64 struct sched_param; 1847 extern int sched_setscheduler(struct task_struct *, int, const struct sched_param *); 1848 extern int sched_setscheduler_nocheck(struct task_struct *, int, const struct sched_param *);
|
| D | syscalls.h | 38 struct sched_param; 693 struct sched_param __user *param); 695 struct sched_param __user *param); 698 struct sched_param __user *param);
|
| D | security.h | 212 struct sched_param;
|
| /Linux-v5.15/kernel/sched/ |
| D | core.c | 3419 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; in sched_set_stop_task() 7482 const struct sched_param *param, bool check) in _sched_setscheduler() 7512 const struct sched_param *param) in sched_setscheduler() 7542 const struct sched_param *param) in sched_setscheduler_nocheck() 7567 struct sched_param sp = { .sched_priority = MAX_RT_PRIO / 2 }; in sched_set_fifo() 7577 struct sched_param sp = { .sched_priority = 1 }; in sched_set_fifo_low() 7593 do_sched_setscheduler(pid_t pid, int policy, struct sched_param __user *param) in do_sched_setscheduler() 7595 struct sched_param lparam; in do_sched_setscheduler() 7601 if (copy_from_user(&lparam, param, sizeof(struct sched_param))) in do_sched_setscheduler() 7682 SYSCALL_DEFINE3(sched_setscheduler, pid_t, pid, int, policy, struct sched_param __user *, param) in SYSCALL_DEFINE3() [all …]
|
| /Linux-v5.15/kernel/rcu/ |
| D | tree_plugin.h | 990 struct sched_param sp; in rcu_cpu_kthread_setup() 1163 struct sched_param sp; in rcu_spawn_one_boost_kthread()
|
| D | rcutorture.c | 3144 struct sched_param sp; in rcu_torture_init()
|
| D | tree.c | 4408 struct sched_param sp; in rcu_spawn_gp_kthread()
|
| /Linux-v5.15/tools/tracing/latency/ |
| D | latency-collector.c | 1035 struct sched_param param; in set_priority() 1057 struct sched_param param; in print_priority()
|
| /Linux-v5.15/kernel/ |
| D | kthread.c | 400 static const struct sched_param param = { .sched_priority = 0 }; in __kthread_create_on_node()
|
| /Linux-v5.15/kernel/trace/ |
| D | trace_osnoise.c | 1424 struct sched_param sp; in timerlat_main()
|
| /Linux-v5.15/tools/perf/ |
| D | builtin-top.c | 1322 struct sched_param param; in __cmd_top()
|
| D | builtin-record.c | 1781 struct sched_param param; in __cmd_record()
|