Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/android/
Dbinder.c521 struct binder_proc { struct
522 struct hlist_node proc_node;
523 struct rb_root threads;
524 struct rb_root nodes;
525 struct rb_root refs_by_desc;
526 struct rb_root refs_by_node;
527 struct list_head waiting_threads;
528 int pid;
529 struct task_struct *tsk;
530 struct files_struct *files;
[all …]