Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/android/
Dbinder_alloc.h106 size_t free_async_space; member
154 size_t free_async_space; in binder_alloc_get_free_async_space() local
157 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()
Dbinder_alloc.c402 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()
Dbinder.c6658 size_t free_async_space = in print_binder_proc_stats() local
6678 free_async_space); in print_binder_proc_stats()