Searched refs:free_async_space (Results 1 – 3 of 3) sorted by relevance
102 size_t free_async_space; member150 size_t free_async_space; in binder_alloc_get_free_async_space() local153 free_async_space = alloc->free_async_space; in binder_alloc_get_free_async_space()155 return free_async_space; in binder_alloc_get_free_async_space()
419 alloc->free_async_space < size + sizeof(struct binder_buffer)) { in binder_alloc_new_buf_locked()529 alloc->free_async_space -= size + sizeof(struct binder_buffer); in binder_alloc_new_buf_locked()532 alloc->pid, size, alloc->free_async_space); in binder_alloc_new_buf_locked()533 if (alloc->free_async_space < alloc->buffer_size / 10) { in binder_alloc_new_buf_locked()665 alloc->free_async_space += size + sizeof(struct binder_buffer); in binder_free_buf_locked()669 alloc->pid, size, alloc->free_async_space); in binder_free_buf_locked()766 alloc->free_async_space = alloc->buffer_size / 2; in binder_alloc_mmap_handler()
5858 size_t free_async_space = in print_binder_proc_stats() local5878 free_async_space); in print_binder_proc_stats()