Lines Matching full:range

21 memory in the range [\fIaddr\fR, \fIaddr\fR + \fIlen\fR) will be accessed
24 specified mapping range. In general (and true to the name of the function),
54 address range causes the system to read data from the mapped file. The kernel
80 Tell the system that addresses in this range are likely to be accessed only
81 once, so the system will free the resources mapping the address range as
91 Tell the system that a certain address range is definitely needed so the kernel
92 will start reading the specified range into memory. This can benefit programs
103 Tell the kernel that the specified address range is no longer needed, so the
104 system starts to free the resources associated with the address range.
107 \fBMADV_DONTNEED\fR will actually synchronously purge the address range,
119 Tell the kernel that contents in the specified address range are no longer
120 important and the range will be overwritten. When there is demand for memory,
121 the system will free pages associated with the specified address range. In this
122 instance, the next time a page in the address range is referenced, it will
124 to the \fBMADV_FREE\fR call. References made to the address range will not make
137 Tell the kernel to purge the specified address range. The mapping will
139 faults on the range will result in the page being read from backing
157 Tell the kernel that the next LWP to touch the specified address range will
159 other resources for this range and the LWP accordingly.
169 address range randomly across the machine, so the kernel should try to allocate
170 the memory and other resources for this range accordingly.
179 Reset the kernel's expectation for how the specified range will be accessed to
198 Some or all mappings in the address range [\fIaddr\fR, \fIaddr\fR +
208 Some or all of the addresses in the range [\fIaddr\fR, \fIaddr\fR + \fIlen\fR)
218 Some or all of the addresses in the specified range could not be read into
231 \fBsysconf\fR(3C), the length of the specified address range is equal to 0, or
250 Addresses in the range [\fIaddr\fR, \fIaddr\fR + \fIlen\fR) are outside the
251 valid range for the address space of a process, or specify one or more pages