Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/android/
Dbinder.c463 struct binder_proc { struct
464 struct hlist_node proc_node;
465 struct rb_root threads;
466 struct rb_root nodes;
467 struct rb_root refs_by_desc;
468 struct rb_root refs_by_node;
469 struct list_head waiting_threads;
470 int pid;
471 struct task_struct *tsk;
472 struct hlist_node deferred_work_node;
[all …]