Home
last modified time | relevance | path

Searched refs:has_async_transaction (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/drivers/android/
Dbinder_internal.h267 bool has_async_transaction; member
Dbinder.c2862 if (node->has_async_transaction) in binder_proc_transaction()
2865 node->has_async_transaction = true; in binder_proc_transaction()
4026 BUG_ON(!buf_node->has_async_transaction); in binder_free_buf()
4031 buf_node->has_async_transaction = false; in binder_free_buf()
6529 if (!print_all && !node->has_async_transaction) in print_binder_proc()