Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Drcuref.c192 bool rcuref_get_slowpath(rcuref_t *ref) in rcuref_get_slowpath() function
218 EXPORT_SYMBOL_GPL(rcuref_get_slowpath);
/openbmc/linux/include/linux/
H A Drcuref.h43 extern __must_check bool rcuref_get_slowpath(rcuref_t *ref);
71 return rcuref_get_slowpath(ref); in rcuref_get()