acrn-hypervisor/hypervisor/include/common
Shuo A Liu 837e4d8788 hv: sched: rename schedule related structs and vars
prepare_switch_out -> switch_out
prepare_switch_in -> switch_in
prepare_switch -> do_switch
run_thread_t -> thread_entry_t
sched_object -> thread_object
sched_object.thread -> thread_object.thread_entry
sched_obj -> thread_obj
sched_context -> sched_control
sched_ctx -> sched_ctl

Tracked-On: #3813
Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
Signed-off-by: Yu Wang <yu1.wang@intel.com>
Signed-off-by: Shuo A Liu <shuo.a.liu@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2019-10-16 10:25:53 +08:00
..
hypercall.h hv:remove some unnecessary includes 2019-10-15 14:40:39 +08:00
ptdev.h hv:move down the structure intr_source 2019-09-16 14:51:36 +08:00
schedule.h hv: sched: rename schedule related structs and vars 2019-10-16 10:25:53 +08:00
softirq.h hv: remove unused MACROs 2018-09-18 09:43:43 +08:00