Searched refs:newhrt (Results 1 – 1 of 1) sorted by relevance
3011 hrtime_t newhrt, oldhrt; /* For effecting the CAS. */ in vfs_mono_time() local3019 newhrt = ts2hrt(&newts); in vfs_mono_time()3022 if (newhrt <= hrt) in vfs_mono_time()3023 newhrt = hrt + 1; in vfs_mono_time()3024 if (atomic_cas_64((uint64_t *)&hrt, oldhrt, newhrt) == oldhrt) in vfs_mono_time()3027 hrt2ts(newhrt, ts); in vfs_mono_time()3037 hrtime_t oldhrt, newhrt; in vfs_mnttab_modtimeupd() local3042 newhrt = ts2hrt(&vfs_mnttab_mtime); in vfs_mnttab_modtimeupd()3048 if (newhrt == oldhrt) { in vfs_mnttab_modtimeupd()3049 newhrt++; in vfs_mnttab_modtimeupd()[all …]