Home
last modified time | relevance | path

Searched defs:refcount_sub_and_test (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/include/linux/
Drefcount.h65 #define refcount_sub_and_test refcount_sub_and_test_checked macro
94 static inline __must_check bool refcount_sub_and_test(unsigned int i, refcount_t *r) in refcount_sub_and_test() function