| /OK3568_Linux_fs/kernel/tools/laptop/freefall/ |
| H 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()
|
| /OK3568_Linux_fs/kernel/Documentation/scheduler/ |
| H A D | sched-nice-design.rst | 85 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 D | sched-design-CFS.rst | 136 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 D | futex_requeue_pi.c | 307 (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 D | futex_requeue_pi_signal_restart.c | 158 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 D | dhd_linux_sched.c | 47 case SCHED_FIFO: in setScheduler()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | dhd_linux_sched.c | 47 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 D | sched.h | 37 #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 D | sched.h | 37 #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 D | sched.h | 29 #define SCHED_FIFO 1 macro
|
| /OK3568_Linux_fs/kernel/include/linux/sched/ |
| H A D | rt.h | 25 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 D | sched.h | 29 #define SCHED_FIFO 1 macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | sched.h | 115 #define SCHED_FIFO 1 macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | sched.h | 115 #define SCHED_FIFO 1 macro
|
| /OK3568_Linux_fs/external/mpp/osal/windows/pthread/inc/ |
| H A D | sched.h | 136 SCHED_FIFO, enumerator
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/ |
| H A D | tlbie_test.c | 408 if (0 && sched_setscheduler(0, SCHED_FIFO, ¶m) == -1) { in set_pthread_cpu() 424 if (0 && sched_setscheduler(0, SCHED_FIFO, ¶m) == -1) { in set_mycpu()
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | idle.c | 365 WARN_ON_ONCE(current->policy != SCHED_FIFO); in play_idle_precise()
|
| /OK3568_Linux_fs/kernel/Documentation/timers/ |
| H A D | no_hz.rst | 267 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 D | phl_trx_sdio.c | 492 sched_setscheduler(current, SCHED_FIFO, ¶m); in phl_tx_sdio_thrd_hdl() 718 sched_setscheduler(current, SCHED_FIFO, ¶m); in phl_tx_callback_sdio() 1086 sched_setscheduler(current, SCHED_FIFO, ¶m); in phl_rx_callback_sdio()
|
| /OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/ |
| H A D | hciattach.c | 490 err = sched_setscheduler(0, SCHED_FIFO, &sched_par); in main()
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/thermal/ |
| H A D | intel_powerclamp.rst | 79 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 D | rtl8822bs_xmit.c | 447 sched_setscheduler(current, SCHED_FIFO, ¶m); in rtl8822bs_xmit_thread()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/rtl8822c/sdio/ |
| H A D | rtl8822cs_xmit.c | 513 sched_setscheduler(current, SCHED_FIFO, ¶m); in rtl8822cs_xmit_thread()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/hal/rtl8723d/sdio/ |
| H A D | rtl8723ds_xmit.c | 609 sched_setscheduler(current, SCHED_FIFO, ¶m); in rtl8723ds_xmit_thread()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/hal/rtl8723d/sdio/ |
| H A D | rtl8723ds_xmit.c | 596 sched_setscheduler(current, SCHED_FIFO, ¶m); in rtl8723ds_xmit_thread()
|