Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/
H A Dvfs.c3023 hrtime_t newhrt, oldhrt; /* For effecting the CAS. */ in vfs_mono_time() local
3033 oldhrt = hrt; in vfs_mono_time()
3036 if (atomic_cas_64((uint64_t *)&hrt, oldhrt, newhrt) == oldhrt) in vfs_mono_time()
3049 hrtime_t oldhrt, newhrt; in vfs_mnttab_modtimeupd() local
3052 oldhrt = ts2hrt(&vfs_mnttab_mtime); in vfs_mnttab_modtimeupd()
3055 if (oldhrt == (hrtime_t)0) in vfs_mnttab_modtimeupd()
3060 if (newhrt == oldhrt) { in vfs_mnttab_modtimeupd()