|
Linux Kernel
3.7.1
|
#include <linux/kernel.h>#include <linux/percpu.h>#include <linux/debugfs.h>#include <linux/seq_file.h>#include <linux/cpumask.h>#include <asm/hvcall.h>#include <asm/firmware.h>#include <asm/cputable.h>#include <asm/trace.h>Go to the source code of this file.
Macros | |
| #define | HCALL_ROOT_DIR "hcall_inst" |
| #define | CPU_NAME_BUF_SIZE 32 |
Functions | |
| DEFINE_PER_CPU (struct hcall_stats[HCALL_STAT_ARRAY_SIZE], hcall_stats) | |
| __initcall (hcall_inst_init) | |
| #define CPU_NAME_BUF_SIZE 32 |
Definition at line 102 of file hvCall_inst.c.
| #define HCALL_ROOT_DIR "hcall_inst" |
Definition at line 101 of file hvCall_inst.c.
| __initcall | ( | hcall_inst_init | ) |
| DEFINE_PER_CPU | ( | struct hcall_stats | [HCALL_STAT_ARRAY_SIZE], |
| hcall_stats | |||
| ) |
1.8.2