Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | phys_cpuid |
struct | nodepda_s |
Macros | |
#define | sn_nodepda (__get_cpu_var(__sn_nodepda)) |
#define | NODEPDA(cnodeid) (sn_nodepda->pernode_pdaindr[cnodeid]) |
#define | is_headless_node(cnodeid) (nr_cpus_node(cnodeid) == 0) |
Typedefs | |
typedef struct nodepda_s | nodepda_t |
Functions | |
DECLARE_PER_CPU (struct nodepda_s *, __sn_nodepda) | |
#define is_headless_node | ( | cnodeid | ) | (nr_cpus_node(cnodeid) == 0) |
#define NODEPDA | ( | cnodeid | ) | (sn_nodepda->pernode_pdaindr[cnodeid]) |
#define sn_nodepda (__get_cpu_var(__sn_nodepda)) |