Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dmmap_lock.h194 int oldcnt; in __vma_refcount_put_return() local
196 if (__refcount_dec_and_test(&vma->vm_refcnt, &oldcnt)) in __vma_refcount_put_return()
199 return oldcnt - 1; in __vma_refcount_put_return()
240 int oldcnt; in vma_start_read_locked_nested() local
243 if (unlikely(!__refcount_inc_not_zero_limited_acquire(&vma->vm_refcnt, &oldcnt, in vma_start_read_locked_nested()
/linux/net/netfilter/
H A Dnft_ct.c235 int oldcnt; in nft_ct_set_zone_eval() local
256 __refcount_inc(&ct->ct_general.use, &oldcnt); in nft_ct_set_zone_eval()
257 if (likely(oldcnt == 1)) { in nft_ct_set_zone_eval()