Searched refs:free_async_space (Results 1 – 3 of 3) sorted by relevance
90 * @free_async_space: VA space available for async buffers. This is114 size_t free_async_space; member 160 return alloc->free_async_space; in binder_alloc_get_free_async_space()
481 if (alloc->free_async_space >= alloc->buffer_size / 10) { in debug_low_async_space_locked() 528 if (is_async && alloc->free_async_space < size) { in binder_alloc_new_buf_locked() 596 alloc->free_async_space -= size; in binder_alloc_new_buf_locked() 599 alloc->pid, size, alloc->free_async_space); in binder_alloc_new_buf_locked() 761 alloc->free_async_space += buffer_size; in binder_free_buf_locked() 764 alloc->pid, size, alloc->free_async_space); in binder_free_buf_locked() 939 alloc->free_async_space = alloc->buffer_size / 2; in binder_alloc_mmap_handler()
6716 size_t free_async_space = in print_binder_proc_stats() local 6736 free_async_space); in print_binder_proc_stats()