Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
topology.c File Reference
#include <linux/cpu.h>
#include <linux/cpumask.h>
#include <linux/init.h>
#include <linux/percpu.h>
#include <linux/topology.h>
#include <linux/node.h>
#include <linux/nodemask.h>
#include <linux/export.h>

Go to the source code of this file.

Functions

 EXPORT_SYMBOL (cpu_core_map)
 
struct cpumaskcpu_coregroup_mask (unsigned int cpu)
 
int arch_update_cpu_topology (void)
 
 subsys_initcall (topology_init)
 

Variables

cpumask_t cpu_core_map [NR_CPUS]
 

Function Documentation

int arch_update_cpu_topology ( void  )

Definition at line 38 of file topology.c.

struct cpumask* cpu_coregroup_mask ( unsigned int  cpu)
read

Definition at line 33 of file topology.c.

EXPORT_SYMBOL ( cpu_core_map  )
subsys_initcall ( topology_init  )

Variable Documentation

cpumask_t cpu_core_map[NR_CPUS]

Definition at line 21 of file topology.c.