Searched refs:sched_priority (Results 1 – 21 of 21) sorted by relevance
269 p->rt_priority = attr->sched_priority; in DEFINE_CLASS()453 if (attr->sched_priority > p->rt_priority && in user_check_sched_setscheduler()454 attr->sched_priority > rlim_rtprio) in user_check_sched_setscheduler()529 if (attr->sched_priority > MAX_RT_PRIO-1) in __sched_setscheduler()532 (rt_policy(policy) != (attr->sched_priority != 0))) in __sched_setscheduler()595 if (rt_policy(policy) && attr->sched_priority != p->rt_priority) in __sched_setscheduler()661 newprio = __normal_prio(policy, attr->sched_priority, attr->sched_nice); in __sched_setscheduler()730 .sched_priority = param->sched_priority, in _sched_setscheduler()814 struct sched_param sp = { .sched_priority = MAX_RT_PRIO / 2 }; in sched_set_fifo()824 struct sched_param sp = { .sched_priority = 1 }; in sched_set_fifo_low()[all …]
3644 attr->sched_priority = p->rt_priority; in __getparam_dl()
3604 struct sched_param param = { .sched_priority = MAX_RT_PRIO - 1 }; in sched_set_stop_task()
108 __u32 sched_priority; member
108 param.sched_priority = priority; in set_process_priority()
81 uint32_t sched_priority; in set_deepest_cpu_idle_state() 57 uint32_t sched_priority; global() member
34 struct sched_param sp = { .sched_priority = 95 }; in timerlat_u_main()
505 sched_param->sched_priority = prio;520 sched_param->sched_priority = prio; in set_cpu_dma_latency()
141 param.sched_priority = sched_get_priority_max(SCHED_FIFO); in main()
58 schedp.sched_priority = prio; in create_rt_thread()
143 schedp.sched_priority = prio; in create_rt_thread()
167 struct sched_param wti_sched_param = { .sched_priority = MAX_RT_PRIO - 1 }; in wti_init()
77 param.sched_priority = priority; in set_sched()
331 .sched_priority = sched_get_priority_max(SCHED_EXT), in pre_bootstrap()
1038 param.sched_priority = sched_pri; in set_priority()1067 tid, policy_name(policy), param.sched_priority); in print_priority()
508 DEFINE_SRIOV_GT_CONFIG_DEBUGFS_ATTRIBUTE(sched_priority, u32, "%llu\n");
382 static const struct sched_param param = { .sched_priority = 0 }; in kthread()
413 int sched_priority; member
1353 param.sched_priority = top->realtime_prio; in __cmd_top()
2624 param.sched_priority = rec->realtime_prio; in __cmd_record()
1898 sp.sched_priority = DEFAULT_TIMERLAT_PRIO; in timerlat_main()