Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
kvm_s390_float_interrupt Struct Reference

#include <kvm_host.h>

Data Fields

spinlock_t lock
 
struct list_head list
 
atomic_t active
 
int next_rr_cpu
 
unsigned long idle_mask [(KVM_MAX_VCPUS+sizeof(long)-1)/sizeof(long)]
 
struct kvm_s390_local_interruptlocal_int [KVM_MAX_VCPUS]
 

Detailed Description

Definition at line 219 of file kvm_host.h.

Field Documentation

atomic_t active

Definition at line 222 of file kvm_host.h.

unsigned long idle_mask[(KVM_MAX_VCPUS+sizeof(long)-1)/sizeof(long)]

Definition at line 225 of file kvm_host.h.

Definition at line 221 of file kvm_host.h.

Definition at line 226 of file kvm_host.h.

spinlock_t lock

Definition at line 220 of file kvm_host.h.

int next_rr_cpu

Definition at line 223 of file kvm_host.h.


The documentation for this struct was generated from the following file: