Searched defs:binder_proc (Results 1 – 1 of 1) sorted by relevance
295 struct binder_proc { struct296 struct hlist_node proc_node;297 struct rb_root threads;298 struct rb_root nodes;299 struct rb_root refs_by_desc;300 struct rb_root refs_by_node;301 int pid;302 struct vm_area_struct *vma;303 struct mm_struct *vma_vm_mm;304 struct task_struct *tsk;[all …]