Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/android/
Dbinder_internal.h402 struct binder_proc { struct
403 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 …]