Searched refs:LONG_UNLINK (Results 1 – 4 of 4) sorted by relevance
253 req->rq_bulk_deadline = ktime_get_real_seconds() + LONG_UNLINK; in ptlrpc_unregister_bulk()284 lwi = LWI_TIMEOUT_INTERVAL(cfs_time_seconds(LONG_UNLINK), in ptlrpc_unregister_bulk()
2330 request->rq_reply_deadline = ktime_get_real_seconds()+LONG_UNLINK; in ptlrpc_unregister_reply()2364 lwi = LWI_TIMEOUT_INTERVAL(cfs_time_seconds(LONG_UNLINK), in ptlrpc_unregister_reply()
2622 cfs_time_seconds(LONG_UNLINK), in ptlrpc_service_unlink_rqbd()
130 #define LONG_UNLINK 300 /* Unlink should happen before now */ macro