Searched refs:limits (Results 1 – 14 of 14) sorted by relevance
| /xnu-10063.101.15/bsd/i386/ ! |
| H A D | Makefile | 11 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 D | limits.h | 57 #if !__has_include_next(<limits.h>) 60 #include_next <limits.h>
|
| /xnu-10063.101.15/bsd/arm/ ! |
| H A D | Makefile | 11 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 D | limits.h | 56 #if !__has_include_next(<limits.h>) 59 #include_next <limits.h>
|
| /xnu-10063.101.15/bsd/machine/ ! |
| H A D | Makefile | 21 limits.h param.h profile.h \ 33 limits.h types.h _types.h endian.h 46 limits.h param.h profile.h \
|
| H A D | machine.modulemap | 103 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 D | diag_threshold_test.c | 640 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 D | freezer.md | 26 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 D | memorystatus.md | 20 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 D | memorystatus_kills.md | 96 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 D | vm_map.defs | 153 * limits the memory access rights of threads within 154 * the task; the maximum protection limits the accesses
|
| H A D | mach_vm.defs | 156 * 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 D | kperfbsd.c | 795 SYSCTL_NODE(_kperf, OID_AUTO, limits, CTLFLAG_RW | CTLFLAG_LOCKED, 0,
|
| /xnu-10063.101.15/config/ ! |
| H A D | MASTER | 580 options CONFIG_PROC_RESOURCE_LIMITS # Per process limits for resources like file descriptors and m…
|