Home
last modified time | relevance | path

Searched refs:single (Results 1 – 25 of 39) sorted by relevance

12

/xnu-12377.61.12/tests/ipc/
H A Dipc_utils.h45 } single; member
H A Dipc_utils.c94 *port = msg.data.single.port.name; in ipc_receive_port()
/xnu-12377.61.12/doc/observability/
H A Dmt_stackshot.md33 single-threaded stackshot.
113 back together into a single KCData buffer by the initiating thread, such that it
115 we memcpy the contents of each kcdata chunk into a single buffer, stripping off
137 before (with a single CPU/thread) - with the only difference being that we can
H A Dcpu_counters.md10 … Monitoring Unit (UPMU), which measures effects that aren't necessarily correlated to a single CPU.
H A Dcoalitions.md19 …l). However, since empty coalitions are valid, `launchd` tries to keep a single coalition per load…
47 … also a `resource_monitor_ledger` attached to each coalition which has a single `logical_writes` e…
/xnu-12377.61.12/tools/trace/
H A Dbridgetime.lua6 trace.single(debugid,callback)
H A Dkqtrace.lua6 trace.single(debugid,callback)
H A Dwqtrace.lua6 trace.single(debugid,callback)
/xnu-12377.61.12/doc/vm/
H A Dsanitize.md276 A *trial* is a single VM function called with a single set of argument values.
278 single trial.
280 A *test* is made up of multiple trials: a single VM function called many
283 pairs of address and size is a single test. `mach_vm_protect` with a single
379 name must be unique within a single test.
H A Dfreezer.md19 …ontent is moved into these new freezer segments. The goal is to create a single virtually contiguo…
26 …per_process_max` is the maximum amount of shared memory that can be in a single process. `memoryst…
28 …e map so it's possible to count an object as shared even if it's only mapped into a single process.
H A Dpageout_scan.md39 will stop. A single exit path makes for readability and understandability. Try
92 2. Deactivate a single page. This deactivated page should "balance" the reactivated
/xnu-12377.61.12/doc/mach_ipc/
H A Dipc_security_concepts.md5 subsystem. Each section covers a single concept, and will cover topics such as
19 system policies into a single enum per IPC space. This policy is an inherent
H A Dport_types.md104 1. a message cannot carry more than ONE single OOL port array.
138 synchronous IPC where you send a message to a peer and expect a single message
H A Dkmsg.md224 In this layout, the entire Mach message is allocated out of line in a single
H A Dguard_exceptions.md515 one single send-once right for a reply port. Reply ports are not allowed
516 to extend more than one single send-once right at any given moment.
/xnu-12377.61.12/osfmk/UserNotification/
H A DUNDRequest.defs84 * Just pops up a notice with a single OK button and the label and message
/xnu-12377.61.12/tests/
H A Dstackshot_accuracy.m384 T_DECL(basic_singleproc, "test that no-fault stackshot works correctly in single process setting", …
390 T_DECL(basic_singleproc_spin, "test that no-fault stackshot works correctly in single process setti…
473 T_DECL(fault_singleproc, "test that faulting stackshots work correctly in a single process setting"…
/xnu-12377.61.12/doc/lifecycle/
H A Dhibernation.md18 devices) where operations may be conducted from a single-threaded
67 allocated for each one of these ranges (as well as a single bitmap for the
103 - On ARM64, because of ctrr/ktrr, a single `__HIB` segment isn't possible.
/xnu-12377.61.12/doc/arm/
H A Dsme.md60 SME also adds a single EL0-accessible system register `TPIDR2_EL0`. Like
96 a single register
277 to fit in a single Mach message, xnu's Mach thread-state APIs divide the `Z`
/xnu-12377.61.12/tools/tests/perf_index/
H A DREADME59 compile - compiles xnu using make. This currently does a single compile and
/xnu-12377.61.12/EXTERNAL_HEADERS/corecrypto/
H A Dcc_config.h767 #define cc_single __attribute__((single))
/xnu-12377.61.12/
H A DREADME.md5 XNU runs on x86_64 and ARM64 for both single processor and multi-processor configurations.
138 kernel together into a single bootable image.
384 A single header file can exist at different locations using the steps
/xnu-12377.61.12/makedefs/
H A DMakeInc.kernel5 # MakeInc.kernel augments the single-architecture
344 # have the semantic of competing to *combine* single-architecture
/xnu-12377.61.12/doc/allocators/
H A Dapi-basics.md147 - variable sized allocations should have a single owner and not be refcounted;
152 the header becoming a fixed-sized type becoming the single owner
/xnu-12377.61.12/doc/scheduler/
H A Dsched_clutch_edge.md12 The clutch scheduler is the timesharing algorithm for threads on a single cluster. The **Edge sched…
16 …hreads instead of individual threads. Breaking away from the traditional single-tier scheduling mo…
24 …ll runnable threads with the same scheduling bucket are represented by a single entry at this leve…
170 * The system should be **compact**. Limit small-width workload threads to a single cluster as much …

12