Searched refs:stable (Results 1 – 6 of 6) sorted by relevance
228 boolean_t stable; member
167 topoParms.stable = TRUE; in cpu_topology_sort()
178 topoParms.stable = FALSE; in initTopoParms()
1811 struct unlocked_clock_calend stable; in clock_get_calendar_nanotime_nowait() local1815 stable = flipflop[i]; /* take snapshot */ in clock_get_calendar_nanotime_nowait()1822 os_atomic_andnot(&stable.gen, 1, relaxed); in clock_get_calendar_nanotime_nowait()1830 if (flipflop[i].gen == stable.gen) { in clock_get_calendar_nanotime_nowait()
1305 int stable = NFS_WRITE_FILESYNC; in nfsrv_write() local1335 nfsm_chain_get_32(error, nmreq, stable); in nfsrv_write()1341 stable = NFS_WRITE_UNSTABLE; in nfsrv_write()1429 if (stable == NFS_WRITE_UNSTABLE) { in nfsrv_write()1431 } else if (stable == NFS_WRITE_DATASYNC) { in nfsrv_write()1475 if ((stable == NFS_WRITE_UNSTABLE) && !nfsrv_async) { in nfsrv_write()1476 nfsm_chain_add_32(error, &nmrep, stable); in nfsrv_write()
84 * The MIG routine names need to be kept stable so as to not break Sandbox