Home
last modified time | relevance | path

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

/xnu-11215/osfmk/i386/
H A Dcpu_topology.h228 boolean_t stable; member
H A Dcpu_topology.c165 topoParms.stable = TRUE; in cpu_topology_sort()
H A Dcpu_threads.c176 topoParms.stable = FALSE; in initTopoParms()
/xnu-11215/osfmk/kern/
H A Dclock.c1815 struct unlocked_clock_calend stable; in clock_get_calendar_nanotime_nowait() local
1819 stable = flipflop[i]; /* take snapshot */ in clock_get_calendar_nanotime_nowait()
1826 os_atomic_andnot(&stable.gen, 1, relaxed); in clock_get_calendar_nanotime_nowait()
1834 if (flipflop[i].gen == stable.gen) { in clock_get_calendar_nanotime_nowait()
H A Dwaitq.c1834 bool stable = true; in waitq_set_unlink_all_locked() local
1859 stable = (elt == circle_queue_first(q) && link->wql_wq == wq); in waitq_set_unlink_all_locked()
1862 if (stable) { in waitq_set_unlink_all_locked()
/xnu-11215/bsd/nfs/
H A Dnfs_serv.c1310 int stable = NFS_WRITE_FILESYNC; in nfsrv_write() local
1339 nfsm_chain_get_32(error, nmreq, stable); in nfsrv_write()
1345 stable = NFS_WRITE_UNSTABLE; in nfsrv_write()
1430 if (stable == NFS_WRITE_UNSTABLE) { in nfsrv_write()
1432 } else if (stable == NFS_WRITE_DATASYNC) { in nfsrv_write()
1476 if ((stable == NFS_WRITE_UNSTABLE) && !nfsrv_async) { in nfsrv_write()
1477 nfsm_chain_add_32(error, &nmrep, stable); in nfsrv_write()
/xnu-11215/osfmk/mach/
H A Dtask.defs84 * The MIG routine names need to be kept stable so as to not break Sandbox
/xnu-11215/doc/vm/
H A Dsanitize.md423 stable. See `tests/vm/vm_parameter_validation.c` for instructions.
/xnu-11215/tests/
H A Dstackshot_tests.m2328 …T_META_ENABLED(!TARGET_OS_VISION)) // disable for visionOS: device may not be stable with many cor…