Home
last modified time | relevance | path

Searched refs:rqbd_refcount (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dniobuf.c709 LASSERT(rqbd->rqbd_refcount == 0); in ptlrpc_register_rqbd()
710 rqbd->rqbd_refcount = 1; in ptlrpc_register_rqbd()
728 rqbd->rqbd_refcount = 0; in ptlrpc_register_rqbd()
Devents.c365 rqbd->rqbd_refcount++; in request_in_callback()
Dservice.c83 rqbd->rqbd_refcount = 0; in ptlrpc_alloc_rqbd()
107 LASSERT(rqbd->rqbd_refcount == 0); in ptlrpc_free_rqbd()
886 refcount = --(rqbd->rqbd_refcount); in ptlrpc_server_drop_request()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h1907 int rqbd_refcount; member