Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h446 atomic_t rs_refcount; member
2779 LASSERT(atomic_read(&rs->rs_refcount) > 0); in ptlrpc_rs_addref()
2780 atomic_inc(&rs->rs_refcount); in ptlrpc_rs_addref()
2786 LASSERT(atomic_read(&rs->rs_refcount) > 0); in ptlrpc_rs_decref()
2787 if (atomic_dec_and_test(&rs->rs_refcount)) in ptlrpc_rs_decref()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dpack_generic.c340 atomic_set(&rs->rs_refcount, 1); /* 1 ref for rq_reply_state */ in lustre_pack_reply_v2()
503 LASSERT(atomic_read(&rs->rs_refcount) == 0); in lustre_free_reply_state()