khypervisor
v1
|
Go to the source code of this file.
Functions | |
vmid_t | sched_policy_determ_next (void) |
vmid_t sched_policy_determ_next | ( | void | ) |
Definition at line 4 of file sched_policy.c.
{ vmid_t next = context_next_vmid(context_current_vmid()); if ( next == VMID_INVALID ) next = context_first_vmid(); return next; }