Lines Matching defs:binder_proc
459 struct binder_proc { struct
460 struct hlist_node proc_node;
461 struct rb_root threads;
462 struct rb_root nodes;
463 struct rb_root refs_by_desc;
464 struct rb_root refs_by_node;
465 struct list_head waiting_threads;
466 int pid;
467 struct task_struct *tsk;
468 struct hlist_node deferred_work_node;
469 int deferred_work;
470 bool is_dead;
472 struct list_head todo;
473 struct binder_stats stats;
474 struct list_head delivered_death;
475 int max_threads;
476 int requested_threads;
477 int requested_threads_started;
478 int tmp_ref;
479 long default_priority;
480 struct dentry *debugfs_entry;
481 struct binder_alloc alloc;
482 struct binder_context *context;
483 spinlock_t inner_lock;
484 spinlock_t outer_lock;
485 struct dentry *binderfs_entry;