Home
last modified time | relevance | path

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

/drivers/android/
A Dbinder_alloc.h114 size_t free_async_space; member
160 return alloc->free_async_space; in binder_alloc_get_free_async_space()
A Dbinder_alloc.c481 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()
A Dbinder.c6716 size_t free_async_space = in print_binder_proc_stats() local
6736 free_async_space); in print_binder_proc_stats()

Completed in 18 milliseconds