Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dpinger.c122 imp->imp_next_ping = cfs_time_shift(time); in ptlrpc_update_next_ping()
127 imp->imp_next_ping = cfs_time_current(); in ptlrpc_ping_import_soon()
199 if (cfs_time_aftereq(imp->imp_next_ping - 5 * CFS_TICK, this_ping) && in ptlrpc_pinger_process_import()
216 imp->imp_next_ping = ptlrpc_next_reconnect(imp); in ptlrpc_pinger_process_import()
262 if (imp->imp_pingable && imp->imp_next_ping && in ptlrpc_pinger_main()
263 cfs_time_after(imp->imp_next_ping, in ptlrpc_pinger_main()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_import.h252 unsigned long imp_next_ping; member