Home
last modified time | relevance | path

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

/xnu-8020.121.3/iokit/IOKit/
H A DIOLib.h683 #define IORound(value, multiple) \ argument
684 ((((value) + (multiple) - 1) / (multiple)) * (multiple))
686 #define IOTrunc(value, multiple) \ argument
687 (((value) / (multiple)) * (multiple));
/xnu-8020.121.3/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-8020.121.3/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-8020.121.3/osfmk/kern/
H A Dkern_debug.modulemap3 // multiple submodules from the same module map, but top level modules
/xnu-8020.121.3/iokit/DriverKit/
H A DIOWorkGroup.iig43 * Workgroups allow multiple threads to coordinate activities for realtime operations.
/xnu-8020.121.3/osfmk/mach/
H A Dvm_map.defs188 * and must be a multiple of pages in extent. The
210 * and must be a multiple of pages in extent. The
H A Dmach_vm.defs209 * and must be a multiple of pages in extent. The
239 * and must be a multiple of pages in extent. The
H A Dmach_port.defs152 * port (possibly with multiple user refs), a port set, or
153 * a dead name (again, with multiple user refs).
/xnu-8020.121.3/tests/
H A Dpoll_select_kevent_paired_fds.c810 #pragma mark multiple processes
H A Dhvtest_x86.m27 * We want every hypervisor test to run multiple times:
32 * darwintest has no means to run tests multiple
725 "kill task with multiple VCPU threads waiting for lock")
H A Dstackshot_tests.m2491 bool multiple = (sharedregion_flags & (sharedregion_flags - 1)) != 0;
2492 … T_QUIET; T_ASSERT_FALSE(multiple, "only one kTaskSharedRegion flag should be set on each task");
2493 found_sharedcache_badflags = (sharedregion_flags == 0 || multiple);
/xnu-8020.121.3/doc/
H A Ddebugging.md93 has multiple string types (`unicode`, `str`). Additionally, compatibility shims might introduce new
353 Combine coverage from multiple files:
H A Datomics.md410 dependency root to inject into multiple loads.
H A Dsched_clutch_edge.md10 …he **Edge scheduler** extends on the clutch scheduler design to support multiple clusters of diffe…
274 …ning shared resource load on each cluster and balancing the load across multiple clusters. The cur…
/xnu-8020.121.3/makedefs/
H A DMakeInc.cmd261 # installfile - Atomically copy files, esp. when multiple architectures
H A DMakeInc.def763 # multiple of the block size in alignment/length, we will implictly map
/xnu-8020.121.3/bsd/man/man2/
H A Dgetdirentriesattr.224 .Nd get file system attributes for multiple directory entries
/xnu-8020.121.3/tools/lldbmacros/
H A Dkcdata.py2262 if args.multiple and args.stackshot_file:
2274 if i > 0 and not args.multiple: