Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/android/
Dbinder_alloc.h100 size_t free_async_space; member
147 size_t free_async_space; in binder_alloc_get_free_async_space() local
150 free_async_space = alloc->free_async_space; in binder_alloc_get_free_async_space()
152 return free_async_space; in binder_alloc_get_free_async_space()
Dbinder_alloc.c380 alloc->free_async_space < size + sizeof(struct binder_buffer)) { in binder_alloc_new_buf_locked()
489 alloc->free_async_space -= size + sizeof(struct binder_buffer); in binder_alloc_new_buf_locked()
492 alloc->pid, size, alloc->free_async_space); in binder_alloc_new_buf_locked()
614 alloc->free_async_space += size + sizeof(struct binder_buffer); in binder_free_buf_locked()
618 alloc->pid, size, alloc->free_async_space); in binder_free_buf_locked()
715 alloc->free_async_space = alloc->buffer_size / 2; in binder_alloc_mmap_handler()
Dbinder.c5867 size_t free_async_space = in print_binder_proc_stats() local
5887 free_async_space); in print_binder_proc_stats()