Home
last modified time | relevance | path

Searched refs:sched_params (Results 1 – 8 of 8) sorted by relevance

/hypervisor/include/common/
A Dschedule.h43 struct sched_params { struct
87 void (*init_data)(struct thread_object *obj, struct sched_params *params);
143 void init_thread_data(struct thread_object *obj, struct sched_params *params);
/hypervisor/include/arch/x86/asm/
A Dvm_config.h174 struct sched_params sched_params; /* Scheduler params for vCPUs of this VM */ member
/hypervisor/common/
A Dhv_main.c98 struct sched_params idle_params = {0}; in run_idle_thread()
A Dsched_prio.c29 static void sched_prio_init_data(struct thread_object *obj, struct sched_params *params) in sched_prio_init_data()
A Dsched_iorr.c156 void sched_iorr_init_data(struct thread_object *obj, __unused struct sched_params * params) in sched_iorr_init_data()
A Dschedule.c120 void init_thread_data(struct thread_object *obj, struct sched_params *params) in init_thread_data()
A Dsched_bvt.c202 static void sched_bvt_init_data(struct thread_object *obj, struct sched_params * params) in sched_bvt_init_data()
/hypervisor/arch/x86/guest/
A Dvcpu.c999 init_thread_data(&vcpu->thread_obj, &get_vm_config(vm->vm_id)->sched_params); in prepare_vcpu()

Completed in 776 milliseconds