Searched refs:sched_priority (Results 1 – 23 of 23) sorted by relevance
8 int sched_priority; member112 __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()
92 schedp.sched_priority = prio; in create_rt_thread()
1011 sp.sched_priority = kthread_prio; in rcu_cpu_kthread_setup()1210 sp.sched_priority = kthread_prio; in rcu_spawn_one_boost_kthread()
1502 sp.sched_priority = kthread_prio; in rcu_spawn_cpu_nocb_kthread()
4669 struct sched_param param = { .sched_priority = kthread_prio }; in rcu_start_exp_gp_kworkers()4722 sp.sched_priority = kthread_prio; in rcu_spawn_gp_kthread()
2409 sp.sched_priority = 2; in rcutorture_booster_init()
3658 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; in sched_set_stop_task()7537 p->rt_priority = attr->sched_priority; in __setscheduler_params()7581 if (attr->sched_priority > p->rt_priority && in user_check_sched_setscheduler()7582 attr->sched_priority > rlim_rtprio) in user_check_sched_setscheduler()7657 if (attr->sched_priority > MAX_RT_PRIO-1) in __sched_setscheduler()7660 (rt_policy(policy) != (attr->sched_priority != 0))) in __sched_setscheduler()7717 if (rt_policy(policy) && attr->sched_priority != p->rt_priority) in __sched_setscheduler()7784 newprio = __normal_prio(policy, attr->sched_priority, attr->sched_nice); in __sched_setscheduler()7857 .sched_priority = param->sched_priority, in _sched_setscheduler()7938 struct sched_param sp = { .sched_priority = MAX_RT_PRIO / 2 }; in sched_set_fifo()[all …]
587 .sched_priority = 0, in sugov_kthread_create()
2932 attr->sched_priority = p->rt_priority; in __getparam_dl()
1038 param.sched_priority = sched_pri; in set_priority()1067 tid, policy_name(policy), param.sched_priority); in print_priority()
229 .sched_priority = 0, in cppc_freq_invariance_init()
342 static const struct sched_param param = { .sched_priority = 0 }; in kthread()
819 __u32 sched_priority;854 attr.sched_priority = 0;
1335 param.sched_priority = top->realtime_prio; in __cmd_top()
2507 param.sched_priority = rec->realtime_prio; in __cmd_record()
1873 sp.sched_priority = DEFAULT_TIMERLAT_PRIO; in timerlat_main()