Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Drcuref.h128 * rcuref_put -- Release one reference for a rcuref reference count
148 static inline __must_check bool rcuref_put(rcuref_t *ref) in rcuref_put()
145 static inline __must_check bool rcuref_put(rcuref_t *ref) rcuref_put() function
/openbmc/linux/net/core/
H A Ddst.c169 if (dst && rcuref_put(&dst->__rcuref)) { in dst_release()
178 if (dst && rcuref_put(&dst->__rcuref)) { in dst_release_immediate()