Searched defs:binder_proc (Results 1 – 1 of 1) sorted by relevance
521 struct binder_proc { struct522 struct hlist_node proc_node;523 struct rb_root threads;524 struct rb_root nodes;525 struct rb_root refs_by_desc;526 struct rb_root refs_by_node;527 struct list_head waiting_threads;528 int pid;529 struct task_struct *tsk;530 struct files_struct *files;[all …]