Searched refs:newhrt (Results 1 – 1 of 1) sorted by relevance
3035 hrtime_t newhrt, oldhrt; /* For effecting the CAS. */ in vfs_mono_time() local3043 newhrt = ts2hrt(&newts); in vfs_mono_time()3046 if (newhrt <= hrt) in vfs_mono_time()3047 newhrt = hrt + 1; in vfs_mono_time()3048 if (atomic_cas_64((uint64_t *)&hrt, oldhrt, newhrt) == oldhrt) in vfs_mono_time()3051 hrt2ts(newhrt, ts); in vfs_mono_time()3061 hrtime_t oldhrt, newhrt; in vfs_mnttab_modtimeupd() local3066 newhrt = ts2hrt(&vfs_mnttab_mtime); in vfs_mnttab_modtimeupd()3072 if (newhrt == oldhrt) { in vfs_mnttab_modtimeupd()3073 newhrt++; in vfs_mnttab_modtimeupd()[all …]