Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ptlrpc/
Dniobuf.c705 LASSERT(rqbd->rqbd_refcount == 0); in ptlrpc_register_rqbd()
706 rqbd->rqbd_refcount = 1; in ptlrpc_register_rqbd()
724 rqbd->rqbd_refcount = 0; in ptlrpc_register_rqbd()
Devents.c365 rqbd->rqbd_refcount++; in request_in_callback()
Dservice.c84 rqbd->rqbd_refcount = 0; in ptlrpc_alloc_rqbd()
110 LASSERT(rqbd->rqbd_refcount == 0); in ptlrpc_free_rqbd()
749 refcount = --(rqbd->rqbd_refcount); in ptlrpc_server_drop_request()
/drivers/staging/lustre/lustre/include/
Dlustre_net.h1893 int rqbd_refcount; member