Searched refs:sched_setscheduler_nocheck (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | cpu.c | 1201 sched_setscheduler_nocheck(current, SCHED_NORMAL, ¶m); in pause_reduce_prio() 1213 sched_setscheduler_nocheck(current, SCHED_FIFO, ¶m); in pause_restore_prio() 1508 return sched_setscheduler_nocheck(current, SCHED_FIFO, ¶m); in switch_to_rt_policy() 1517 return sched_setscheduler_nocheck(current, SCHED_NORMAL, ¶m); in switch_to_fair_policy()
|
| H A D | kthread.c | 407 sched_setscheduler_nocheck(task, SCHED_NORMAL, ¶m); in __kthread_create_on_node()
|
| H A D | workqueue.c | 1970 sched_setscheduler_nocheck(worker->task, SCHED_RR, ¶m); in create_worker()
|
| /OK3568_Linux_fs/kernel/kernel/rcu/ |
| H A D | tree_plugin.h | 968 sched_setscheduler_nocheck(current, SCHED_FIFO, &sp); in rcu_cpu_kthread_setup() 1160 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_one_boost_kthread()
|
| H A D | tree.c | 4273 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_gp_kthread()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_mtk | 1817 sched_setscheduler_nocheck 3009 sched_setscheduler_nocheck
|
| H A D | abi_gki_aarch64_vivo | 1438 sched_setscheduler_nocheck
|
| H A D | abi_gki_aarch64_generic | 1609 sched_setscheduler_nocheck
|
| H A D | abi_gki_aarch64_exynos | 1681 sched_setscheduler_nocheck
|
| H A D | abi_gki_aarch64_qcom | 2130 sched_setscheduler_nocheck
|
| H A D | abi_gki_aarch64_oplus | 2313 sched_setscheduler_nocheck
|
| H A D | abi_gki_aarch64_galaxy | 3456 sched_setscheduler_nocheck
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | core.c | 2598 sched_setscheduler_nocheck(stop, SCHED_FIFO, ¶m); in sched_set_stop_task() 5807 int sched_setscheduler_nocheck(struct task_struct *p, int policy, in sched_setscheduler_nocheck() function 5812 EXPORT_SYMBOL_GPL(sched_setscheduler_nocheck); 5835 WARN_ON_ONCE(sched_setscheduler_nocheck(p, SCHED_FIFO, &sp) != 0); in sched_set_fifo() 5845 WARN_ON_ONCE(sched_setscheduler_nocheck(p, SCHED_FIFO, &sp) != 0); in sched_set_fifo_low()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | sched.h | 1737 extern int sched_setscheduler_nocheck(struct task_struct *, int, const struct sched_param *);
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | cpufreq_interactive.c | 1612 sched_setscheduler_nocheck(speedchange_task, SCHED_FIFO, ¶m); in cpufreq_interactive_gov_init()
|
| /OK3568_Linux_fs/kernel/drivers/android/ |
| H A D | binder.c | 735 sched_setscheduler_nocheck(task, in binder_do_set_priority()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ebc-dev/ |
| H A D | ebc_dev_v8.S | 5408 bl sched_setscheduler_nocheck 5468 bl sched_setscheduler_nocheck 5538 bl sched_setscheduler_nocheck
|