Home
last modified time | relevance | path

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

12

/linux/kernel/sched/
H A Dsyscalls.c269 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 Dcpufreq_schedutil.c663 .sched_priority = 0, in sugov_kthread_create()
H A Ddeadline.c3620 attr->sched_priority = p->rt_priority; in __getparam_dl()
/linux/include/uapi/linux/sched/
H A Dtypes.h108 __u32 sched_priority; member
/linux/tools/power/cpupower/bench/
H A Dsystem.c108 param.sched_priority = priority; in set_process_priority()
/linux/tools/tracing/rtla/src/
H A Dutils.h58 uint32_t sched_priority;
57 uint32_t sched_priority; global() member
H A Dtimerlat_u.c34 struct sched_param sp = { .sched_priority = 95 }; in timerlat_u_main()
H A Dutils.c475 sched_param->sched_priority = prio; in parse_prio()
490 sched_param->sched_priority = prio; in parse_prio()
/linux/tools/laptop/freefall/
H A Dfreefall.c141 param.sched_priority = sched_get_priority_max(SCHED_FIFO); in main()
/linux/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi_signal_restart.c58 schedp.sched_priority = prio; in create_rt_thread()
H A Dfutex_requeue_pi.c143 schedp.sched_priority = prio; in create_rt_thread()
/linux/arch/s390/kernel/
H A Dwti.c167 struct sched_param wti_sched_param = { .sched_priority = MAX_RT_PRIO - 1 }; in wti_init()
/linux/tools/testing/selftests/sched_ext/
H A Drt_stall.c78 param.sched_priority = priority; in set_sched()
/linux/drivers/gpu/drm/xe/
H A Dxe_sriov_pf_sysfs.c178 static XE_SRIOV_DEV_ATTR_WO(sched_priority);
271 static XE_SRIOV_VF_ATTR(sched_priority);
H A Dxe_gt_sriov_pf_debugfs.c508 DEFINE_SRIOV_GT_CONFIG_DEBUGFS_ATTRIBUTE(sched_priority, u32, "%llu\n");
/linux/tools/sched_ext/
H A Dscx_userland.c331 .sched_priority = sched_get_priority_max(SCHED_EXT), in pre_bootstrap()
/linux/tools/tracing/latency/
H A Dlatency-collector.c1038 param.sched_priority = sched_pri; in set_priority()
1067 tid, policy_name(policy), param.sched_priority); in print_priority()
/linux/drivers/cpufreq/
H A Dcppc_cpufreq.c217 .sched_priority = 0, in cppc_fie_kworker_init()
/linux/kernel/rcu/
H A Dtree.c4183 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 Dtree_nocb.h1362 sp.sched_priority = kthread_prio; in rcu_boot_init_nocb_percpu_data()
H A Drcutorture.c2982 sp.sched_priority = 2; in rcutorture_booster_init()
2988 sp.sched_priority = 2; in rcutorture_booster_init()
/linux/kernel/
H A Dkthread.c413 static const struct sched_param param = { .sched_priority = 0 }; in kthread()
/linux/include/linux/
H A Dsched.h413 int sched_priority; member
/linux/tools/perf/
H A Dbuiltin-top.c1352 param.sched_priority = top->realtime_prio; in __cmd_top()
/linux/kernel/trace/
H A Dtrace_osnoise.c1862 sp.sched_priority = DEFAULT_TIMERLAT_PRIO; in timerlat_main()

12