Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/drivers/android/
Dbinder.c596 struct binder_thread { struct
617 struct binder_thread *from; argument
/kernel/linux/linux-5.10/drivers/android/
Dbinder.c546 struct binder_thread { struct
547 struct binder_proc *proc;
548 struct rb_node rb_node;
549 struct list_head waiting_thread_node;
550 int pid;
551 int looper; /* only modified by this thread */
552 bool looper_need_return; /* can be written by other thread */
553 struct binder_transaction *transaction_stack;
554 struct list_head todo;
555 bool process_todo;
[all …]