Home
last modified time | relevance | path

Searched defs:binder_thread (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/android/
Dbinder_internal.h476 struct binder_thread { struct
477 struct binder_proc *proc;
478 struct rb_node rb_node;
479 struct list_head waiting_thread_node;
480 int pid;
481 int looper; /* only modified by this thread */
482 bool looper_need_return; /* can be written by other thread */
483 struct binder_transaction *transaction_stack;
484 struct list_head todo;
485 bool process_todo;
[all …]
/kernel/linux/linux-5.10/drivers/android/
Dbinder.c563 struct binder_thread { struct
564 struct binder_proc *proc;
565 struct rb_node rb_node;
566 struct list_head waiting_thread_node;
567 int pid;
568 int looper; /* only modified by this thread */
569 bool looper_need_return; /* can be written by other thread */
570 struct binder_transaction *transaction_stack;
571 struct list_head todo;
572 bool process_todo;
[all …]