/openbmc/linux/include/uapi/linux/sched/ |
H A D | types.h | 108 __u32 sched_priority; member
|
/openbmc/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 | 452 sched_param->sched_priority = prio; in parse_prio() 467 sched_param->sched_priority = prio; in parse_prio()
|
/openbmc/linux/tools/power/cpupower/bench/ |
H A D | system.c | 108 param.sched_priority = priority; in set_process_priority()
|
/openbmc/linux/tools/laptop/freefall/ |
H A D | freefall.c | 141 param.sched_priority = sched_get_priority_max(SCHED_FIFO); in main()
|
/openbmc/qemu/tests/unit/ |
H A D | test-seccomp.c | 176 struct sched_param param = { .sched_priority = 0 }; in doit_sched()
|
/openbmc/linux/tools/testing/selftests/powerpc/mm/ |
H A D | tlbie_test.c | 406 param.sched_priority = 1; in set_pthread_cpu() 422 param.sched_priority = 1; in set_mycpu()
|
/openbmc/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 | 92 schedp.sched_priority = prio; in create_rt_thread()
|
/openbmc/linux/kernel/rcu/ |
H A D | tree_plugin.h | 1011 sp.sched_priority = kthread_prio; in rcu_cpu_kthread_setup() 1210 sp.sched_priority = kthread_prio; in rcu_spawn_one_boost_kthread()
|
H A D | tree_nocb.h | 1490 sp.sched_priority = kthread_prio; in rcu_spawn_cpu_nocb_kthread()
|
H A D | tree.c | 4687 struct sched_param param = { .sched_priority = kthread_prio }; in rcu_start_exp_gp_kworkers() 4743 sp.sched_priority = kthread_prio; in rcu_spawn_gp_kthread()
|
/openbmc/linux/kernel/sched/ |
H A D | core.c | 3657 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; in sched_set_stop_task() 7543 * __sched_setscheduler() ensures attr->sched_priority == 0 when 7547 p->rt_priority = attr->sched_priority; in check_same_owner() 7591 if (attr->sched_priority > p->rt_priority && in user_check_sched_setscheduler() 7592 attr->sched_priority > rlim_rtprio) in user_check_sched_setscheduler() 7667 if (attr->sched_priority > MAX_RT_PRIO-1) in __sched_setscheduler() 7670 (rt_policy(policy) != (attr->sched_priority != 0))) in __sched_setscheduler() 7727 if (rt_policy(policy) && attr->sched_priority != p->rt_priority) in __sched_setscheduler() 7794 newprio = __normal_prio(policy, attr->sched_priority, attr->sched_nice); in __sched_setscheduler() 7867 .sched_priority in _sched_setscheduler() [all...] |
H A D | cpufreq_schedutil.c | 587 .sched_priority = 0, in sugov_kthread_create()
|
H A D | deadline.c | 2940 attr->sched_priority = p->rt_priority; in __getparam_dl()
|
/openbmc/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()
|
/openbmc/linux/drivers/cpufreq/ |
H A D | cppc_cpufreq.c | 225 .sched_priority = 0, in cppc_freq_invariance_init()
|
/openbmc/linux/kernel/ |
H A D | kthread.c | 342 static const struct sched_param param = { .sched_priority = 0 }; in kthread()
|
/openbmc/qemu/linux-user/ |
H A D | syscall_defs.h | 2739 abi_uint sched_priority; member 2748 abi_int sched_priority; member
|
H A D | syscall.c | 368 uint32_t sched_priority; member 11451 schp.sched_priority = tswap32(target_schp->sched_priority); in _syscall2() 11468 target_schp->sched_priority = tswap32(schp.sched_priority); in _syscall2() 11483 schp.sched_priority = tswap32(target_schp->sched_priority); in _syscall2() 11509 target_scha->sched_priority = tswap32(scha.sched_priority); in _syscall2() 11564 scha.sched_priority in _syscall2() [all...] |
/openbmc/linux/include/linux/ |
H A D | sched.h | 373 int sched_priority; member
|
/openbmc/linux/Documentation/scheduler/ |
H A D | sched-deadline.rst | 819 __u32 sched_priority; 854 attr.sched_priority = 0;
|
/openbmc/linux/tools/perf/ |
H A D | builtin-top.c | 1335 param.sched_priority = top->realtime_prio; in __cmd_top()
|
/openbmc/linux/kernel/trace/ |
H A D | trace_osnoise.c | 1892 sp.sched_priority = DEFAULT_TIMERLAT_PRIO; in timerlat_main()
|