Searched refs:ksnp_refcount (Results 1 – 2 of 2) sorted by relevance
400 atomic_t ksnp_refcount; /* # users */ member600 LASSERT(atomic_read(&peer->ksnp_refcount) > 0); in ksocknal_peer_addref()601 atomic_inc(&peer->ksnp_refcount); in ksocknal_peer_addref()609 LASSERT(atomic_read(&peer->ksnp_refcount) > 0); in ksocknal_peer_decref()610 if (atomic_dec_and_test(&peer->ksnp_refcount)) in ksocknal_peer_decref()
118 atomic_set(&peer->ksnp_refcount, 1); /* 1 ref for caller */ in ksocknal_create_peer()157 LASSERT(atomic_read(&peer->ksnp_refcount) == 0); in ksocknal_destroy_peer()197 atomic_read(&peer->ksnp_refcount)); in ksocknal_find_peer_locked()2500 atomic_read(&peer->ksnp_refcount), in ksocknal_debug_peerhash()