Home
last modified time | relevance | path

Searched refs:LONG_UNLINK (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dniobuf.c255 req->rq_bulk_deadline = get_seconds() + LONG_UNLINK; in ptlrpc_unregister_bulk()
286 lwi = LWI_TIMEOUT_INTERVAL(cfs_time_seconds(LONG_UNLINK), in ptlrpc_unregister_bulk()
Dclient.c2370 request->rq_reply_deadline = get_seconds()+LONG_UNLINK; in ptlrpc_unregister_reply()
2410 lwi = LWI_TIMEOUT_INTERVAL(cfs_time_seconds(LONG_UNLINK), in ptlrpc_unregister_reply()
Dservice.c2904 cfs_time_seconds(LONG_UNLINK), in ptlrpc_service_unlink_rqbd()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_support.h146 #define LONG_UNLINK 300 /* Unlink should happen before now */ macro