Searched refs:free_async_space (Results 1 – 3 of 3) sorted by relevance
106 size_t free_async_space; member154 size_t free_async_space; in binder_alloc_get_free_async_space() local157 free_async_space = alloc->free_async_space; in binder_alloc_get_free_async_space()159 return free_async_space; in binder_alloc_get_free_async_space()
402 if (alloc->free_async_space >= alloc->buffer_size / 10) { in debug_low_async_space_locked()449 if (is_async && alloc->free_async_space < size) { in binder_alloc_new_buf_locked()517 alloc->free_async_space -= size; in binder_alloc_new_buf_locked()520 alloc->pid, size, alloc->free_async_space); in binder_alloc_new_buf_locked()681 alloc->free_async_space += buffer_size; in binder_free_buf_locked()684 alloc->pid, size, alloc->free_async_space); in binder_free_buf_locked()864 alloc->free_async_space = alloc->buffer_size / 2; in binder_alloc_mmap_handler()
6658 size_t free_async_space = in print_binder_proc_stats() local6678 free_async_space); in print_binder_proc_stats()