Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/sched/
Dtypes.h7 struct sched_param { struct
/Linux-v5.15/tools/power/cpupower/bench/
Dsystem.c104 struct sched_param param; in set_process_priority()
/Linux-v5.15/tools/laptop/freefall/
Dfreefall.c110 struct sched_param param; in main()
/Linux-v5.15/tools/testing/selftests/powerpc/mm/
Dtlbie_test.c400 struct sched_param param; in set_pthread_cpu()
416 struct sched_param param; in set_mycpu()
/Linux-v5.15/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.15/include/linux/
Dsched.h64 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 *);
Dsyscalls.h38 struct sched_param;
693 struct sched_param __user *param);
695 struct sched_param __user *param);
698 struct sched_param __user *param);
Dsecurity.h212 struct sched_param;
/Linux-v5.15/kernel/sched/
Dcore.c3419 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/
Dtree_plugin.h990 struct sched_param sp; in rcu_cpu_kthread_setup()
1163 struct sched_param sp; in rcu_spawn_one_boost_kthread()
Drcutorture.c3144 struct sched_param sp; in rcu_torture_init()
Dtree.c4408 struct sched_param sp; in rcu_spawn_gp_kthread()
/Linux-v5.15/tools/tracing/latency/
Dlatency-collector.c1035 struct sched_param param; in set_priority()
1057 struct sched_param param; in print_priority()
/Linux-v5.15/kernel/
Dkthread.c400 static const struct sched_param param = { .sched_priority = 0 }; in __kthread_create_on_node()
/Linux-v5.15/kernel/trace/
Dtrace_osnoise.c1424 struct sched_param sp; in timerlat_main()
/Linux-v5.15/tools/perf/
Dbuiltin-top.c1322 struct sched_param param; in __cmd_top()
Dbuiltin-record.c1781 struct sched_param param; in __cmd_record()