Searched refs:sched_set_normal (Results 1 – 6 of 6) sorted by relevance
| /linux/kernel/sched/ |
| H A D | syscalls.c | 842 void sched_set_normal(struct task_struct *p, int nice) in sched_set_normal() function 850 EXPORT_SYMBOL_GPL(sched_set_normal);
|
| /linux/kernel/ |
| H A D | torture.c | 993 sched_set_normal(t, realnice); in torture_sched_set_normal()
|
| /linux/kernel/rcu/ |
| H A D | rcutorture.c | 1505 sched_set_normal(current, oldnice); in rcu_torture_fqs() 1955 sched_set_normal(current, oldnice); in rcu_torture_writer() 2970 sched_set_normal(current, oldnice); in rcu_nocb_toggle() 3816 sched_set_normal(current, oldnice); in rcu_torture_fwd_prog() 4218 sched_set_normal(current, 0); in rcu_torture_preempt()
|
| H A D | rcuscale.c | 635 sched_set_normal(current, 0); in rcu_scale_writer()
|
| /linux/kernel/locking/ |
| H A D | locktorture.c | 215 sched_set_normal(current, 0); in __torture_rt_boost()
|
| /linux/kernel/printk/ |
| H A D | printk.c | 3746 sched_set_normal(printk_legacy_kthread, -20); in legacy_kthread_create()
|