Searched defs:binder_proc (Results 1 – 1 of 1) sorted by relevance
401 struct binder_proc { struct402 struct hlist_node proc_node;403 struct rb_root threads;404 struct rb_root nodes;405 struct rb_root refs_by_desc;406 struct rb_root refs_by_node;407 struct list_head waiting_threads;408 int pid;409 struct task_struct *tsk;410 const struct cred *cred;[all …]