Searched defs:kref_put (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dkref.h81 * kref_put - decrement refcount for object.
97 static inline int kref_put(struct kref *kref, void (*release)(struct kref *kref)) function
111 * Behaves identical to kref_put with one exception. If the reference count
161 * lookup + kref_get, and a write lock around kref_put + remove from lookup
164 * locking in the kref_put path can be deferred to the actual removal from

Completed in 54 milliseconds