Home
last modified time | relevance | path

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

/include/linux/
A Drefcount.h430 static inline __must_check bool __refcount_dec_and_test(refcount_t *r, int *oldp) in __refcount_dec_and_test() function
450 return __refcount_dec_and_test(r, NULL); in refcount_dec_and_test()
A Dmmap_lock.h143 if (!__refcount_dec_and_test(&vma->vm_refcnt, &oldcnt)) { in vma_refcount_put()

Completed in 5 milliseconds