Searched defs:binder_proc (Results 1 – 1 of 1) sorted by relevance
480 struct binder_proc { struct481 struct hlist_node proc_node;482 struct rb_root threads;483 struct rb_root nodes;484 struct rb_root refs_by_desc;485 struct rb_root refs_by_node;486 struct list_head waiting_threads;487 int pid;488 struct task_struct *tsk;489 const struct cred *cred;[all …]