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

Data Fields

struct device_nodeofnode
 
struct cpumask shared_cpu_map
 
int type
 
int level
 
struct list_head list
 
struct cachenext_local
 
unsigned long size
 
unsigned int line_size
 
unsigned int associativity
 
unsigned int nr_sets
 
unsigned int level: 3
 
unsigned int type: 2
 

Detailed Description

Definition at line 108 of file cacheinfo.c.

Field Documentation

unsigned int associativity

Definition at line 19 of file cache.c.

unsigned int level

Definition at line 21 of file cache.c.

int level

Definition at line 112 of file cacheinfo.c.

unsigned int line_size

Definition at line 18 of file cache.c.

Definition at line 113 of file cacheinfo.c.

struct cache* next_local

Definition at line 114 of file cacheinfo.c.

unsigned int nr_sets

Definition at line 20 of file cache.c.

Definition at line 109 of file cacheinfo.c.

struct cpumask shared_cpu_map

Definition at line 110 of file cacheinfo.c.

unsigned long size

Definition at line 17 of file cache.c.

unsigned int type

Definition at line 22 of file cache.c.

Definition at line 111 of file cacheinfo.c.


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