Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | ceph_msgpool |
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 *, int front_len) |
void | ceph_msgpool_put (struct ceph_msgpool *, struct ceph_msg *) |
void ceph_msgpool_destroy | ( | struct ceph_msgpool * | pool | ) |
|
read |