Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dniobuf.c257 if (ptlrpc_client_bulk_active(req) == 0) /* completed or */ in ptlrpc_unregister_bulk()
268 if (ptlrpc_client_bulk_active(req) == 0) /* completed or */ in ptlrpc_unregister_bulk()
288 rc = l_wait_event(*wq, !ptlrpc_client_bulk_active(req), &lwi); in ptlrpc_unregister_bulk()
Dclient.c1571 ptlrpc_client_bulk_active(req)) in ptlrpc_check_set()
1612 ptlrpc_client_bulk_active(req)) in ptlrpc_check_set()
1802 if (ptlrpc_client_bulk_active(req)) in ptlrpc_check_set()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_net.h2309 static inline int ptlrpc_client_bulk_active(struct ptlrpc_request *req) in ptlrpc_client_bulk_active() function