Searched refs:sched_priority (Results 1 – 15 of 15) sorted by relevance
8 int sched_priority; member110 __u32 sched_priority; member
108 param.sched_priority = priority; in set_process_priority()
141 param.sched_priority = sched_get_priority_max(SCHED_FIFO); in main()
407 param.sched_priority = 1; in set_pthread_cpu()423 param.sched_priority = 1; in set_mycpu()
71 schedp.sched_priority = prio; in create_rt_thread()
92 schedp.sched_priority = prio; in create_rt_thread()
2378 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; in sched_set_stop_task()5163 p->rt_priority = attr->sched_priority; in __setscheduler_params()5218 MAX_RT_PRIO - 1 - attr->sched_priority; in __sched_setscheduler()5249 if ((p->mm && attr->sched_priority > MAX_USER_RT_PRIO-1) || in __sched_setscheduler()5250 (!p->mm && attr->sched_priority > MAX_RT_PRIO-1)) in __sched_setscheduler()5253 (rt_policy(policy) != (attr->sched_priority != 0))) in __sched_setscheduler()5275 if (attr->sched_priority > p->rt_priority && in __sched_setscheduler()5276 attr->sched_priority > rlim_rtprio) in __sched_setscheduler()5351 if (rt_policy(policy) && attr->sched_priority != p->rt_priority) in __sched_setscheduler()5485 .sched_priority = param->sched_priority, in _sched_setscheduler()[all …]
648 .sched_priority = 0, in sugov_kthread_create()
2712 attr->sched_priority = p->rt_priority; in __getparam_dl()
373 static const struct sched_param param = { .sched_priority = 0 }; in __kthread_create_on_node()
965 sp.sched_priority = kthread_prio; in rcu_cpu_kthread_setup()1157 sp.sched_priority = kthread_prio; in rcu_spawn_one_boost_kthread()
4222 sp.sched_priority = kthread_prio; in rcu_spawn_gp_kthread()
1330 param.sched_priority = top->realtime_prio; in __cmd_top()
1776 param.sched_priority = rec->realtime_prio; in __cmd_record()
816 __u32 sched_priority;851 attr.sched_priority = 0;