Lines Matching +full:software +full:- +full:locked
6 .\" This code is derived from software contributed to The NetBSD Foundation
19 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
28 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
55 .Bl -tag -width ".Dv MCL_CURRENT"
67 A single process can lock the minimum of a system-wide
71 and the per-process
77 is set to 0 these calls are only available to the super-user.
80 is set to 1 the per-process
88 call unlocks any locked memory regions in the process address space.
91 call will not be locked.
94 succeeded and all pages in the range have either been locked or unlocked.
95 A return value of \-1 indicates an error occurred and the locked
103 .Bl -tag -width Er
109 Locking the indicated range would exceed either the system or per-process
110 limit for locked memory.
113 could not be locked when the call was made.
130 .St -p1003.1-2001 .
139 The per-process and system-wide resource limits of locked memory apply
140 to the amount of virtual memory locked, not the amount of locked physical
142 Hence two distinct locked mappings of the same physical page counts as
143 2 pages aginst the system limit, and also against the per-process limit