Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/android/
Dbinder_internal.h401 struct binder_proc { struct
402 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 …]