Home
last modified time | relevance | path

Searched refs:active_transactions (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/android/
H A Dbinder.c5185 int active_transactions = 0; in binder_thread_release() local
5214 active_transactions++; in binder_thread_release()
5270 return active_transactions; in binder_thread_release()
5947 int threads, nodes, incoming_refs, outgoing_refs, active_transactions; in binder_deferred_release() local
5971 active_transactions = 0; in binder_deferred_release()
5978 active_transactions += binder_thread_release(proc, thread); in binder_deferred_release()
6022 outgoing_refs, active_transactions); in binder_deferred_release()
/kernel/linux/linux-6.6/drivers/android/
H A Dbinder.c5022 int active_transactions = 0; in binder_thread_release() local
5051 active_transactions++; in binder_thread_release()
5108 return active_transactions; in binder_thread_release()
5991 int threads, nodes, incoming_refs, outgoing_refs, active_transactions; in binder_deferred_release() local
6018 active_transactions = 0; in binder_deferred_release()
6025 active_transactions += binder_thread_release(proc, thread); in binder_deferred_release()
6069 outgoing_refs, active_transactions); in binder_deferred_release()

Completed in 15 milliseconds