Home
last modified time | relevance | path

Searched refs:limits (Results 1 – 14 of 14) sorted by relevance

/xnu-10063.101.15/bsd/i386/
H A DMakefile11 profile.h signal.h limits.h _limits.h \
16 limits.h types.h _types.h endian.h
23 profile.h signal.h limits.h _limits.h \
H A Dlimits.h57 #if !__has_include_next(<limits.h>)
60 #include_next <limits.h>
/xnu-10063.101.15/bsd/arm/
H A DMakefile11 profile.h signal.h limits.h _limits.h \
16 limits.h _limits.h types.h _types.h endian.h
23 profile.h signal.h limits.h _limits.h \
H A Dlimits.h56 #if !__has_include_next(<limits.h>)
59 #include_next <limits.h>
/xnu-10063.101.15/bsd/machine/
H A DMakefile21 limits.h param.h profile.h \
33 limits.h types.h _types.h endian.h
46 limits.h param.h profile.h \
H A Dmachine.modulemap103 module limits {
104 header "machine/limits.h"
106 header "i386/limits.h"
108 header "arm/limits.h"
/xnu-10063.101.15/tests/vm/
H A Ddiag_threshold_test.c640 struct rlimit limits = { in enable_coredumps() local
644 T_QUIET; T_ASSERT_MACH_SUCCESS( getrlimit(RLIMIT_CORE, &limits), "obtain coredump limits"); in enable_coredumps()
645 limits.rlim_cur = 0x7fffffffffffffff; in enable_coredumps()
646 T_QUIET; T_ASSERT_MACH_SUCCESS( setrlimit(RLIMIT_CORE, &limits), "set coredump limits"); in enable_coredumps()
/xnu-10063.101.15/doc/vm/
H A Dfreezer.md26 The freezer has two limits on "shared memory". `memorystatus_frozen_shared_mb_max` is a global limi…
30 …zen process while the frozen process is suspended, and thus impose these limits. However, this is …
38 So in theory we can get rid of these limits. However, when we tried to remove them we discovered th…
H A Dmemorystatus.md20 for killing processes that go over their per-process memory limits.
107 Daemons have different memory limits when they're inactive (in band 0) vs. active (above band 0). T…
H A Dmemorystatus_kills.md96 If the compressor hits one of these limits while swapping in a segment, it will perform these kills…
/xnu-10063.101.15/osfmk/mach/
H A Dvm_map.defs153 * limits the memory access rights of threads within
154 * the task; the maximum protection limits the accesses
H A Dmach_vm.defs156 * protection limits the memory access rights of threads
157 * within the map; the maximum protection limits the accesses
/xnu-10063.101.15/osfmk/kperf/
H A Dkperfbsd.c795 SYSCTL_NODE(_kperf, OID_AUTO, limits, CTLFLAG_RW | CTLFLAG_LOCKED, 0,
/xnu-10063.101.15/config/
H A DMASTER580 options CONFIG_PROC_RESOURCE_LIMITS # Per process limits for resources like file descriptors and m…