Home
last modified time | relevance | path

Searched defs:binder_proc (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/drivers/android/
Dbinder.c480 struct binder_proc { struct
481 struct hlist_node proc_node;
482 struct rb_root threads;
483 struct rb_root nodes;
484 struct rb_root refs_by_desc;
485 struct rb_root refs_by_node;
486 struct list_head waiting_threads;
487 int pid;
488 struct task_struct *tsk;
489 const struct cred *cred;
[all …]