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