Home
last modified time | relevance | path

Searched refs:over (Results 1 – 21 of 21) sorted by relevance

/xnu-8792.41.9/libsyscall/wrappers/
H A D__commpage_gettimeofday.c44 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-8792.41.9/osfmk/i386/
H A Dmachine_check.h129 uint64_t over :BIT1(62); member
144 uint64_t over :BIT1(62); member
/xnu-8792.41.9/osfmk/mach/
H A Dresource_notify.defs73 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-8792.41.9/bsd/net/pktsched/
H A Dpktsched_cbq.h127 u_int32_t over; /* # times went over limit */ member
/xnu-8792.41.9/doc/memorystatus/
H A Dkill.md26 | `JETSAM_REASON_MEMORY_PERPROCESSLIMIT` | N/A | thread that went over the process' memory limit | …
37 …ressure`, the `memorystatus_thread` will perform these kills. Any process over its soft memory lim…
73 The process has gone over its hard limit. The process is immediately killed. This kill happens on t…
75 …a per process limit kill. This provides crash reports for daemons that go over their soft limit on…
H A Doverview.md25 for killing processes that go over their per-process memory limits.
69 … we're somewhat low on a specific resource. For example, we'll kill procs over their soft limit if…
H A Dfreezer.md74 …existing in-memory segments to the new freezer segments, but it will skip over data that is alread…
95 Unused budget **does** roll over between interval.
/xnu-8792.41.9/tools/tests/perf_index/
H A DREADME11 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-8792.41.9/doc/allocators/
H A Dread-only.md88 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 Dapi-basics.md32 parameters that aren't compile time constants, but will not vary over time (NCPU
/xnu-8792.41.9/osfmk/kern/
H A Dclock.c511 uint64_t sec, new_ns, over; in scale_delta() local
547 over = multi_overflow(tick_scale_x, delta); in scale_delta()
548 if (over) { in scale_delta()
549 bt.sec += over; in scale_delta()
/xnu-8792.41.9/config/
H A DMASTER691 options CONFIG_SERIAL_KDP # KDP over serial # <config_serial_kdp>
728 options SERIAL_CONSOLE # bi-directional serial over UART
729 options VIDEO_CONSOLE # uni-directional output over framebuffer
/xnu-8792.41.9/bsd/miscfs/devfs/
H A DREADME30 Think of this as a Transparency, layed over the top of the blueprint.
/xnu-8792.41.9/doc/
H A Dsched_clutch_edge.md51 …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 Dxnu_build_consolidation.md139 `APPLEVORTEX`), and are preferred over the SoC-specific ones. Where a generation macro is not enoug…
/xnu-8792.41.9/libkdd/
H A Dkcdata_core.m381 /* iterate over each kcdata item */
/xnu-8792.41.9/bsd/man/man2/
H A Dgetdirentriesattr.247 iterates over the items in a directory like
/xnu-8792.41.9/makedefs/
H A DMakeInc.kernel306 # date, start over. Normal dependencies don't work because we can have
H A DMakeInc.top252 # over trivially. PRIMARY_BUILD_CONFIGS is the first config
/xnu-8792.41.9/bsd/netinet6/
H A Dipsec.c3028 unsigned char over; in vshiftl() local
3034 over = (bitmap[i] >> (8 - s)); in vshiftl()
3036 bitmap[i - 1] |= over; in vshiftl()
/xnu-8792.41.9/tools/lldbmacros/
H A DREADME.md31 Now lldb will be ready to connect over kdp-remote '\<hostname:port>' or 'gdb-remote \<hostname:port…