Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Drcuref.c236 bool rcuref_put_slowpath(rcuref_t *ref) in rcuref_put_slowpath() function
281 EXPORT_SYMBOL_GPL(rcuref_put_slowpath);
/openbmc/linux/include/linux/
H A Drcuref.h74 extern __must_check bool rcuref_put_slowpath(rcuref_t *ref);
94 return rcuref_put_slowpath(ref); in __rcuref_put()