Searched refs:SCHED_FIFO (Results 1 - 22 of 22) sorted by relevance

/linux-master/include/linux/sched/
H A Drt.h25 if (policy == SCHED_FIFO || policy == SCHED_RR)
/linux-master/tools/tracing/rtla/sample/
H A Dtimerlat_load.py48 os.sched_setscheduler(0, os.SCHED_FIFO, param)
/linux-master/tools/laptop/freefall/
H A Dfreefall.c141 param.sched_priority = sched_get_priority_max(SCHED_FIFO);
142 sched_setscheduler(0, SCHED_FIFO, &param);
/linux-master/include/uapi/linux/
H A Dsched.h115 #define SCHED_FIFO 1 macro
/linux-master/tools/include/uapi/linux/
H A Dsched.h115 #define SCHED_FIFO 1 macro
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi.c309 (void *)&blocker_arg, SCHED_FIFO, 1)) {
323 SCHED_FIFO, 1)) {
331 SCHED_FIFO, 1)) {
H A Dfutex_requeue_pi_signal_restart.c158 res = create_rt_thread(&waiter, waiterfn, NULL, SCHED_FIFO, 1);
/linux-master/tools/tracing/rtla/src/
H A Dutils.c400 * SCHED_FIFO:
446 if (prio < sched_get_priority_min(SCHED_FIFO))
448 if (prio > sched_get_priority_max(SCHED_FIFO))
451 sched_param->sched_policy = SCHED_FIFO;
H A Dtimerlat_u.c53 retval = sched_setscheduler(0, SCHED_FIFO, &sp);
/linux-master/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c407 if (0 && sched_setscheduler(0, SCHED_FIFO, &param) == -1) {
409 fprintf(stderr, "could not set SCHED_FIFO, run as root?\n");
423 if (0 && sched_setscheduler(0, SCHED_FIFO, &param) == -1) {
424 fprintf(stderr, "could not set SCHED_FIFO, run as root?\n");
/linux-master/kernel/sched/
H A Didle.c395 WARN_ON_ONCE(current->policy != SCHED_FIFO);
H A Dcore.c3665 * Make it appear like a SCHED_FIFO task, its something
3672 sched_setscheduler_nocheck(stop, SCHED_FIFO, &param);
7295 * SCHED_DEADLINE, SCHED_FIFO or SCHED_RR:
7736 * Valid priorities for SCHED_FIFO and SCHED_RR are
8002 * SCHED_FIFO is a broken scheduler model; that is, it is fundamentally
8022 WARN_ON_ONCE(sched_setscheduler_nocheck(p, SCHED_FIFO, &sp) != 0);
8032 WARN_ON_ONCE(sched_setscheduler_nocheck(p, SCHED_FIFO, &sp) != 0);
8929 * make event true. If the current task is a SCHED_FIFO task that will never
9062 case SCHED_FIFO:
9089 case SCHED_FIFO
[all...]
H A Dsched.h183 return policy == SCHED_FIFO || policy == SCHED_RR;
/linux-master/kernel/rcu/
H A Dtree_plugin.h1012 sched_setscheduler_nocheck(current, SCHED_FIFO, &sp);
1210 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp);
H A Dtree_nocb.h1524 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp);
1535 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp);
H A Dtree.c4427 sched_setscheduler_nocheck(kworker->task, SCHED_FIFO, &param);
4453 sched_setscheduler_nocheck(rcu_exp_gp_kworker->task, SCHED_FIFO, &param);
4871 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp);
H A Drcutorture.c2415 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp);
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dsched.c913 if (ctx->policy == SCHED_FIFO)
/linux-master/tools/tracing/latency/
H A Dlatency-collector.c147 { "fifo", SCHED_FIFO, RT_DEFAULT_PRI },
/linux-master/kernel/trace/
H A Dtrace_osnoise.c1874 sched_setscheduler_nocheck(current, SCHED_FIFO, &sp);
/linux-master/tools/perf/
H A Dbuiltin-top.c1336 if (sched_setscheduler(0, SCHED_FIFO, &param)) {
1485 "collect data with this RT SCHED_FIFO priority"),
H A Dbuiltin-record.c2546 if (sched_setscheduler(0, SCHED_FIFO, &param)) {
3393 "collect data with this RT SCHED_FIFO priority"),

Completed in 313 milliseconds