Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Drcuref.h61 static inline __must_check bool rcuref_get(rcuref_t *ref) in rcuref_get() function
H A Duser_namespace.h141 if (rcuref_get(&ucounts->count)) in get_ucounts()
H A Dposix-timers.h239 WARN_ON_ONCE(!rcuref_get(&tmr->rcuref)); in posixtimer_sigqueue_getref()
/linux-6.15/include/net/
H A Ddst.h238 WARN_ON(!rcuref_get(&dst->__rcuref)); in dst_hold()
302 return rcuref_get(&dst->__rcuref); in dst_hold_safe()
H A Dsock.h2123 if (dst && !rcuref_get(&dst->__rcuref)) in sk_dst_get()
/linux-6.15/kernel/
H A Ducount.c141 if (rcuref_get(&ucounts->count)) in find_ucounts()