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