Searched refs:sched_priority (Results 1 – 25 of 26) sorted by relevance
12
331 p->rt_priority = attr->sched_priority; in DEFINE_CLASS()486 if (attr->sched_priority > p->rt_priority && in user_check_sched_setscheduler()487 attr->sched_priority > rlim_rtprio) in user_check_sched_setscheduler()562 if (attr->sched_priority > MAX_RT_PRIO-1) in __sched_setscheduler()565 (rt_policy(policy) != (attr->sched_priority != 0))) in __sched_setscheduler()774 .sched_priority = param->sched_priority, in _sched_setscheduler()858 struct sched_param sp = { .sched_priority = MAX_RT_PRIO / 2 }; in sched_set_fifo()868 struct sched_param sp = { .sched_priority = 1 }; in sched_set_fifo_low()950 attr->sched_priority = p->rt_priority; in get_params()1058 struct sched_param lp = { .sched_priority = 0 }; in SYSCALL_DEFINE2()[all …]
660 .sched_priority = 0, in sugov_kthread_create()
3334 attr->sched_priority = p->rt_priority; in __getparam_dl()
108 __u32 sched_priority; member
54 uint32_t sched_priority; member
34 struct sched_param sp = { .sched_priority = 95 }; in timerlat_u_main()
452 sched_param->sched_priority = prio; in parse_prio()467 sched_param->sched_priority = prio; in parse_prio()
108 param.sched_priority = priority; in set_process_priority()
141 param.sched_priority = sched_get_priority_max(SCHED_FIFO); in main()
406 param.sched_priority = 1; in set_pthread_cpu()422 param.sched_priority = 1; in set_mycpu()
71 schedp.sched_priority = prio; in create_rt_thread()
94 schedp.sched_priority = prio; in create_rt_thread()
167 struct sched_param wti_sched_param = { .sched_priority = MAX_RT_PRIO - 1 }; in wti_init()
1022 sp.sched_priority = kthread_prio; in rcu_cpu_kthread_setup()1220 sp.sched_priority = kthread_prio; in rcu_spawn_one_boost_kthread()
4901 struct sched_param param = { .sched_priority = kthread_prio }; in rcu_spawn_exp_par_gp_kworker()4932 struct sched_param param = { .sched_priority = kthread_prio }; in rcu_start_exp_gp_kworker()5365 sp.sched_priority = kthread_prio; in rcu_spawn_gp_kthread()
1384 sp.sched_priority = kthread_prio; in rcu_spawn_cpu_nocb_kthread()
2441 sp.sched_priority = 2; in rcutorture_booster_init()
1038 param.sched_priority = sched_pri; in set_priority()1067 tid, policy_name(policy), param.sched_priority); in print_priority()
222 .sched_priority = 0, in cppc_freq_invariance_init()
343 static const struct sched_param param = { .sched_priority = 0 }; in kthread()
388 int sched_priority; member
817 __u32 sched_priority;852 attr.sched_priority = 0;
1342 param.sched_priority = top->realtime_prio; in __cmd_top()
2546 param.sched_priority = rec->realtime_prio; in __cmd_record()
1881 sp.sched_priority = DEFAULT_TIMERLAT_PRIO; in timerlat_main()
Completed in 96 milliseconds