Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dtree_plugin.h1012 sched_setscheduler_nocheck(current, SCHED_FIFO, &sp); in rcu_cpu_kthread_setup()
1210 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_one_boost_kthread()
H A Dtree_nocb.h1524 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_cpu_nocb_kthread()
1535 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_cpu_nocb_kthread()
H A Dtree.c4802 sched_setscheduler_nocheck(kworker->task, SCHED_FIFO, &param); in rcu_spawn_exp_par_gp_kworker()
4828 sched_setscheduler_nocheck(rcu_exp_gp_kworker->task, SCHED_FIFO, &param); in rcu_start_exp_gp_kworker()
5248 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcu_spawn_gp_kthread()
H A Drcutorture.c2422 sched_setscheduler_nocheck(t, SCHED_FIFO, &sp); in rcutorture_booster_init()
/linux/kernel/
H A Dkthread.c370 sched_setscheduler_nocheck(current, SCHED_NORMAL, &param); in kthread()
/linux/include/linux/
H A Dsched.h1822 extern int sched_setscheduler_nocheck(struct task_struct *, int, const struct sched_param *);
/linux/kernel/trace/
H A Dtrace_osnoise.c1874 sched_setscheduler_nocheck(current, SCHED_FIFO, &sp); in timerlat_main()
/linux/kernel/sched/
H A Dcore.c3672 sched_setscheduler_nocheck(stop, SCHED_FIFO, &param); in sched_set_stop_task()
7994 int sched_setscheduler_nocheck(struct task_struct *p, int policy, in sched_setscheduler_nocheck() function
8021 WARN_ON_ONCE(sched_setscheduler_nocheck(p, SCHED_FIFO, &sp) != 0); in sched_set_fifo()
8031 WARN_ON_ONCE(sched_setscheduler_nocheck(p, SCHED_FIFO, &sp) != 0); in sched_set_fifo_low()