Home
last modified time | relevance | path

Searched refs:SCHED_FIFO (Results 1 – 25 of 83) sorted by relevance

1234

/OK3568_Linux_fs/kernel/tools/laptop/freefall/
H A Dfreefall.c141 param.sched_priority = sched_get_priority_max(SCHED_FIFO); in main()
142 sched_setscheduler(0, SCHED_FIFO, &param); in main()
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dsched-nice-design.rst85 SCHED_FIFO. But this caused other problems: SCHED_FIFO is not starvation
86 proof, and a buggy SCHED_FIFO app can also lock up the system for good.
109 and forcing audio apps to run under the more dangerous SCHED_FIFO
H A Dsched-design-CFS.rst136 SCHED_FIFO/_RR are implemented in sched/rt.c and are as specified by
154 sched/rt.c implements SCHED_FIFO and SCHED_RR semantics, in a simpler way than
217 CONFIG_RT_GROUP_SCHED permits to group real-time (i.e., SCHED_FIFO and
/OK3568_Linux_fs/kernel/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi.c307 (void *)&blocker_arg, SCHED_FIFO, 1)) { in unit_test()
321 SCHED_FIFO, 1)) { in unit_test()
329 SCHED_FIFO, 1)) { in unit_test()
H A Dfutex_requeue_pi_signal_restart.c158 res = create_rt_thread(&waiter, waiterfn, NULL, SCHED_FIFO, 1); in main()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/
H A Ddhd_linux_sched.c47 case SCHED_FIFO: in setScheduler()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux_sched.c47 case SCHED_FIFO: in setScheduler()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dsched.h37 #define SCHED_FIFO 1 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dsched.h37 #define SCHED_FIFO 1 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dsched.h29 #define SCHED_FIFO 1 macro
/OK3568_Linux_fs/kernel/include/linux/sched/
H A Drt.h25 if (policy == SCHED_FIFO || policy == SCHED_RR) in task_is_realtime()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dsched.h29 #define SCHED_FIFO 1 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsched.h115 #define SCHED_FIFO 1 macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dsched.h115 #define SCHED_FIFO 1 macro
/OK3568_Linux_fs/external/mpp/osal/windows/pthread/inc/
H A Dsched.h136 SCHED_FIFO, enumerator
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c408 if (0 && sched_setscheduler(0, SCHED_FIFO, &param) == -1) { in set_pthread_cpu()
424 if (0 && sched_setscheduler(0, SCHED_FIFO, &param) == -1) { in set_mycpu()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Didle.c365 WARN_ON_ONCE(current->policy != SCHED_FIFO); in play_idle_precise()
/OK3568_Linux_fs/kernel/Documentation/timers/
H A Dno_hz.rst267 runnable high-priority SCHED_FIFO task and an arbitrary number
269 required to run the SCHED_FIFO task until it either blocks or
274 single runnable SCHED_FIFO task and multiple runnable SCHED_OTHER
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hci/
H A Dphl_trx_sdio.c492 sched_setscheduler(current, SCHED_FIFO, &param); in phl_tx_sdio_thrd_hdl()
718 sched_setscheduler(current, SCHED_FIFO, &param); in phl_tx_callback_sdio()
1086 sched_setscheduler(current, SCHED_FIFO, &param); in phl_rx_callback_sdio()
/OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/
H A Dhciattach.c490 err = sched_setscheduler(0, SCHED_FIFO, &sched_par); in main()
/OK3568_Linux_fs/kernel/Documentation/driver-api/thermal/
H A Dintel_powerclamp.rst79 These kernel threads, with SCHED_FIFO class, are created to perform
87 Running as SCHED_FIFO and relatively high priority, also allows such
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/rtl8822b/sdio/
H A Drtl8822bs_xmit.c447 sched_setscheduler(current, SCHED_FIFO, &param); in rtl8822bs_xmit_thread()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/rtl8822c/sdio/
H A Drtl8822cs_xmit.c513 sched_setscheduler(current, SCHED_FIFO, &param); in rtl8822cs_xmit_thread()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/rtl8723d/sdio/
H A Drtl8723ds_xmit.c609 sched_setscheduler(current, SCHED_FIFO, &param); in rtl8723ds_xmit_thread()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/rtl8723d/sdio/
H A Drtl8723ds_xmit.c596 sched_setscheduler(current, SCHED_FIFO, &param); in rtl8723ds_xmit_thread()

1234