|
Linux Kernel
3.7.1
|
Data Fields | |
| int | debug_id |
| struct binder_work | work |
| union { | |
| struct rb_node rb_node | |
| struct hlist_node dead_node | |
| }; | |
| struct binder_proc * | proc |
| struct hlist_head | refs |
| int | internal_strong_refs |
| int | local_weak_refs |
| int | local_strong_refs |
| void __user * | ptr |
| void __user * | cookie |
| unsigned | has_strong_ref:1 |
| unsigned | pending_strong_ref:1 |
| unsigned | has_weak_ref:1 |
| unsigned | pending_weak_ref:1 |
| unsigned | has_async_transaction:1 |
| unsigned | accept_fds:1 |
| unsigned | min_priority:8 |
| struct list_head | async_todo |
| union { ... } |
| struct hlist_node dead_node |
| struct binder_proc* proc |
| struct hlist_head refs |
| struct binder_work work |
1.8.2