Searched defs:binder_proc (Results 1 – 1 of 1) sorted by relevance
283 struct binder_proc { struct284 struct hlist_node proc_node;285 struct rb_root threads;286 struct rb_root nodes;287 struct rb_root refs_by_desc;288 struct rb_root refs_by_node;289 int pid;290 struct vm_area_struct *vma;291 struct task_struct *tsk;292 struct files_struct *files;[all …]