Lines Matching full:range

38 function advises the kernel that a region of user mapped memory in the range
45 maintaining the resources associated with the specified mapping range.
74 address range causes the system to read data from the mapped file.
91 Tell the system that addresses in this range are likely to be accessed only
92 once, so the system will free the resources mapping the address range as
95 Tell the system that a certain address range is definitely needed so the kernel
96 will start reading the specified range into memory.
100 Tell the kernel that the specified address range is no longer needed, so the
101 system starts to free the resources associated with the address range.
107 will actually synchronously purge the address range, and subsequent faults will
114 Tell the kernel that contents in the specified address range are no longer
115 important and the range will be overwritten.
117 specified address range.
118 In this instance, the next time a page in the address range is referenced, it
123 References made to the address range will not make the system read from backing
130 Tell the kernel to purge the specified address range.
132 subsequent faults on the range will result in the page being read from backing
154 Tell the kernel that the next LWP to touch the specified address range will
156 other resources for this range and the LWP accordingly.
159 address range randomly across the machine, so the kernel should try to allocate
160 the memory and other resources for this range accordingly.
162 Reset the kernel's expectation for how the specified range will be accessed to
184 Some or all mappings in the address range
192 Some or all of the addresses in the range
203 Some or all of the addresses in the specified range could not be read into
217 the length of the specified address range is equal to 0, or the
223 Addresses in the range
228 ) are outside the valid range for the address space of a process, or specify one