Home
last modified time | relevance | path

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

/include/linux/netfilter/
Dnf_conntrack_common.h33 if (nfct && atomic_dec_and_test(&nfct->use)) in nf_conntrack_put()
/include/linux/
Dnsproxy.h78 if (atomic_dec_and_test(&ns->count)) { in put_nsproxy()
Dmbcache.h36 if (!atomic_dec_and_test(&entry->e_refcnt)) in mb_cache_entry_put()
Drefcount.h101 return atomic_dec_and_test(&r->refs); in refcount_dec_and_test()
Dcred.h52 if (atomic_dec_and_test(&(group_info)->usage)) \
286 if (atomic_dec_and_test(&(cred)->usage)) in put_cred()
Duser_namespace.h121 if (ns && atomic_dec_and_test(&ns->count)) in put_user_ns()
Dfscache-cache.h433 if (atomic_dec_and_test(&cache->object_count)) in fscache_object_destroyed()
504 return atomic_dec_and_test(&cookie->n_active); in __fscache_unuse_cookie()
Dpage_ref.h139 int ret = atomic_dec_and_test(&page->_refcount); in page_ref_dec_and_test()
Drmap.h114 if (atomic_dec_and_test(&anon_vma->refcount)) in put_anon_vma()
Datomic-fallback.h1021 #ifndef atomic_dec_and_test
1031 atomic_dec_and_test(atomic_t *v) in atomic_dec_and_test() function
1035 #define atomic_dec_and_test atomic_dec_and_test macro
Dfs.h3226 if (atomic_dec_and_test(&inode->i_dio_count)) in inode_dio_end()
/include/linux/sched/
Dmm.h48 if (unlikely(atomic_dec_and_test(&mm->mm_count))) in mmdrop()
/include/net/
Dlwtunnel.h70 if (atomic_dec_and_test(&lws->refcnt)) in lwtstate_put()
/include/asm-generic/
Datomic-instrumented.h745 atomic_dec_and_test(atomic_t *v) in atomic_dec_and_test() function
750 #define atomic_dec_and_test atomic_dec_and_test macro
Datomic-long.h960 return atomic_dec_and_test(v); in atomic_long_dec_and_test()
/include/rdma/
Drdmavt_qp.h572 if (qp && atomic_dec_and_test(&qp->refcount)) in rvt_put_qp()
/include/net/bluetooth/
Dhci_core.h986 if (atomic_dec_and_test(&conn->refcnt)) { in hci_conn_drop()