Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/ldlm/
Dldlm_request.c98 static unsigned long next_dump, last_dump; in ldlm_expired_completion_wait() local
108 if (cfs_time_after(cfs_time_current(), next_dump)) { in ldlm_expired_completion_wait()
109 last_dump = next_dump; in ldlm_expired_completion_wait()
110 next_dump = cfs_time_shift(300); in ldlm_expired_completion_wait()