Home
last modified time | relevance | path

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

12

/linux-6.15/kernel/sched/
H A Dsyscalls.c321 p->rt_priority = attr->sched_priority; in DEFINE_CLASS()
476 if (attr->sched_priority > p->rt_priority && in user_check_sched_setscheduler()
477 attr->sched_priority > rlim_rtprio) in user_check_sched_setscheduler()
552 if (attr->sched_priority > MAX_RT_PRIO-1) in __sched_setscheduler()
555 (rt_policy(policy) != (attr->sched_priority != 0))) in __sched_setscheduler()
764 .sched_priority = param->sched_priority, in _sched_setscheduler()
848 struct sched_param sp = { .sched_priority = MAX_RT_PRIO / 2 }; in sched_set_fifo()
858 struct sched_param sp = { .sched_priority = 1 }; in sched_set_fifo_low()
940 attr->sched_priority = p->rt_priority; in get_params()
1048 struct sched_param lp = { .sched_priority = 0 }; in SYSCALL_DEFINE2()
[all …]
H A Dcpufreq_schedutil.c661 .sched_priority = 0, in sugov_kthread_create()
/linux-6.15/include/uapi/linux/sched/
H A Dtypes.h108 __u32 sched_priority; member
/linux-6.15/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.c214 DEFINE_SRIOV_GT_CONFIG_DEBUGFS_ATTRIBUTE(sched_priority, u32, "%llu\n");
H A Dxe_gt_sriov_pf_config.c1828 config->sched_priority = priority; in pf_provision_sched_priority()
1836 return config->sched_priority; in pf_get_sched_priority()
/linux-6.15/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.c451 sched_param->sched_priority = prio; in parse_prio()
466 sched_param->sched_priority = prio; in parse_prio()
/linux-6.15/tools/power/cpupower/bench/
H A Dsystem.c108 param.sched_priority = priority; in set_process_priority()
/linux-6.15/tools/laptop/freefall/
H A Dfreefall.c141 param.sched_priority = sched_get_priority_max(SCHED_FIFO); in main()
/linux-6.15/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-6.15/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi_signal_restart.c71 schedp.sched_priority = prio; in create_rt_thread()
H A Dfutex_requeue_pi.c94 schedp.sched_priority = prio; in create_rt_thread()
/linux-6.15/arch/s390/kernel/
H A Dwti.c167 struct sched_param wti_sched_param = { .sched_priority = MAX_RT_PRIO - 1 }; in wti_init()
/linux-6.15/kernel/rcu/
H A Dtree_plugin.h1035 sp.sched_priority = kthread_prio; in rcu_cpu_kthread_setup()
1234 sp.sched_priority = kthread_prio; in rcu_spawn_one_boost_kthread()
H A Dtree.c4129 struct sched_param param = { .sched_priority = kthread_prio }; in rcu_spawn_exp_par_gp_kworker()
4153 struct sched_param param = { .sched_priority = kthread_prio }; in rcu_start_exp_gp_kworker()
4522 sp.sched_priority = kthread_prio; in rcu_spawn_gp_kthread()
H A Dtree_nocb.h1395 sp.sched_priority = kthread_prio; in rcu_spawn_cpu_nocb_kthread()
/linux-6.15/drivers/cpufreq/
H A Dcppc_cpufreq.c204 .sched_priority = 0, in cppc_freq_invariance_init()
/linux-6.15/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-6.15/kernel/
H A Dkthread.c414 static const struct sched_param param = { .sched_priority = 0 }; in kthread()
/linux-6.15/include/linux/
H A Dsched.h410 int sched_priority; member
/linux-6.15/Documentation/scheduler/
H A Dsched-deadline.rst818 __u32 sched_priority;
853 attr.sched_priority = 0;
/linux-6.15/tools/perf/
H A Dbuiltin-top.c1346 param.sched_priority = top->realtime_prio; in __cmd_top()

12