Home
last modified time | relevance | path

Searched refs:free_async_space (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/android/
Dbinder.c314 size_t free_async_space; member
678 proc->free_async_space < size + sizeof(struct binder_buffer)) { in binder_alloc_buf()
747 proc->free_async_space -= size + sizeof(struct binder_buffer); in binder_alloc_buf()
750 proc->pid, size, proc->free_async_space); in binder_alloc_buf()
832 proc->free_async_space += size + sizeof(struct binder_buffer); in binder_free_buf()
836 proc->pid, size, proc->free_async_space); in binder_free_buf()
2916 proc->free_async_space = proc->buffer_size / 2; in binder_mmap()
3498 proc->ready_threads, proc->free_async_space); in print_binder_proc_stats()