Searched refs:ksnp_refcount (Results 1 – 2 of 2) sorted by relevance
336 atomic_t ksnp_refcount; /* # users */ member500 LASSERT(atomic_read(&peer->ksnp_refcount) > 0); in ksocknal_peer_addref()501 atomic_inc(&peer->ksnp_refcount); in ksocknal_peer_addref()509 LASSERT(atomic_read(&peer->ksnp_refcount) > 0); in ksocknal_peer_decref()510 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()2508 atomic_read(&peer->ksnp_refcount), in ksocknal_debug_peerhash()