Searched refs:oldcnt (Results 1 – 2 of 2) sorted by relevance
701 int oldcnt; in vma_refcount_put() local704 if (!__refcount_dec_and_test(&vma->vm_refcnt, &oldcnt)) { in vma_refcount_put()706 if (is_vma_writer_only(oldcnt - 1)) in vma_refcount_put()723 int oldcnt; in vma_start_read() local741 if (unlikely(!__refcount_inc_not_zero_limited_acquire(&vma->vm_refcnt, &oldcnt, in vma_start_read()744 return oldcnt ? NULL : ERR_PTR(-EAGAIN); in vma_start_read()775 int oldcnt; in vma_start_read_locked_nested() local778 if (unlikely(!__refcount_inc_not_zero_limited_acquire(&vma->vm_refcnt, &oldcnt, in vma_start_read_locked_nested()
233 int oldcnt; in nft_ct_set_zone_eval() local254 __refcount_inc(&ct->ct_general.use, &oldcnt); in nft_ct_set_zone_eval()255 if (likely(oldcnt == 1)) { in nft_ct_set_zone_eval()