Home
last modified time | relevance | path

Searched defs:binder_alloc (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h116709 struct binder_alloc { struct
116710 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 …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h123060 struct binder_alloc { struct
123061 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 …]