Linux Kernel
3.7.1
|
#include <linux/percpu.h>
#include <linux/seq_file.h>
#include <linux/proc_fs.h>
#include <linux/export.h>
#include "rds.h"
Go to the source code of this file.
Functions | |
DEFINE_PER_CPU_SHARED_ALIGNED (struct rds_statistics, rds_stats) | |
EXPORT_PER_CPU_SYMBOL_GPL (rds_stats) | |
void | rds_stats_info_copy (struct rds_info_iterator *iter, uint64_t *values, const char *const *names, size_t nr) |
EXPORT_SYMBOL_GPL (rds_stats_info_copy) | |
void | rds_stats_exit (void) |
int | rds_stats_init (void) |
DEFINE_PER_CPU_SHARED_ALIGNED | ( | struct rds_statistics | , |
rds_stats | |||
) |
EXPORT_PER_CPU_SYMBOL_GPL | ( | rds_stats | ) |
EXPORT_SYMBOL_GPL | ( | rds_stats_info_copy | ) |