Lines Matching full:end

24  * end with regard to the end of the previous buffer.
28 * Symbol [ means the start of a buffer, ] means the end
33 * @SAME_PAGE_UNALIGNED: The end of this buffer is on
34 * the same page as the end of the previous buffer and
41 * @SAME_PAGE_ALIGNED: When the end of the previous buffer
42 * is not page aligned, the end of this buffer is on the
43 * same page as the end of the previous buffer and is page
45 * end of this buffer is aligned to the next page boundary.
52 * @NEXT_PAGE_UNALIGNED: The end of this buffer is on
53 * the page next to the end of the previous buffer and
60 * @NEXT_PAGE_ALIGNED: The end of this buffer is on
61 * the page next to the end of the previous buffer and
68 * @NEXT_NEXT_UNALIGNED: The end of this buffer is on
69 * the page that follows the page after the end of the
97 void __user *end; in check_buffer_pages_allocated() local
100 end = (void __user *)PAGE_ALIGN((uintptr_t)buffer->user_data + size); in check_buffer_pages_allocated()
102 for (; page_addr < end; page_addr += PAGE_SIZE) { in check_buffer_pages_allocated()
134 size_t *sizes, int *seq, size_t end) in binder_selftest_free_buf() argument
141 for (i = 0; i < end / PAGE_SIZE; i++) { in binder_selftest_free_buf()
177 size_t *sizes, int *seq, size_t end) in binder_selftest_alloc_free() argument
182 binder_selftest_free_buf(alloc, buffers, sizes, seq, end); in binder_selftest_alloc_free()
189 binder_selftest_free_buf(alloc, buffers, sizes, seq, end); in binder_selftest_alloc_free()
207 int index, size_t end) in binder_selftest_free_seq() argument
212 binder_selftest_alloc_free(alloc, sizes, seq, end); in binder_selftest_free_seq()
219 binder_selftest_free_seq(alloc, sizes, seq, index + 1, end); in binder_selftest_free_seq()
253 size_t end, prev; in binder_selftest_alloc_offset() local
260 end = prev; in binder_selftest_alloc_offset()
266 end = ALIGN(end, PAGE_SIZE); in binder_selftest_alloc_offset()
268 end += BUFFER_MIN_SIZE; in binder_selftest_alloc_offset()
269 end_offset[index] = end; in binder_selftest_alloc_offset()