Home
last modified time | relevance | path

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

/drivers/android/
A Dbinder_alloc.c228 static inline bool binder_alloc_is_mapped(struct binder_alloc *alloc) in binder_alloc_is_mapped() function
246 if (binder_alloc_is_mapped(alloc)) in binder_page_lookup()
265 if (binder_alloc_is_mapped(alloc)) in binder_page_insert()
274 if (vma && binder_alloc_is_mapped(alloc)) in binder_page_insert()
658 if (!binder_alloc_is_mapped(alloc)) { in binder_alloc_new_buf()
1078 if (binder_alloc_is_mapped(alloc)) { in binder_alloc_print_pages()
1173 if (vma && !binder_alloc_is_mapped(alloc)) in binder_alloc_free_page()

Completed in 6 milliseconds