Home
last modified time | relevance | path

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

/xnu-11215/iokit/IOKit/
H A DIOLib.h704 #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 DREADME26 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 DREADME.md72 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 Dkern_debug.modulemap3 // multiple submodules from the same module map, but top level modules
/xnu-11215/libkdd/kdd.xcodeproj/
H A Dproject.pbxproj118 …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 Dfreezer.md17 …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 Dsanitize.md217 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 Dsched_cond.md3 Quickly synchronizing when multiple threads could send wakeups.
H A Datomics.md412 dependency root to inject into multiple loads.
/xnu-11215/iokit/DriverKit/
H A DIOWorkGroup.iig43 * Workgroups allow multiple threads to coordinate activities for realtime operations.
/xnu-11215/osfmk/mach/
H A Dvm_map.defs192 * and must be a multiple of pages in extent. The
214 * and must be a multiple of pages in extent. The
H A Dmach_vm.defs213 * and must be a multiple of pages in extent. The
243 * and must be a multiple of pages in extent. The
H A Dmach_port.defs150 * 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 Drecount.md105 To ensure the accuracy of formulas involving multiple metrics, like CPI, all metrics must be update…
H A Dmt_stackshot.md3 Stackshot has been retrofitted to take advantage of multiple CPUs. This document
/xnu-11215/tools/lldbmacros/
H A Dkcdata.py2638 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 Dpoll_select_kevent_paired_fds.c810 #pragma mark multiple processes
H A Dstackshot_tests.m3182 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 Dgetdirentriesattr.224 .Nd get file system attributes for multiple directory entries
/xnu-11215/makedefs/
H A DMakeInc.cmd308 # installfile - Atomically copy files, esp. when multiple architectures
H A DMakeInc.def834 # multiple of the block size in alignment/length, we will implictly map
/xnu-11215/doc/arm/
H A Dsme.md109 An implementation may share SME compute resources across multiple CPUs. In this
/xnu-11215/doc/debugging/
H A Ddebugging.md223 Combine coverage from multiple files:
/xnu-11215/doc/allocators/
H A Dapi-basics.md276 multiple times. When -fbounds-safety is enabled, the compiler can help ensuring
/xnu-11215/doc/scheduler/
H A Dsched_clutch_edge.md12 …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…