| /xnu-12377.1.9/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-12377.1.9/osfmk/i386/ |
| H A D | machine_check.h | 129 uint64_t over :BIT1(62); member 144 uint64_t over :BIT1(62); member
|
| /xnu-12377.1.9/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 */
|
| /xnu-12377.1.9/doc/vm/ |
| H A D | memorystatus_kills.md | 20 … | thread that went over the process' memory… 29 … | thread that went over the process' memory… 33 …ressure`, the `memorystatus_thread` will perform these kills. Any process over its soft memory lim… 67 The process has gone over its hard limit. The process is immediately killed. This kill happens on t… 69 …a per process limit kill. This provides crash reports for daemons that go over their soft limit on… 100 …space" action, which entails either killing the largest process if it has over half of the compres…
|
| H A D | memorystatus_notify.md | 84 that is fully-reclaimable -- (file-backed + free + secluded-over-target +
|
| H A D | freezer.md | 70 …existing in-memory segments to the new freezer segments, but it will skip over data that is alread… 91 Unused budget **does** roll over between interval.
|
| H A D | memorystatus.md | 20 for killing processes that go over their per-process memory limits. 64 … we're somewhat low on a specific resource. For example, we'll kill procs over their soft limit if…
|
| H A D | pageout_scan.md | 190 \* This can happen when the working set turns over rapidly or the system is
|
| /xnu-12377.1.9/bsd/net/pktsched/ |
| H A D | pktsched_cbq.h | 127 u_int32_t over; /* # times went over limit */ member
|
| /xnu-12377.1.9/tests/vm/ |
| H A D | vm_stress_slow.sh | 109 "$TEST_EXEC_DIR" config -- over 6 50 5 5 1 1 -s
|
| H A D | test_vm_no_pager.m | 61 // Status and signal will be empty since we took over exception handling
|
| /xnu-12377.1.9/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-12377.1.9/doc/allocators/ |
| H A D | read-only.md | 90 that we're making conscious, considered choices over which zones are made 105 over the entirety of an element: simply passes an offset of zero and size
|
| /xnu-12377.1.9/osfmk/kern/ |
| H A D | clock.c | 512 uint64_t sec, new_ns, over; in scale_delta() local 548 over = multi_overflow(tick_scale_x, delta); in scale_delta() 549 if (over) { in scale_delta() 550 bt.sec += over; in scale_delta()
|
| /xnu-12377.1.9/doc/primitives/ |
| H A D | string-handling.md | 63 _generally_ safe, but `strncmp` can cause confusion over which string is bound 250 `strn` functions are **never** recommended. You should use `strbuflen` over 253 `strbufcmp`, `strlcmp` or even `strcmp` over `strncmp` (depending on whether
|
| /xnu-12377.1.9/doc/scheduler/ |
| H A D | sched_clutch_edge.md | 53 …is warp window the scheduler would continue to select this warping bucket over lower priority buck… 68 … among various user workloads with preference to interactive applications over compute-intensive b… 77 …his score allows the scheduler to prefer highly interactive thread groups over batch processing co… 89 …ion allows the system to make interesting choices such as preferring Apps over daemons which is ty… 285 …ypes, with the goal of ensuring those threads make roughly equal progress over time. This is essen… 286 …ration policy. In order to reduce the chance of picking the same CPUs over and over unfairly for s…
|
| /xnu-12377.1.9/config/ |
| H A D | MASTER | 701 options CONFIG_SERIAL_KDP # KDP over serial # <config_serial_kdp> 738 options SERIAL_CONSOLE # bi-directional serial over UART 739 options VIDEO_CONSOLE # uni-directional output over framebuffer
|
| /xnu-12377.1.9/doc/building/ |
| H A D | bound_checks.md | 158 creates significant drag over the entire software development organization, and 160 root-cause. This **will** take precedence over any other work that you could
|
| H A D | xnu_build_consolidation.md | 141 `APPLEVORTEX`), and are preferred over the SoC-specific ones. Where a generation macro is not enoug…
|
| /xnu-12377.1.9/bsd/miscfs/devfs/ |
| H A D | README | 30 Think of this as a Transparency, layed over the top of the blueprint.
|
| /xnu-12377.1.9/doc/mach_ipc/ |
| H A D | kmsg.md | 24 message (it is used by libdispatch to carry over things like activity IDs
|
| /xnu-12377.1.9/libkdd/ |
| H A D | kcdata_core.m | 381 /* iterate over each kcdata item */
|
| /xnu-12377.1.9/bsd/man/man2/ |
| H A D | getdirentriesattr.2 | 47 iterates over the items in a directory like
|
| /xnu-12377.1.9/doc/observability/ |
| H A D | coalitions.md | 41 …er_credit*`). However some fields like `wired_mem` can logically decrease over time; this is imple…
|
| /xnu-12377.1.9/makedefs/ |
| H A D | MakeInc.kernel | 383 # date, start over. Normal dependencies don't work because we can have
|