Lines Matching defs:buffers
23 * @entry: entry alloc->buffers
40 * Bookkeeping structure for binder transaction buffers
82 * @buffers: list of all buffers for this proc
83 * @free_buffers: rb tree of buffers available for allocation
85 * @allocated_buffers: rb tree of allocated buffers sorted by address
86 * @free_async_space: VA space available for async buffers. This is
96 * buffers. It is normally initialized during binder_init() and binder_mmap()
97 * calls. The address space is used for both user-visible buffers and for
98 * struct binder_buffer objects used to track the user buffers
105 struct list_head buffers;