Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/include/
Dlustre_net.h444 atomic_t rs_refcount; member
2738 LASSERT(atomic_read(&rs->rs_refcount) > 0); in ptlrpc_rs_addref()
2739 atomic_inc(&rs->rs_refcount); in ptlrpc_rs_addref()
2745 LASSERT(atomic_read(&rs->rs_refcount) > 0); in ptlrpc_rs_decref()
2746 if (atomic_dec_and_test(&rs->rs_refcount)) in ptlrpc_rs_decref()
/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c323 atomic_set(&rs->rs_refcount, 1); /* 1 ref for rq_reply_state */ in lustre_pack_reply_v2()
487 LASSERT(atomic_read(&rs->rs_refcount) == 0); in lustre_free_reply_state()