Searched refs:ptlrpc_client_bulk_active (Results 1 – 3 of 3) sorted by relevance
257 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()
1571 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()
2309 static inline int ptlrpc_client_bulk_active(struct ptlrpc_request *req) in ptlrpc_client_bulk_active() function