Searched defs:binder_proc (Results 1 – 2 of 2) 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 …]
488 struct binder_proc { struct489 struct hlist_node proc_node;490 struct rb_root threads;491 struct rb_root nodes;492 struct rb_root refs_by_desc;493 struct rb_root refs_by_node;494 struct list_head waiting_threads;495 int pid;496 struct task_struct *tsk;497 const struct cred *cred;[all …]