Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/i386/
H A Dcpu_topology.h228 boolean_t stable; member
H A Dcpu_topology.c167 topoParms.stable = TRUE; in cpu_topology_sort()
H A Dcpu_threads.c178 topoParms.stable = FALSE; in initTopoParms()
/xnu-8019.80.24/osfmk/kern/
H A Dclock.c1811 struct unlocked_clock_calend stable; in clock_get_calendar_nanotime_nowait() local
1815 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()
/xnu-8019.80.24/bsd/nfs/
H A Dnfs_serv.c1305 int stable = NFS_WRITE_FILESYNC; in nfsrv_write() local
1335 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()
/xnu-8019.80.24/osfmk/mach/
H A Dtask.defs84 * The MIG routine names need to be kept stable so as to not break Sandbox