Searched refs:SCHED_FIFO (Results 1 – 13 of 13) sorted by relevance
| /tools/laptop/freefall/ |
| A D | freefall.c | 141 param.sched_priority = sched_get_priority_max(SCHED_FIFO); in main() 142 sched_setscheduler(0, SCHED_FIFO, ¶m); in main()
|
| /tools/tracing/rtla/sample/ |
| A D | timerlat_load.py | 42 os.sched_setscheduler(0, os.SCHED_FIFO, param)
|
| /tools/perf/trace/beauty/include/uapi/linux/ |
| A D | sched.h | 115 #define SCHED_FIFO 1 macro
|
| /tools/testing/selftests/futex/functional/ |
| A D | futex_requeue_pi.c | 309 (void *)&blocker_arg, SCHED_FIFO, 1)) { in unit_test() 323 SCHED_FIFO, 1)) { in unit_test() 331 SCHED_FIFO, 1)) { in unit_test()
|
| A D | futex_requeue_pi_signal_restart.c | 158 res = create_rt_thread(&waiter, waiterfn, NULL, SCHED_FIFO, 1); in main()
|
| /tools/tracing/rtla/src/ |
| A D | utils.c | 447 if (prio < sched_get_priority_min(SCHED_FIFO)) in parse_prio() 449 if (prio > sched_get_priority_max(SCHED_FIFO)) in parse_prio() 452 sched_param->sched_policy = SCHED_FIFO; in parse_prio()
|
| A D | timerlat_u.c | 53 retval = sched_setscheduler(0, SCHED_FIFO, &sp); in timerlat_u_main()
|
| /tools/testing/selftests/powerpc/mm/ |
| A D | tlbie_test.c | 407 if (0 && sched_setscheduler(0, SCHED_FIFO, ¶m) == -1) { in set_pthread_cpu() 423 if (0 && sched_setscheduler(0, SCHED_FIFO, ¶m) == -1) { in set_mycpu()
|
| /tools/perf/Documentation/ |
| A D | perf-top.txt | 103 Collect data with this RT SCHED_FIFO priority.
|
| A D | perf-record.txt | 254 Collect data with this RT SCHED_FIFO priority.
|
| /tools/tracing/latency/ |
| A D | latency-collector.c | 147 { "fifo", SCHED_FIFO, RT_DEFAULT_PRI },
|
| /tools/perf/ |
| A D | builtin-top.c | 1353 if (sched_setscheduler(0, SCHED_FIFO, ¶m)) { in __cmd_top()
|
| A D | builtin-record.c | 2589 if (sched_setscheduler(0, SCHED_FIFO, ¶m)) { in __cmd_record()
|
Completed in 727 milliseconds