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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dclock.c807 * stable snapshot process in order to ensure that a consistent
817 struct unlocked_clock_calend stable; local
820 stable = flipflop[i]; /* take snapshot */
827 (void)hw_atomic_and(&stable.gen, ~(uint32_t)1);
833 * our snapshot is threfore stable).
835 if (flipflop[i].gen == stable.gen)
844 if (stable.calend.adjdelta < 0) {
847 if (now > stable.calend.adjstart) {
848 t32 = now - stable.calend.adjstart;
850 if (t32 > stable
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_serv.c1153 int stable = NFS_WRITE_FILESYNC; local
1183 nfsm_chain_get_32(error, nmreq, stable);
1189 stable = NFS_WRITE_UNSTABLE;
1249 * enough to ensure data integrity) mus be written to stable storage
1252 if (stable == NFS_WRITE_UNSTABLE)
1254 else if (stable == NFS_WRITE_DATASYNC)
1295 if ((stable == NFS_WRITE_UNSTABLE) && !nfsrv_async)
1296 nfsm_chain_add_32(error, &nmrep, stable);

Completed in 60 milliseconds