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

#include <cpu_rmap.h>

Data Fields

u16 size
 
u16 used
 
void ** obj
 
struct {
   u16   index
 
   u16   dist
 
near [0]
 

Detailed Description

struct cpu_rmap - CPU affinity reverse-map : Number of objects to be reverse-mapped : Number of objects added : Pointer to array of object pointers : For each CPU, the index and distance to the nearest object, based on affinity masks

Definition at line 25 of file cpu_rmap.h.

Field Documentation

u16 dist

Definition at line 30 of file cpu_rmap.h.

u16 index

Definition at line 29 of file cpu_rmap.h.

struct { ... } near[0]
void** obj

Definition at line 27 of file cpu_rmap.h.

u16 size

Definition at line 26 of file cpu_rmap.h.

u16 used

Definition at line 26 of file cpu_rmap.h.


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