Home
last modified time | relevance | path

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

/tools/include/linux/
Drefcount.h121 bool refcount_sub_and_test(unsigned int i, refcount_t *r) in refcount_sub_and_test() function
148 return refcount_sub_and_test(1, r); in refcount_dec_and_test()