Searched refs:sched_params (Results 1 – 8 of 8) sorted by relevance
43 struct sched_params { struct87 void (*init_data)(struct thread_object *obj, struct sched_params *params);143 void init_thread_data(struct thread_object *obj, struct sched_params *params);
174 struct sched_params sched_params; /* Scheduler params for vCPUs of this VM */ member
98 struct sched_params idle_params = {0}; in run_idle_thread()
29 static void sched_prio_init_data(struct thread_object *obj, struct sched_params *params) in sched_prio_init_data()
156 void sched_iorr_init_data(struct thread_object *obj, __unused struct sched_params * params) in sched_iorr_init_data()
120 void init_thread_data(struct thread_object *obj, struct sched_params *params) in init_thread_data()
202 static void sched_bvt_init_data(struct thread_object *obj, struct sched_params * params) in sched_bvt_init_data()
999 init_thread_data(&vcpu->thread_obj, &get_vm_config(vm->vm_id)->sched_params); in prepare_vcpu()
Completed in 776 milliseconds