Searched defs:free_async_space (Results 1 - 1 of 1) sorted by relevance

/drivers/staging/android/
H A Dbinder.c311 size_t free_async_space; member in struct:binder_proc
675 proc->free_async_space < size + sizeof(struct binder_buffer)) {
744 proc->free_async_space -= size + sizeof(struct binder_buffer);
747 proc->pid, size, proc->free_async_space);
829 proc->free_async_space += size + sizeof(struct binder_buffer);
833 proc->pid, size, proc->free_async_space);
2915 proc->free_async_space = proc->buffer_size / 2;
3497 proc->ready_threads, proc->free_async_space);

Completed in 53 milliseconds