|
Linux Kernel
3.7.1
|
#include <linux/ceph/ceph_debug.h>#include <linux/err.h>#include <linux/sched.h>#include <linux/types.h>#include <linux/vmalloc.h>#include <linux/ceph/msgpool.h>Go to the source code of this file.
Functions | |
| int | ceph_msgpool_init (struct ceph_msgpool *pool, int type, int front_len, int size, bool blocking, const char *name) |
| void | ceph_msgpool_destroy (struct ceph_msgpool *pool) |
| struct ceph_msg * | ceph_msgpool_get (struct ceph_msgpool *pool, int front_len) |
| void | ceph_msgpool_put (struct ceph_msgpool *pool, struct ceph_msg *msg) |
| void ceph_msgpool_destroy | ( | struct ceph_msgpool * | pool | ) |
|
read |
1.8.2