Searched refs:sched_priority (Results 1 - 23 of 23) sorted by relevance

/linux-master/include/uapi/linux/sched/
H A Dtypes.h34 * @sched_priority task's static priority (SCHED_FIFO/RR)
108 __u32 sched_priority; member in struct:sched_attr
/linux-master/tools/tracing/rtla/src/
H A Dutils.h54 uint32_t sched_priority; member in struct:sched_attr
H A Dtimerlat_u.c34 struct sched_param sp = { .sched_priority = 95 };
H A Dutils.c452 sched_param->sched_priority = prio;
467 sched_param->sched_priority = prio;
/linux-master/tools/power/cpupower/bench/
H A Dsystem.c108 param.sched_priority = priority;
/linux-master/tools/laptop/freefall/
H A Dfreefall.c141 param.sched_priority = sched_get_priority_max(SCHED_FIFO);
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi_signal_restart.c71 schedp.sched_priority = prio;
H A Dfutex_requeue_pi.c94 schedp.sched_priority = prio;
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c406 param.sched_priority = 1;
422 param.sched_priority = 1;
/linux-master/kernel/sched/
H A Dcore.c3660 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 };
7619 * __sched_setscheduler() ensures attr->sched_priority == 0 when
7623 p->rt_priority = attr->sched_priority;
7664 if (attr->sched_priority > p->rt_priority &&
7665 attr->sched_priority > rlim_rtprio)
7740 if (attr->sched_priority > MAX_RT_PRIO-1)
7743 (rt_policy(policy) != (attr->sched_priority != 0)))
7800 if (rt_policy(policy) && attr->sched_priority != p->rt_priority)
7867 newprio = __normal_prio(policy, attr->sched_priority, attr->sched_nice);
7940 .sched_priority
[all...]
H A Dcpufreq_schedutil.c652 .sched_priority = 0,
H A Ddeadline.c3027 attr->sched_priority = p->rt_priority;
/linux-master/kernel/rcu/
H A Dtree_plugin.h1011 sp.sched_priority = kthread_prio;
1209 sp.sched_priority = kthread_prio;
H A Dtree_nocb.h1512 sp.sched_priority = kthread_prio;
H A Dtree.c4412 struct sched_param param = { .sched_priority = kthread_prio };
4443 struct sched_param param = { .sched_priority = kthread_prio };
4870 sp.sched_priority = kthread_prio;
H A Drcutorture.c2414 sp.sched_priority = 2;
/linux-master/drivers/cpufreq/
H A Dcppc_cpufreq.c222 .sched_priority = 0,
/linux-master/tools/tracing/latency/
H A Dlatency-collector.c1038 param.sched_priority = sched_pri;
1067 tid, policy_name(policy), param.sched_priority);
/linux-master/kernel/
H A Dkthread.c342 static const struct sched_param param = { .sched_priority = 0 };
/linux-master/include/linux/
H A Dsched.h383 int sched_priority; member in struct:sched_param
/linux-master/kernel/trace/
H A Dtrace_osnoise.c1873 sp.sched_priority = DEFAULT_TIMERLAT_PRIO;
/linux-master/tools/perf/
H A Dbuiltin-top.c1335 param.sched_priority = top->realtime_prio;
H A Dbuiltin-record.c2545 param.sched_priority = rec->realtime_prio;

Completed in 354 milliseconds