Searched refs:multiple (Results 1 – 18 of 18) sorted by relevance
| /xnu-8020.121.3/iokit/IOKit/ |
| H A D | IOLib.h | 683 #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 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-8020.121.3/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-8020.121.3/osfmk/kern/ |
| H A D | kern_debug.modulemap | 3 // multiple submodules from the same module map, but top level modules
|
| /xnu-8020.121.3/iokit/DriverKit/ |
| H A D | IOWorkGroup.iig | 43 * Workgroups allow multiple threads to coordinate activities for realtime operations.
|
| /xnu-8020.121.3/osfmk/mach/ |
| H A D | vm_map.defs | 188 * and must be a multiple of pages in extent. The 210 * and must be a multiple of pages in extent. The
|
| H A D | mach_vm.defs | 209 * and must be a multiple of pages in extent. The 239 * and must be a multiple of pages in extent. The
|
| H A D | mach_port.defs | 152 * 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 D | poll_select_kevent_paired_fds.c | 810 #pragma mark multiple processes
|
| H A D | hvtest_x86.m | 27 * 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 D | stackshot_tests.m | 2491 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 D | debugging.md | 93 has multiple string types (`unicode`, `str`). Additionally, compatibility shims might introduce new 353 Combine coverage from multiple files:
|
| H A D | atomics.md | 410 dependency root to inject into multiple loads.
|
| H A D | sched_clutch_edge.md | 10 …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 D | MakeInc.cmd | 261 # installfile - Atomically copy files, esp. when multiple architectures
|
| H A D | MakeInc.def | 763 # multiple of the block size in alignment/length, we will implictly map
|
| /xnu-8020.121.3/bsd/man/man2/ |
| H A D | getdirentriesattr.2 | 24 .Nd get file system attributes for multiple directory entries
|
| /xnu-8020.121.3/tools/lldbmacros/ |
| H A D | kcdata.py | 2262 if args.multiple and args.stackshot_file: 2274 if i > 0 and not args.multiple:
|