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

/xnu-2782.1.97/osfmk/kern/
H A Dclock.c942 * stable snapshot process in order to ensure that a consistent
952 struct unlocked_clock_calend stable; local
955 stable = flipflop[i]; /* take snapshot */
962 (void)hw_atomic_and(&stable.gen, ~(uint32_t)1);
968 * our snapshot is threfore stable).
970 if (flipflop[i].gen == stable.gen)
979 if (stable.calend.adjdelta < 0) {
982 if (now > stable.calend.adjstart) {
983 t32 = (uint32_t)(now - stable.calend.adjstart);
985 if (t32 > stable
[all...]
/xnu-2782.1.97/osfmk/i386/
H A Dcpu_topology.h235 boolean_t stable; member in struct:x86_topology_parameters
H A Dcpu_topology.c131 * Let the CPU Power Management know that the topology is stable.
133 topoParms.stable = TRUE;
H A Dcpu_threads.c170 topoParms.stable = FALSE;
/xnu-2782.1.97/bsd/nfs/
H A Dnfs_serv.c1179 int stable = NFS_WRITE_FILESYNC; local
1209 nfsm_chain_get_32(error, nmreq, stable);
1215 stable = NFS_WRITE_UNSTABLE;
1275 * enough to ensure data integrity) mus be written to stable storage
1278 if (stable == NFS_WRITE_UNSTABLE)
1280 else if (stable == NFS_WRITE_DATASYNC)
1321 if ((stable == NFS_WRITE_UNSTABLE) && !nfsrv_async)
1322 nfsm_chain_add_32(error, &nmrep, stable);

Completed in 38 milliseconds