Searched refs:zs_atime (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu_zfetch.h54 hrtime_t zs_atime; /* time last prefetch issued */ member in struct:zstream
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_zfetch.c181 if (((gethrtime() - zs->zs_atime) / NANOSEC) >
208 zs->zs_atime = gethrtime();
328 zs->zs_atime = gethrtime();

Completed in 139 milliseconds