Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dpinger.c603 expire_time = get_seconds() - PING_EVICT_TIMEOUT; in ping_evictor_main()
Dservice.c1073 if (get_seconds() > (oldest_time + PING_EVICT_TIMEOUT + in ptlrpc_update_export_timer()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd_support.h124 #define PING_EVICT_TIMEOUT (PING_INTERVAL * 6) macro