Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/sched/
Dtypes.h8 int sched_priority; member
110 __u32 sched_priority; member
/Linux-v5.10/tools/power/cpupower/bench/
Dsystem.c108 param.sched_priority = priority; in set_process_priority()
/Linux-v5.10/tools/laptop/freefall/
Dfreefall.c141 param.sched_priority = sched_get_priority_max(SCHED_FIFO); in main()
/Linux-v5.10/tools/testing/selftests/powerpc/mm/
Dtlbie_test.c407 param.sched_priority = 1; in set_pthread_cpu()
423 param.sched_priority = 1; in set_mycpu()
/Linux-v5.10/tools/testing/selftests/futex/functional/
Dfutex_requeue_pi_signal_restart.c71 schedp.sched_priority = prio; in create_rt_thread()
Dfutex_requeue_pi.c92 schedp.sched_priority = prio; 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()
5163 p->rt_priority = attr->sched_priority; in __setscheduler_params()
5218 MAX_RT_PRIO - 1 - attr->sched_priority; in __sched_setscheduler()
5249 if ((p->mm && attr->sched_priority > MAX_USER_RT_PRIO-1) || in __sched_setscheduler()
5250 (!p->mm && attr->sched_priority > MAX_RT_PRIO-1)) in __sched_setscheduler()
5253 (rt_policy(policy) != (attr->sched_priority != 0))) in __sched_setscheduler()
5275 if (attr->sched_priority > p->rt_priority && in __sched_setscheduler()
5276 attr->sched_priority > rlim_rtprio) in __sched_setscheduler()
5351 if (rt_policy(policy) && attr->sched_priority != p->rt_priority) in __sched_setscheduler()
5485 .sched_priority = param->sched_priority, in _sched_setscheduler()
[all …]
Dcpufreq_schedutil.c648 .sched_priority = 0, in sugov_kthread_create()
Ddeadline.c2712 attr->sched_priority = p->rt_priority; in __getparam_dl()
/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.h965 sp.sched_priority = kthread_prio; in rcu_cpu_kthread_setup()
1157 sp.sched_priority = kthread_prio; in rcu_spawn_one_boost_kthread()
Dtree.c4222 sp.sched_priority = kthread_prio; in rcu_spawn_gp_kthread()
/Linux-v5.10/tools/perf/
Dbuiltin-top.c1330 param.sched_priority = top->realtime_prio; in __cmd_top()
Dbuiltin-record.c1776 param.sched_priority = rec->realtime_prio; in __cmd_record()
/Linux-v5.10/Documentation/scheduler/
Dsched-deadline.rst816 __u32 sched_priority;
851 attr.sched_priority = 0;