Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/android/
A Dbinder_alloc.h108 size_t free_async_space; member
156 size_t free_async_space; in binder_alloc_get_free_async_space() local
159 free_async_space = alloc->free_async_space; in binder_alloc_get_free_async_space()
161 return free_async_space; in binder_alloc_get_free_async_space()
A Dbinder_alloc.c410 alloc->free_async_space < size + sizeof(struct binder_buffer)) { in binder_alloc_new_buf_locked()
521 alloc->free_async_space -= size + sizeof(struct binder_buffer); in binder_alloc_new_buf_locked()
524 alloc->pid, size, alloc->free_async_space); in binder_alloc_new_buf_locked()
525 if (alloc->free_async_space < alloc->buffer_size / 10) { in binder_alloc_new_buf_locked()
659 alloc->free_async_space += buffer_size + sizeof(struct binder_buffer); in binder_free_buf_locked()
663 alloc->pid, size, alloc->free_async_space); in binder_free_buf_locked()
780 alloc->free_async_space = alloc->buffer_size / 2; in binder_alloc_mmap_handler()
A Dbinder.c6264 size_t free_async_space = in print_binder_proc_stats() local
6284 free_async_space); in print_binder_proc_stats()

Completed in 16 milliseconds