khypervisor  v1
Functions
sched_policy.c File Reference
#include "sched_policy.h"
#include "context.h"
Include dependency graph for sched_policy.c:

Go to the source code of this file.

Functions

vmid_t sched_policy_determ_next (void)

Function Documentation

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

Here is the call graph for this function:

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines