Searched defs:binder_alloc (Results 1 – 2 of 2) sorted by relevance
116709 struct binder_alloc { struct116710 spinlock_t lock;116711 struct vm_area_struct *vma;116712 struct mm_struct *mm;116713 unsigned long buffer;116714 struct list_head buffers;116715 struct rb_root free_buffers;116716 struct rb_root allocated_buffers;116717 size_t free_async_space;116718 struct binder_lru_page *pages;[all …]
123060 struct binder_alloc { struct123061 spinlock_t lock;123062 struct vm_area_struct *vma;123063 struct mm_struct *mm;123064 unsigned long buffer;123065 struct list_head buffers;123066 struct rb_root free_buffers;123067 struct rb_root allocated_buffers;123068 size_t free_async_space;123069 struct binder_lru_page *pages;[all …]