Lines Matching defs:binder_proc
521 struct binder_proc { struct
522 struct hlist_node proc_node;
523 struct rb_root threads;
524 struct rb_root nodes;
525 struct rb_root refs_by_desc;
526 struct rb_root refs_by_node;
527 struct list_head waiting_threads;
528 int pid;
529 struct task_struct *tsk;
530 struct files_struct *files;
531 struct mutex files_lock;
532 struct hlist_node deferred_work_node;
533 int deferred_work;
534 bool is_dead;
536 struct list_head todo;
537 struct binder_stats stats;
538 struct list_head delivered_death;
539 int max_threads;
540 int requested_threads;
541 int requested_threads_started;
542 int tmp_ref;
543 long default_priority;
544 struct dentry *debugfs_entry;
545 struct binder_alloc alloc;
546 struct binder_context *context;
547 spinlock_t inner_lock;
548 spinlock_t outer_lock;