Home
last modified time | relevance | path

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

/linux/include/linux/
A Drefcount.h313 static inline __must_check bool __refcount_dec_and_test(refcount_t *r, int *oldp) in __refcount_dec_and_test() function
333 return __refcount_dec_and_test(r, NULL); in refcount_dec_and_test()
/linux/fs/fscache/
A Dcookie.c870 bool zero = __refcount_dec_and_test(&cookie->ref, &ref); in fscache_cookie_put()

Completed in 5 milliseconds