Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | pda_s |
Macros | |
#define | CACHE_ALIGN(x) (((x) + SMP_CACHE_BYTES-1) & ~(SMP_CACHE_BYTES-1)) |
#define | pda (&__ia64_per_cpu_var(pda_percpu)) |
#define | pdacpu(cpu) (&per_cpu(pda_percpu, cpu)) |
Typedefs | |
typedef struct pda_s | pda_t |
Functions | |
DECLARE_PER_CPU (struct pda_s, pda_percpu) | |
#define CACHE_ALIGN | ( | x | ) | (((x) + SMP_CACHE_BYTES-1) & ~(SMP_CACHE_BYTES-1)) |
#define pda (&__ia64_per_cpu_var(pda_percpu)) |