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