Lines Matching +full:is +full:- +full:wired
16 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
63 argument is not a multiple of the page size, it will be rounded up
69 system call, the indicated pages will cause neither a non-resident page
70 nor address-translation fault until they are unlocked.
71 They may still cause protection-violation faults or TLB-miss faults on
72 architectures with software-managed TLBs.
77 A single process may likewise have pages multiply-locked via different virtual
79 Unlocking is performed explicitly by
87 Since physical memory is a potentially scarce resource, processes are
91 is limited by both the per-process
94 system-wide
95 .Dq wired pages
100 process at any given time is the difference between
107 is set to 0 these calls are only available to the super-user.
109 .Rv -std
118 .Bl -tag -width Er
121 is set to 0 and the caller is not the super-user.
125 Some portion of the indicated address range is not allocated.
127 Locking the indicated range would exceed the per-process or system-wide limits
134 .Bl -tag -width Er
137 is set to 0 and the caller is not the super-user.
166 Allocating too much wired memory can lead to a memory-allocation deadlock
169 The per-process and system-wide resource limits of locked memory apply
173 2 pages aginst the system limit, and also against the per-process limit
176 The per-process resource limit is not currently supported.