|
Linux Kernel
3.7.1
|
#include <linux/percpu.h>#include <linux/seq_file.h>#include <linux/slab.h>#include <linux/proc_fs.h>#include <linux/export.h>#include "rds.h"Go to the source code of this file.
Data Structures | |
| struct | rds_info_iterator |
Functions | |
| void | rds_info_register_func (int optname, rds_info_func func) |
| EXPORT_SYMBOL_GPL (rds_info_register_func) | |
| void | rds_info_deregister_func (int optname, rds_info_func func) |
| EXPORT_SYMBOL_GPL (rds_info_deregister_func) | |
| void | rds_info_iter_unmap (struct rds_info_iterator *iter) |
| void | rds_info_copy (struct rds_info_iterator *iter, void *data, unsigned long bytes) |
| EXPORT_SYMBOL_GPL (rds_info_copy) | |
| int | rds_info_getsockopt (struct socket *sock, int optname, char __user *optval, int __user *optlen) |
| EXPORT_SYMBOL_GPL | ( | rds_info_register_func | ) |
| EXPORT_SYMBOL_GPL | ( | rds_info_deregister_func | ) |
| EXPORT_SYMBOL_GPL | ( | rds_info_copy | ) |
| void rds_info_copy | ( | struct rds_info_iterator * | iter, |
| void * | data, | ||
| unsigned long | bytes | ||
| ) |
| void rds_info_deregister_func | ( | int | optname, |
| rds_info_func | func | ||
| ) |
| void rds_info_iter_unmap | ( | struct rds_info_iterator * | iter | ) |
| void rds_info_register_func | ( | int | optname, |
| rds_info_func | func | ||
| ) |
1.8.2