|
khypervisor
v1
|
#include <hvmm_types.h>

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;
}

1.7.6.1