Home
last modified time | relevance | path

Searched refs:params (Results 1 – 5 of 5) sorted by relevance

/hypervisor/common/
A Dsched_bvt.c202 static void sched_bvt_init_data(struct thread_object *obj, struct sched_params * params) in sched_bvt_init_data() argument
209 data->weight = clamp(params->bvt_weight, BVT_WEIGHT_MIN, BVT_WEIGHT_MAX); in sched_bvt_init_data()
210 data->warp_value = params->bvt_warp_value; in sched_bvt_init_data()
211 data->warp_limit = params->bvt_warp_limit; in sched_bvt_init_data()
212 data->unwarp_period = params->bvt_unwarp_period; in sched_bvt_init_data()
A Dsched_prio.c29 static void sched_prio_init_data(struct thread_object *obj, struct sched_params *params) in sched_prio_init_data() argument
35 data->priority = params->prio; in sched_prio_init_data()
A Dschedule.c120 void init_thread_data(struct thread_object *obj, struct sched_params *params) in init_thread_data() argument
127 scheduler->init_data(obj, params); in init_thread_data()
A Dsched_iorr.c156 void sched_iorr_init_data(struct thread_object *obj, __unused struct sched_params * params) in sched_iorr_init_data() argument
/hypervisor/include/common/
A Dschedule.h87 void (*init_data)(struct thread_object *obj, struct sched_params *params);
143 void init_thread_data(struct thread_object *obj, struct sched_params *params);

Completed in 25 milliseconds