Home
last modified time | relevance | path

Searched refs:binder_alloc_get_vma (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/android/
H A Dbinder_alloc.c320 * completely. Look at smp_rmb side binder_alloc_get_vma. in binder_alloc_set_vma()
328 static inline struct vm_area_struct *binder_alloc_get_vma( in binder_alloc_get_vma() function
394 if (!binder_alloc_get_vma(alloc)) { in binder_alloc_new_buf_locked()
916 if (binder_alloc_get_vma(alloc) != NULL) { in binder_alloc_print_pages()
1004 if (vma && vma != binder_alloc_get_vma(alloc)) in __must_hold()
/kernel/linux/linux-6.6/drivers/android/
H A Dbinder_alloc.c315 /* pairs with smp_load_acquire in binder_alloc_get_vma() */ in binder_alloc_set_vma()
319 static inline struct vm_area_struct *binder_alloc_get_vma( in binder_alloc_get_vma() function
386 if (!binder_alloc_get_vma(alloc)) { in binder_alloc_new_buf_locked()
919 if (binder_alloc_get_vma(alloc) != NULL) { in binder_alloc_print_pages()
1007 if (vma && vma != binder_alloc_get_vma(alloc)) in __must_hold()

Completed in 4 milliseconds