Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dmmp.c360 hrtime_t delay = gethrtime() - mts->mmp_last_write; in mmp_delay_update()
375 mts->mmp_last_write = gethrtime(); in mmp_delay_update()
572 mmp->mmp_last_write = gethrtime(); in mmp_thread()
644 mmp->mmp_last_write = gethrtime(); in mmp_thread()
664 (gethrtime() - mmp->mmp_last_write) > mmp_fail_ns) { in mmp_thread()
669 (u_longlong_t)mmp->mmp_last_write, in mmp_thread()
678 NSEC2MSEC(gethrtime() - mmp->mmp_last_write), in mmp_thread()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dmmp.h46 hrtime_t mmp_last_write; /* last successful MMP write */ member