/linux/kernel/sched/ |
H A D | syscalls.c | 318 p->rt_priority = attr->sched_priority; in DEFINE_CLASS() 473 if (attr->sched_priority > p->rt_priority && in user_check_sched_setscheduler() 474 attr->sched_priority > rlim_rtprio) in user_check_sched_setscheduler() 549 if (attr->sched_priority > MAX_RT_PRIO-1) in __sched_setscheduler() 552 (rt_policy(policy) != (attr->sched_priority != 0))) in __sched_setscheduler() 615 if (rt_policy(policy) && attr->sched_priority != p->rt_priority) in __sched_setscheduler() 681 newprio = __normal_prio(policy, attr->sched_priority, attr->sched_nice); in __sched_setscheduler() 760 .sched_priority = param->sched_priority, in _sched_setscheduler() 844 struct sched_param sp = { .sched_priority = MAX_RT_PRIO / 2 }; in sched_set_fifo() 854 struct sched_param sp = { .sched_priority = 1 }; in sched_set_fifo_low() [all …]
|
H A D | cpufreq_schedutil.c | 663 .sched_priority = 0, in sugov_kthread_create()
|
H A D | deadline.c | 3310 attr->sched_priority = p->rt_priority; in __getparam_dl()
|
/linux/include/uapi/linux/sched/ |
H A D | types.h | 108 __u32 sched_priority; member
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_gt_sriov_pf_config_types.h | 37 u32 sched_priority; member
|
H A D | xe_gt_sriov_pf_debugfs.c | 233 DEFINE_SRIOV_GT_CONFIG_DEBUGFS_ATTRIBUTE(sched_priority, u32, "%llu\n");
|
H A D | xe_gt_sriov_pf_config.c | 1868 config->sched_priority = priority; in pf_provision_sched_priority() 1876 return config->sched_priority; in pf_get_sched_priority()
|
/linux/tools/power/cpupower/bench/ |
H A D | system.c | 108 param.sched_priority = priority; in set_process_priority()
|
/linux/tools/tracing/rtla/src/ |
H A D | utils.h | 55 uint32_t sched_priority; member
|
H A D | timerlat_u.c | 34 struct sched_param sp = { .sched_priority = 95 }; in timerlat_u_main()
|
H A D | utils.c | 453 sched_param->sched_priority = prio; in parse_prio() 468 sched_param->sched_priority = prio; in parse_prio()
|
/linux/tools/laptop/freefall/ |
H A D | freefall.c | 141 param.sched_priority = sched_get_priority_max(SCHED_FIFO); in main()
|
/linux/tools/testing/selftests/futex/functional/ |
H A D | futex_requeue_pi_signal_restart.c | 71 schedp.sched_priority = prio; in create_rt_thread()
|
H A D | futex_requeue_pi.c | 94 schedp.sched_priority = prio; in create_rt_thread()
|
/linux/arch/s390/kernel/ |
H A D | wti.c | 167 struct sched_param wti_sched_param = { .sched_priority = MAX_RT_PRIO - 1 }; in wti_init()
|
/linux/kernel/rcu/ |
H A D | tree_plugin.h | 1121 sp.sched_priority = kthread_prio; in rcu_cpu_kthread_setup() 1320 sp.sched_priority = kthread_prio; in rcu_spawn_one_boost_kthread()
|
H A D | tree.c | 4170 struct sched_param param = { .sched_priority = kthread_prio }; in rcu_spawn_exp_par_gp_kworker() 4194 struct sched_param param = { .sched_priority = kthread_prio }; in rcu_start_exp_gp_kworker() 4578 sp.sched_priority = kthread_prio; in rcu_spawn_gp_kthread()
|
H A D | tree_nocb.h | 1388 sp.sched_priority = kthread_prio; in rcu_spawn_cpu_nocb_kthread()
|
H A D | rcutorture.c | 2917 sp.sched_priority = 2; in rcutorture_booster_init() 2923 sp.sched_priority = 2; in rcutorture_booster_init()
|
/linux/tools/tracing/latency/ |
H A D | latency-collector.c | 1038 param.sched_priority = sched_pri; in set_priority() 1067 tid, policy_name(policy), param.sched_priority); in print_priority()
|
/linux/drivers/cpufreq/ |
H A D | cppc_cpufreq.c | 196 .sched_priority = 0, in cppc_freq_invariance_init()
|
/linux/kernel/ |
H A D | kthread.c | 413 static const struct sched_param param = { .sched_priority = 0 }; in kthread()
|
/linux/include/linux/ |
H A D | sched.h | 408 int sched_priority; member
|
/linux/tools/perf/ |
H A D | builtin-top.c | 1352 param.sched_priority = top->realtime_prio; in __cmd_top()
|
/linux/kernel/trace/ |
H A D | trace_osnoise.c | 1861 sp.sched_priority = DEFAULT_TIMERLAT_PRIO; in timerlat_main()
|