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