Home
last modified time | relevance | path

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

/external/bcc/libbpf-tools/arm64/
Dvmlinux.h57981 struct binder_proc { struct
57982 struct hlist_node proc_node;
57983 struct rb_root threads;
57984 struct rb_root nodes;
57985 struct rb_root refs_by_desc;
57986 struct rb_root refs_by_node;
57987 struct list_head waiting_threads;
57988 int pid;
57989 struct task_struct *tsk;
57990 const struct cred *cred;
[all …]
Dvmlinux_608.h57981 struct binder_proc { struct
57982 struct hlist_node proc_node;
57983 struct rb_root threads;
57984 struct rb_root nodes;
57985 struct rb_root refs_by_desc;
57986 struct rb_root refs_by_node;
57987 struct list_head waiting_threads;
57988 int pid;
57989 struct task_struct *tsk;
57990 const struct cred *cred;
[all …]