Home
last modified time | relevance | path

Searched refs:ones (Results 1 – 10 of 10) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dnet_thread_marks.c98 static const ptrdiff_t ones = (ptrdiff_t)(u_int32_t)~0U; in net_thread_marks_pop() local
101 VERIFY((pop & ones) == pop); in net_thread_marks_pop()
114 static const ptrdiff_t ones = (ptrdiff_t)(u_int32_t)~0U; in net_thread_unmarks_pop() local
117 VERIFY((unpop & ones) == unpop); in net_thread_unmarks_pop()
/xnu-12377.61.12/doc/debugging/
H A Dmacro_testing.md29 To run all tests (including LLDB based ones) a developer has to install
/xnu-12377.61.12/doc/observability/
H A Drecount.md114 …e lock and iterating the constituent tasks, grouping their per-CPU counters into per-CPU kind ones.
/xnu-12377.61.12/doc/building/
H A Dxnu_build_consolidation.md141 `APPLEVORTEX`), and are preferred over the SoC-specific ones. Where a generation macro is not enoug…
/xnu-12377.61.12/doc/vm/
H A Dmemorystatus_kills.md105 Memorystatus will kill swap eligible processes (ones in app coalitions) in ascending jetsam priorit…
H A Dpageout_scan.md226 In general, *any* page-wait (even short ones) can be catastrophic for latency
H A Dsanitize.md236 writing new ones with specific purposes. `vm_sanitize.c` is meant to
/xnu-12377.61.12/doc/allocators/
H A Dapi-basics.md377 The only accepted ways of using `operator new/delete` and their variants are the ones
/xnu-12377.61.12/makedefs/
H A DMakeInc.def172 # NOTE: order matters here. -Wno-xxx goes before opt-in of ones we want
238 # auto-generated ones need mig and iig to be updated to fix. Disable the
/xnu-12377.61.12/tools/lldbmacros/
H A DREADME.md287 - Trying to modify a string value? You can only create new strings but never modify existing ones.