Home
last modified time | relevance | path

Searched refs:pages_high (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/android/
Dbinder_alloc.h105 size_t pages_high; member
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()
855 seq_printf(m, " pages high watermark: %zu\n", alloc->pages_high); in binder_alloc_print_pages()