Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
sysinfo.h File Reference
#include <asm/bitsperlong.h>

Go to the source code of this file.

Data Structures

struct  sysinfo_1_1_1
 
struct  sysinfo_1_2_1
 
struct  sysinfo_1_2_2
 
struct  sysinfo_1_2_2_extension
 
struct  sysinfo_2_2_1
 
struct  sysinfo_2_2_2
 
struct  sysinfo_3_2_2
 
struct  topology_cpu
 
struct  topology_container
 
union  topology_entry
 
struct  sysinfo_15_1_x
 
struct  service_level
 

Macros

#define LPAR_CHAR_DEDICATED   (1 << 7)
 
#define LPAR_CHAR_SHARED   (1 << 6)
 
#define LPAR_CHAR_LIMITED   (1 << 5)
 
#define TOPOLOGY_CPU_BITS   64
 
#define TOPOLOGY_NR_MAG   6
 

Functions

int stsi (void *sysinfo, int fc, int sel1, int sel2)
 
int register_service_level (struct service_level *)
 
int unregister_service_level (struct service_level *)
 

Variables

int topology_max_mnest
 

Macro Definition Documentation

#define LPAR_CHAR_DEDICATED   (1 << 7)

Definition at line 98 of file sysinfo.h.

#define LPAR_CHAR_LIMITED   (1 << 5)

Definition at line 100 of file sysinfo.h.

#define LPAR_CHAR_SHARED   (1 << 6)

Definition at line 99 of file sysinfo.h.

#define TOPOLOGY_CPU_BITS   64

Definition at line 123 of file sysinfo.h.

#define TOPOLOGY_NR_MAG   6

Definition at line 124 of file sysinfo.h.

Function Documentation

int register_service_level ( struct service_level )

Definition at line 267 of file sysinfo.c.

int stsi ( void sysinfo,
int  fc,
int  sel1,
int  sel2 
)

Definition at line 33 of file sysinfo.c.

int unregister_service_level ( struct service_level )

Definition at line 283 of file sysinfo.c.

Variable Documentation

int topology_max_mnest

Definition at line 25 of file sysinfo.c.