Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Drefcount.h248 static inline void __refcount_inc(refcount_t *r, int *oldp) in __refcount_inc() function
267 __refcount_inc(r, NULL); in refcount_inc()
/Linux-v5.15/fs/fscache/
Dcookie.c895 __refcount_inc(&cookie->ref, &ref); in fscache_cookie_get()