Home
last modified time | relevance | path

Searched refs:pages_high (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/android/
H A Dbinder_alloc.h89 * @pages_high: high watermark of offset in @pages
109 size_t pages_high; member
H A Dbinder_alloc.c267 if (index + 1 > alloc->pages_high) in binder_update_page_range()
268 alloc->pages_high = index + 1; in binder_update_page_range()
929 seq_printf(m, " pages high watermark: %zu\n", alloc->pages_high); in binder_alloc_print_pages()
/kernel/linux/linux-6.6/drivers/android/
H A Dbinder_alloc.h91 * @pages_high: high watermark of offset in @pages
112 size_t pages_high; member
H A Dbinder_alloc.c267 if (index + 1 > alloc->pages_high) in binder_update_page_range()
268 alloc->pages_high = index + 1; in binder_update_page_range()
932 seq_printf(m, " pages high watermark: %zu\n", alloc->pages_high); in binder_alloc_print_pages()

Completed in 5 milliseconds