| /OK3568_Linux_fs/kernel/lib/ |
| H A D | refcount.c | 119 if (!refcount_dec_and_test(r)) { in refcount_dec_and_mutex_lock() 150 if (!refcount_dec_and_test(r)) { in refcount_dec_and_lock() 179 if (!refcount_dec_and_test(r)) { in refcount_dec_and_lock_irqsave()
|
| /OK3568_Linux_fs/kernel/drivers/misc/lkdtm/ |
| H A D | refcount.c | 164 if (refcount_dec_and_test(&neg)) in lkdtm_REFCOUNT_DEC_AND_TEST_NEGATIVE() 332 if (refcount_dec_and_test(&sat)) in lkdtm_REFCOUNT_DEC_AND_TEST_SATURATED() 385 if (refcount_dec_and_test(&count)) in lkdtm_REFCOUNT_TIMING()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | ax25.h | 176 if (refcount_dec_and_test(&assoc->refcount)) { in ax25_uid_put() 218 if (refcount_dec_and_test(&ax25_rt->refcount)) in ax25_put_route() 288 if (refcount_dec_and_test(&ax25->refcount)) { in ax25_cb_put() 301 if (refcount_dec_and_test(&ax25_dev->refcount)) { in ax25_dev_put()
|
| H A D | ipx.h | 157 if (refcount_dec_and_test(&intrfc->refcnt)) in ipxitf_put() 168 if (refcount_dec_and_test(&rt->refcnt)) in ipxrtr_put()
|
| H A D | netrom.h | 128 if (refcount_dec_and_test(&nr_node->refcount)) { in nr_node_put() 138 if (refcount_dec_and_test(&nr_neigh->refcount)) { in nr_neigh_put()
|
| H A D | x25.h | 253 if (refcount_dec_and_test(&nb->refcnt)) in x25_neigh_put() 276 if (refcount_dec_and_test(&rt->refcnt)) in x25_route_put()
|
| H A D | page_pool.h | 221 return refcount_dec_and_test(&pool->user_cnt); in page_pool_put()
|
| H A D | llc.h | 131 if (refcount_dec_and_test(&sap->refcnt)) in llc_sap_put()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | delayed-ref.h | 312 if (refcount_dec_and_test(&ref->refs)) { in btrfs_put_delayed_ref() 341 if (refcount_dec_and_test(&head->refs)) in btrfs_put_delayed_ref_head()
|
| /OK3568_Linux_fs/kernel/net/ceph/ |
| H A D | snapshot.c | 58 if (refcount_dec_and_test(&sc->nref)) { in ceph_put_snap_context()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_mps.c | 17 if (!refcount_dec_and_test(&mps_entry->refcnt)) { in cxgb4_mps_ref_dec_by_mac() 39 if (!refcount_dec_and_test(&mps_entry->refcnt)) { in cxgb4_mps_ref_dec()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_refcount_defs.h | 50 #define kbase_refcount_dec_and_test(x) refcount_dec_and_test(x)
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kref.h | 64 if (refcount_dec_and_test(&kref->refcount)) { in kref_put()
|
| H A D | posix_acl.h | 55 if (acl && refcount_dec_and_test(&acl->a_refcount)) in posix_acl_release()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | cryptd.c | 250 if (err != -EINPROGRESS && refcnt && refcount_dec_and_test(&ctx->refcnt)) in cryptd_skcipher_complete() 487 if (err != -EINPROGRESS && refcnt && refcount_dec_and_test(&ctx->refcnt)) in cryptd_hash_complete() 741 if (err != -EINPROGRESS && refcnt && refcount_dec_and_test(&ctx->refcnt)) in cryptd_aead_crypt() 950 if (refcount_dec_and_test(&ctx->refcnt)) in cryptd_free_skcipher() 1007 if (refcount_dec_and_test(&ctx->refcnt)) in cryptd_free_ahash() 1057 if (refcount_dec_and_test(&ctx->refcnt)) in cryptd_free_aead()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | srq.c | 60 if (refcount_dec_and_test(&srq->refcount)) in mlx4_srq_event() 235 if (refcount_dec_and_test(&srq->refcount)) in mlx4_srq_free()
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | refcount.h | 146 bool refcount_dec_and_test(refcount_t *r) in refcount_dec_and_test() function
|
| /OK3568_Linux_fs/kernel/fs/notify/ |
| H A D | group.c | 109 if (refcount_dec_and_test(&group->refcnt)) in fsnotify_put_group()
|
| /OK3568_Linux_fs/kernel/tools/lib/perf/ |
| H A D | threadmap.c | 79 if (map && refcount_dec_and_test(&map->refcnt)) in perf_thread_map__put()
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | cache_lib.c | 70 if (refcount_dec_and_test(&dreq->count)) in nfs_cache_defer_req_put()
|
| /OK3568_Linux_fs/kernel/include/linux/sched/ |
| H A D | task.h | 115 if (refcount_dec_and_test(&t->usage)) in put_task_struct()
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | auth.c | 252 if (!refcount_dec_and_test(&auth->au_count)) in rpcauth_release() 688 if (refcount_dec_and_test(&cred->cr_count)) in put_rpccred() 701 if (refcount_dec_and_test(&cred->cr_count)) in put_rpccred()
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | ioport.c | 58 if (iobm && refcount_dec_and_test(&iobm->refcnt)) in io_bitmap_exit()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/core/ |
| H A D | memory.c | 37 if (refcount_dec_and_test(&tags->refcount)) { in nvkm_memory_tags_put()
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | comm.c | 32 if (cs && refcount_dec_and_test(&cs->refcnt)) { in comm_str__put()
|