| /xnu-11215/iokit/IOKit/ |
| H A D | IOLib.h | 704 #define IORound(value, multiple) \ argument 705 ((((value) + (multiple) - 1) / (multiple)) * (multiple)) 707 #define IOTrunc(value, multiple) \ argument 708 (((value) / (multiple)) * (multiple));
|
| /xnu-11215/bsd/miscfs/devfs/ |
| H A D | README | 26 When you mount the devfs somewhere (you can mount it multiple times in 27 multiple places), a front layer is created that contains a tree of 'front' 49 by their associated backing node, so that multiple front nodes that 58 Multiple mountings are like multiple transparencies,
|
| /xnu-11215/libkdd/ |
| H A D | README.md | 72 If a given kernel data type is complex and requires adding multiple optional fields inside a contai… 79 // add multiple data, or add_<type>_with_description()s here
|
| /xnu-11215/osfmk/kern/ |
| H A D | kern_debug.modulemap | 3 // multiple submodules from the same module map, but top level modules
|
| /xnu-11215/libkdd/kdd.xcodeproj/ |
| H A D | project.pbxproj | 118 …ot-sample-multiple-sharedcaches.plist.gz in Resources */ = {isa = PBXBuildFile; fileRef = D6689371… 119 …ckshot-sample-multiple-sharedcaches in Resources */ = {isa = PBXBuildFile; fileRef = D668937227161… 274 …shot-sample-multiple-sharedcaches.plist.gz */ = {isa = PBXFileReference; lastKnownFileType = archi… 275 … /* stackshot-sample-multiple-sharedcaches */ = {isa = PBXFileReference; lastKnownFileType = file;… 332 D668937227161F4A00166D02 /* stackshot-sample-multiple-sharedcaches */, 333 D668937127161F4A00166D02 /* stackshot-sample-multiple-sharedcaches.plist.gz */, 655 D668937327161F4A00166D02 /* stackshot-sample-multiple-sharedcaches.plist.gz in Resources */, 715 D668937427161F4A00166D02 /* stackshot-sample-multiple-sharedcaches in Resources */,
|
| /xnu-11215/doc/vm/ |
| H A D | freezer.md | 17 …ils on how a specific app is chosen. Note that applications may contain multiple processes. These … 28 …on't want to count memory that's simply mapped into the same process in multiple places though, so… 38 …they were masking an interesting bug: wired memory. IOSurface takes out multiple references on the… 48 Many apps contain multiple processes which are grouped together in a coalition. Therefore, freezing…
|
| H A D | sanitize.md | 217 perform the required sanitization. If multiple entry points call the same 280 A *test* is made up of multiple trials: a single VM function called many 352 parameters get at least one test. Some functions are divided into multiple 353 independent tests because the function has multiple modes of operation that
|
| /xnu-11215/doc/primitives/ |
| H A D | sched_cond.md | 3 Quickly synchronizing when multiple threads could send wakeups.
|
| H A D | atomics.md | 412 dependency root to inject into multiple loads.
|
| /xnu-11215/iokit/DriverKit/ |
| H A D | IOWorkGroup.iig | 43 * Workgroups allow multiple threads to coordinate activities for realtime operations.
|
| /xnu-11215/osfmk/mach/ |
| H A D | vm_map.defs | 192 * and must be a multiple of pages in extent. The 214 * and must be a multiple of pages in extent. The
|
| H A D | mach_vm.defs | 213 * and must be a multiple of pages in extent. The 243 * and must be a multiple of pages in extent. The
|
| H A D | mach_port.defs | 150 * port (possibly with multiple user refs), a port set, or 151 * a dead name (again, with multiple user refs).
|
| /xnu-11215/doc/observability/ |
| H A D | recount.md | 105 To ensure the accuracy of formulas involving multiple metrics, like CPI, all metrics must be update…
|
| H A D | mt_stackshot.md | 3 Stackshot has been retrofitted to take advantage of multiple CPUs. This document
|
| /xnu-11215/tools/lldbmacros/ |
| H A D | kcdata.py | 2638 def decode_kcdata_file(kcdata_file, stackshot_file, multiple=False, prettyhex=False, pretty=False, … argument 2640 if i > 0 and not multiple: 2699 if args.multiple and args.stackshot_file: 2713 …decode_kcdata_file(args.kcdata_file, args.stackshot_file, args.multiple, args.prettyhex, args.pret…
|
| /xnu-11215/tests/ |
| H A D | poll_select_kevent_paired_fds.c | 810 #pragma mark multiple processes
|
| H A D | stackshot_tests.m | 3182 bool multiple = (sharedregion_flags & (sharedregion_flags - 1)) != 0; 3183 … T_QUIET; T_EXPECT_FALSE(multiple, "only one kTaskSharedRegion flag should be set on each task"); 3184 found_sharedcache_badflags = (sharedregion_flags == 0 || multiple);
|
| /xnu-11215/bsd/man/man2/ |
| H A D | getdirentriesattr.2 | 24 .Nd get file system attributes for multiple directory entries
|
| /xnu-11215/makedefs/ |
| H A D | MakeInc.cmd | 308 # installfile - Atomically copy files, esp. when multiple architectures
|
| H A D | MakeInc.def | 834 # multiple of the block size in alignment/length, we will implictly map
|
| /xnu-11215/doc/arm/ |
| H A D | sme.md | 109 An implementation may share SME compute resources across multiple CPUs. In this
|
| /xnu-11215/doc/debugging/ |
| H A D | debugging.md | 223 Combine coverage from multiple files:
|
| /xnu-11215/doc/allocators/ |
| H A D | api-basics.md | 276 multiple times. When -fbounds-safety is enabled, the compiler can help ensuring
|
| /xnu-11215/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 12 …he **Edge scheduler** extends on the clutch scheduler design to support multiple clusters of diffe… 273 …ning shared resource load on each cluster and balancing the load across multiple clusters. The cur…
|