Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c2961 hrtime_t newhrt, oldhrt; /* For effecting the CAS. */ in vfs_mono_time() local
2969 newhrt = ts2hrt(&newts); in vfs_mono_time()
2972 if (newhrt <= hrt) in vfs_mono_time()
2973 newhrt = hrt + 1; in vfs_mono_time()
2974 if (atomic_cas_64((uint64_t *)&hrt, oldhrt, newhrt) == oldhrt) in vfs_mono_time()
2977 hrt2ts(newhrt, ts); in vfs_mono_time()
2987 hrtime_t oldhrt, newhrt; in vfs_mnttab_modtimeupd() local
2992 newhrt = ts2hrt(&vfs_mnttab_mtime); in vfs_mnttab_modtimeupd()
2998 if (newhrt == oldhrt) { in vfs_mnttab_modtimeupd()
2999 newhrt++; in vfs_mnttab_modtimeupd()
[all …]