Home
last modified time | relevance | path

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

/linux/drivers/android/
H A Dbinder_internal.h417 struct binder_proc { struct
418 struct hlist_node proc_node;
419 struct rb_root threads;
420 struct rb_root nodes;
421 struct rb_root refs_by_desc;
422 struct rb_root refs_by_node;
423 struct list_head waiting_threads;
424 int pid;
425 struct task_struct *tsk;
426 const struct cred *cred;
[all …]