| /xnu-8020.101.4/libsyscall/wrappers/ |
| H A D | __commpage_gettimeofday.c | 44 uint64_t now, over; in __commpage_gettimeofday_internal() local 105 over = multi_overflow(Tick_scale, delta); in __commpage_gettimeofday_internal() 106 if (over) { in __commpage_gettimeofday_internal() 107 tp->tv_sec += over; in __commpage_gettimeofday_internal()
|
| /xnu-8020.101.4/osfmk/i386/ |
| H A D | machine_check.h | 129 uint64_t over :BIT1(62); member 144 uint64_t over :BIT1(62); member
|
| /xnu-8020.101.4/osfmk/mach/ |
| H A D | resource_notify.defs | 73 limit_window_nsecs : int64_t; /* over this period */ 93 limit_window_nsecs : int64_t; /* over this period */ 113 limit_window_nsecs : int64_t; /* over this period */
|
| H A D | memory_object.defs | 116 * [Response should be upl commit over the specified range.] 134 * [response should be a upl_commit over the range specified] 152 * [response should be UPL commit over the specified range.]
|
| /xnu-8020.101.4/bsd/net/pktsched/ |
| H A D | pktsched_cbq.h | 127 u_int32_t over; /* # times went over limit */ member
|
| /xnu-8020.101.4/tools/tests/perf_index/ |
| H A D | README | 11 100000000. Since the workload is distributed over 2 threads, on a perfectly 57 iperf - uses iperf to send n bytes over the network to the designated host
|
| /xnu-8020.101.4/doc/allocators/ |
| H A D | read-only.md | 88 that we're making conscious, considered choices over which zones are made 103 over the entirety of an element: simply passes an offset of zero and size
|
| H A D | api-basics.md | 32 parameters that aren't compile time constants, but will not vary over time (NCPU
|
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | clock.c | 508 uint64_t sec, new_ns, over; in scale_delta() local 544 over = multi_overflow(tick_scale_x, delta); in scale_delta() 545 if (over) { in scale_delta() 546 bt.sec += over; in scale_delta()
|
| /xnu-8020.101.4/config/ |
| H A D | MASTER | 717 options CONFIG_SERIAL_KDP # KDP over serial # <config_serial_kdp> 754 options SERIAL_CONSOLE # bi-directional serial over UART 755 options VIDEO_CONSOLE # uni-directional output over framebuffer
|
| /xnu-8020.101.4/bsd/miscfs/devfs/ |
| H A D | README | 30 Think of this as a Transparency, layed over the top of the blueprint.
|
| /xnu-8020.101.4/doc/ |
| H A D | sched_clutch_edge.md | 51 …is warp window the scheduler would continue to select this warping bucket over lower priority buck… 66 … among various user workloads with preference to interactive applications over compute-intensive b… 75 …his score allows the scheduler to prefer highly interactive thread groups over batch processing co… 88 …ion allows the system to make interesting choices such as preferring Apps over daemons which is ty…
|
| H A D | xnu_build_consolidation.md | 139 `APPLEVORTEX`), and are preferred over the SoC-specific ones. Where a generation macro is not enoug…
|
| /xnu-8020.101.4/libkdd/ |
| H A D | kcdata_core.m | 381 /* iterate over each kcdata item */
|
| /xnu-8020.101.4/bsd/man/man2/ |
| H A D | getdirentriesattr.2 | 47 iterates over the items in a directory like
|
| /xnu-8020.101.4/makedefs/ |
| H A D | MakeInc.kernel | 305 # date, start over. Normal dependencies don't work because we can have
|
| H A D | MakeInc.top | 274 # over trivially. PRIMARY_BUILD_CONFIGS is the first config
|
| /xnu-8020.101.4/bsd/netinet6/ |
| H A D | ipsec.c | 3027 unsigned char over; in vshiftl() local 3033 over = (bitmap[i] >> (8 - s)); in vshiftl() 3035 bitmap[i - 1] |= over; in vshiftl()
|
| /xnu-8020.101.4/tools/lldbmacros/ |
| H A D | README.md | 31 Now lldb will be ready to connect over kdp-remote '\<hostname:port>' or 'gdb-remote \<hostname:port…
|