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

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

Completed in 119 milliseconds