Home
last modified time | relevance | path

Searched refs:obd_eviction_timer (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dservice.c1071 if (exp->exp_obd->obd_eviction_timer == 0) { in ptlrpc_update_export_timer()
1079 exp->exp_obd->obd_eviction_timer = in ptlrpc_update_export_timer()
1087 (exp->exp_obd->obd_eviction_timer + extra_delay)) { in ptlrpc_update_export_timer()
1092 exp->exp_obd->obd_eviction_timer = 0; in ptlrpc_update_export_timer()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dobd.h871 time_t obd_eviction_timer; /* for ping evictor */ member