Searched defs:binder_proc (Results 1 – 1 of 1) sorted by relevance
417 struct binder_proc { struct418 struct hlist_node proc_node;419 struct rb_root threads;420 struct rb_root nodes;421 struct rb_root refs_by_desc;422 struct rb_root refs_by_node;423 struct list_head waiting_threads;424 int pid;425 struct task_struct *tsk;426 const struct cred *cred;[all …]