| /linux/kernel/sched/ |
| H A D | syscalls.c | 269 p->rt_priority = attr->sched_priority; in DEFINE_CLASS() 424 if (attr->sched_priority > p->rt_priority && in user_check_sched_setscheduler() 425 attr->sched_priority > rlim_rtprio) in user_check_sched_setscheduler() 500 if (attr->sched_priority > MAX_RT_PRIO-1) in __sched_setscheduler() 503 (rt_policy(policy) != (attr->sched_priority != 0))) in __sched_setscheduler() 566 if (rt_policy(policy) && attr->sched_priority != p->rt_priority) in __sched_setscheduler() 632 newprio = __normal_prio(policy, attr->sched_priority, attr->sched_nice); in __sched_setscheduler() 700 .sched_priority = param->sched_priority, in _sched_setscheduler() 784 struct sched_param sp = { .sched_priority = MAX_RT_PRIO / 2 }; in sched_set_fifo() 794 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 | 3620 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/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 | 58 uint32_t sched_priority; 57 uint32_t sched_priority; global() member
|
| H A D | timerlat_u.c | 34 struct sched_param sp = { .sched_priority = 95 }; in timerlat_u_main()
|
| H A D | utils.c | 475 sched_param->sched_priority = prio; in parse_prio() 490 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 | 58 schedp.sched_priority = prio; in create_rt_thread()
|
| H A D | futex_requeue_pi.c | 143 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/tools/testing/selftests/sched_ext/ |
| H A D | rt_stall.c | 78 param.sched_priority = priority; in set_sched()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_sriov_pf_sysfs.c | 178 static XE_SRIOV_DEV_ATTR_WO(sched_priority); 271 static XE_SRIOV_VF_ATTR(sched_priority);
|
| H A D | xe_gt_sriov_pf_debugfs.c | 508 DEFINE_SRIOV_GT_CONFIG_DEBUGFS_ATTRIBUTE(sched_priority, u32, "%llu\n");
|
| /linux/tools/sched_ext/ |
| H A D | scx_userland.c | 331 .sched_priority = sched_get_priority_max(SCHED_EXT), in pre_bootstrap()
|
| /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 | 217 .sched_priority = 0, in cppc_fie_kworker_init()
|
| /linux/kernel/rcu/ |
| H A D | tree.c | 4183 struct sched_param param = { .sched_priority = kthread_prio }; in rcu_spawn_exp_par_gp_kworker() 4207 struct sched_param param = { .sched_priority = kthread_prio }; 4591 sp.sched_priority = kthread_prio; in rcu_spawn_gp_kthread()
|
| H A D | tree_nocb.h | 1362 sp.sched_priority = kthread_prio; in rcu_boot_init_nocb_percpu_data()
|
| H A D | rcutorture.c | 2982 sp.sched_priority = 2; in rcutorture_booster_init() 2988 sp.sched_priority = 2; in rcutorture_booster_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 | 413 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 | 1862 sp.sched_priority = DEFAULT_TIMERLAT_PRIO; in timerlat_main()
|