Home
last modified time | relevance | path

Searched refs:rcuref_get (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Drcuref.h61 static inline __must_check bool rcuref_get(rcuref_t *ref) in rcuref_get() function
/openbmc/linux/include/net/
H A Ddst.h245 WARN_ON(!rcuref_get(&dst->__rcuref)); in dst_hold()
309 return rcuref_get(&dst->__rcuref); in dst_hold_safe()
H A Dsock.h2182 if (dst && !rcuref_get(&dst->__rcuref)) in sk_dst_get()