Lines Matching defs:buffers
23 * @entry: entry alloc->buffers
38 * Bookkeeping structure for binder transaction buffers
80 * @buffers: list of all buffers for this proc
81 * @free_buffers: rb tree of buffers available for allocation
83 * @allocated_buffers: rb tree of allocated buffers sorted by address
84 * @free_async_space: VA space available for async buffers. This is
92 * buffers. It is normally initialized during binder_init() and binder_mmap()
93 * calls. The address space is used for both user-visible buffers and for
94 * struct binder_buffer objects used to track the user buffers
101 struct list_head buffers;