Home
last modified time | relevance | path

Searched refs:ptlrpc_client_bulk_active (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/lustre/lustre/ptlrpc/
Dniobuf.c255 if (ptlrpc_client_bulk_active(req) == 0) /* completed or */ in ptlrpc_unregister_bulk()
266 if (ptlrpc_client_bulk_active(req) == 0) /* completed or */ in ptlrpc_unregister_bulk()
286 rc = l_wait_event(*wq, !ptlrpc_client_bulk_active(req), &lwi); in ptlrpc_unregister_bulk()
Dclient.c1531 ptlrpc_client_bulk_active(req)) in ptlrpc_check_set()
1567 ptlrpc_client_bulk_active(req)) in ptlrpc_check_set()
1762 if (ptlrpc_client_bulk_active(req)) in ptlrpc_check_set()
/drivers/staging/lustre/lustre/include/
Dlustre_net.h2301 static inline int ptlrpc_client_bulk_active(struct ptlrpc_request *req) in ptlrpc_client_bulk_active() function