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

/linux-master/include/linux/
H A Drefcount.h262 bool __refcount_sub_and_test(int i, refcount_t *r, int *oldp) function
302 return __refcount_sub_and_test(i, r, NULL);
307 return __refcount_sub_and_test(1, r, oldp);

Completed in 118 milliseconds