Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/ceph/
Dmessenger.h249 extern void ceph_msg_last_put(struct kref *kref);
252 kref_put(&msg->kref, ceph_msg_last_put); in ceph_msg_put()
/linux-2.6.39/net/ceph/
Dmessenger.c2396 void ceph_msg_last_put(struct kref *kref) in ceph_msg_last_put() function
2424 EXPORT_SYMBOL(ceph_msg_last_put);