Home
last modified time | relevance | path

Searched refs:looper_need_return (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/android/
H A Dbinder_internal.h482 bool looper_need_return; /* can be written by other thread */ member
H A Dbinder.c590 thread->looper_need_return || in binder_has_work_ilocked()
2148 thread->looper_need_return = true; in binder_transaction_buffer_release()
4512 if (ptr - buffer == 4 && !thread->looper_need_return) in binder_thread_read()
4957 thread->looper_need_return = true; in binder_get_thread_ilocked()
5712 thread->looper_need_return = false; in binder_ioctl()
5893 thread->looper_need_return = true; in binder_deferred_flush()
6215 thread->looper_need_return, in print_binder_thread_ilocked()
/kernel/linux/linux-5.10/drivers/android/
H A Dbinder.c569 bool looper_need_return; /* can be written by other thread */ member
963 thread->looper_need_return || in binder_has_work_ilocked()
2497 thread->looper_need_return = true; in binder_transaction_buffer_release()
4689 if (ptr - buffer == 4 && !thread->looper_need_return) in binder_thread_read()
5124 thread->looper_need_return = true; in binder_get_thread_ilocked()
5668 thread->looper_need_return = false; in binder_ioctl()
5849 thread->looper_need_return = true; in binder_deferred_flush()
6166 thread->looper_need_return, in print_binder_thread_ilocked()

Completed in 17 milliseconds