Searched refs:free_async_space (Results 1 – 3 of 3) sorted by relevance
114 size_t free_async_space; member163 size_t free_async_space; in binder_alloc_get_free_async_space() local166 free_async_space = alloc->free_async_space; in binder_alloc_get_free_async_space()168 return free_async_space; in binder_alloc_get_free_async_space()
483 if (alloc->free_async_space >= alloc->buffer_size / 10) { in debug_low_async_space_locked()530 if (is_async && alloc->free_async_space < size) { in binder_alloc_new_buf_locked()598 alloc->free_async_space -= size; in binder_alloc_new_buf_locked()601 alloc->pid, size, alloc->free_async_space); in binder_alloc_new_buf_locked()762 alloc->free_async_space += buffer_size; in binder_free_buf_locked()765 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()
6691 size_t free_async_space = in print_binder_proc_stats() local6711 free_async_space); in print_binder_proc_stats()