Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/
Drefcount.h270 static inline __must_check bool __refcount_sub_and_test(int i, refcount_t *r, int *oldp) in __refcount_sub_and_test() function
310 return __refcount_sub_and_test(i, r, NULL); in refcount_sub_and_test()
315 return __refcount_sub_and_test(1, r, oldp); in __refcount_dec_and_test()