Home
last modified time | relevance | path

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

12

/linux/kernel/sched/
H A Dsyscalls.c318 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 Dcpufreq_schedutil.c663 .sched_priority = 0, in sugov_kthread_create()
/linux/include/uapi/linux/sched/
H A Dtypes.h108 __u32 sched_priority; member
/linux/drivers/gpu/drm/xe/
H A Dxe_gt_sriov_pf_config_types.h37 u32 sched_priority; member
H A Dxe_gt_sriov_pf_policy.c145 gt->sriov.pf.vfs[n].config.sched_priority = priority; in pf_bulk_reset_sched_priority()
H A Dxe_gt_sriov_pf_debugfs.c233 DEFINE_SRIOV_GT_CONFIG_DEBUGFS_ATTRIBUTE(sched_priority, u32, "%llu\n");
H A Dxe_gt_sriov_pf_config.c1864 config->sched_priority = priority; in pf_provision_sched_priority()
1872 return config->sched_priority; in pf_get_sched_priority()
/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.h55 uint32_t sched_priority; member
H A Dtimerlat_u.c34 struct sched_param sp = { .sched_priority = 95 }; in timerlat_u_main()
H A Dutils.c453 sched_param->sched_priority = prio; in parse_prio()
468 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/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c406 param.sched_priority = 1; in set_pthread_cpu()
422 param.sched_priority = 1; in set_mycpu()
/linux/arch/s390/kernel/
H A Dwti.c167 struct sched_param wti_sched_param = { .sched_priority = MAX_RT_PRIO - 1 }; in wti_init()
/linux/kernel/rcu/
H A Dtree_plugin.h1118 sp.sched_priority = kthread_prio; in rcu_cpu_kthread_setup()
1317 sp.sched_priority = kthread_prio; in rcu_spawn_one_boost_kthread()
H A Dtree.c4175 struct sched_param param = { .sched_priority = kthread_prio }; in rcu_spawn_exp_par_gp_kworker()
4199 struct sched_param param = { .sched_priority = kthread_prio }; in rcu_start_exp_gp_kworker()
4583 sp.sched_priority = kthread_prio; in rcu_spawn_gp_kthread()
H A Dtree_nocb.h1388 sp.sched_priority = kthread_prio; in rcu_spawn_cpu_nocb_kthread()
/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.c194 .sched_priority = 0, in cppc_freq_invariance_init()
/linux/kernel/
H A Dkthread.c413 static const struct sched_param param = { .sched_priority = 0 }; in kthread()
/linux/include/linux/
H A Dsched.h411 int sched_priority; member
/linux/Documentation/scheduler/
H A Dsched-deadline.rst847 __u32 sched_priority;
882 attr.sched_priority = 0;
/linux/tools/perf/
H A Dbuiltin-top.c1352 param.sched_priority = top->realtime_prio; in __cmd_top()

12