Home
last modified time | relevance | path

Searched refs:sched_setscheduler_nocheck (Results 1 – 9 of 9) sorted by relevance

/linux/kernel/sched/
H A Dsyscalls.c818 int sched_setscheduler_nocheck(struct task_struct *p, int policy, in sched_setscheduler_nocheck() function
845 WARN_ON_ONCE(sched_setscheduler_nocheck(p, SCHED_FIFO, &sp) != 0); in sched_set_fifo()
855 WARN_ON_ONCE(sched_setscheduler_nocheck(p, SCHED_FIFO, &sp) != 0); in sched_set_fifo_low()
H A Dcore.c3609 sched_setscheduler_nocheck(stop, SCHED_FIFO, &param); in sched_set_stop_task()
/linux/kernel/rcu/
H A Dtree_plugin.h1119 sched_setscheduler_nocheck(current, SCHED_FIFO, &sp); in rcu_cpu_kthread_setup()
1318 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_one_boost_kthread()
H A Dtree_nocb.h1400 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_cpu_nocb_kthread()
1416 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_cpu_nocb_kthread()
H A Dtree.c4190 sched_setscheduler_nocheck(kworker->task, SCHED_FIFO, &param); in rcu_spawn_exp_par_gp_kworker()
4209 sched_setscheduler_nocheck(rcu_exp_gp_kworker->task, SCHED_FIFO, &param); in rcu_start_exp_gp_kworker()
4584 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_gp_kthread()
H A Drcutorture.c2929 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcutorture_booster_init()
2935 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcutorture_booster_init()
/linux/kernel/
H A Dkthread.c440 sched_setscheduler_nocheck(current, SCHED_NORMAL, &param); in kthread()
/linux/include/linux/
H A Dsched.h1901 extern int sched_setscheduler_nocheck(struct task_struct *, int, const struct sched_param *);
/linux/kernel/trace/
H A Dtrace_osnoise.c1863 sched_setscheduler_nocheck(current, SCHED_FIFO, &sp); in timerlat_main()