Home
last modified time | relevance | path

Searched refs:ceph_msg_last_put (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/include/linux/ceph/
Dmessenger.h229 extern void ceph_msg_last_put(struct kref *kref);
232 kref_put(&msg->kref, ceph_msg_last_put); in ceph_msg_put()
/linux-3.4.99/net/ceph/
Dmessenger.c2814 void ceph_msg_last_put(struct kref *kref) in ceph_msg_last_put() function
2842 EXPORT_SYMBOL(ceph_msg_last_put);