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.h419 struct binder_proc { struct
420 struct hlist_node proc_node;
421 struct rb_root threads;
422 struct rb_root nodes;
423 struct rb_root refs_by_desc;
424 struct rb_root refs_by_node;
425 struct list_head waiting_threads;
426 int pid;
427 struct task_struct *tsk;
428 const struct cred *cred;
[all …]