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