Searched defs:binder_proc (Results 1 – 1 of 1) sorted by relevance
459 struct binder_proc { struct460 struct hlist_node proc_node;461 struct rb_root threads;462 struct rb_root nodes;463 struct rb_root refs_by_desc;464 struct rb_root refs_by_node;465 struct list_head waiting_threads;466 int pid;467 struct task_struct *tsk;468 struct hlist_node deferred_work_node;[all …]