Lines Matching defs:binder_proc
480 struct binder_proc { struct
481 struct hlist_node proc_node;
482 struct rb_root threads;
483 struct rb_root nodes;
484 struct rb_root refs_by_desc;
485 struct rb_root refs_by_node;
486 struct list_head waiting_threads;
487 int pid;
488 struct task_struct *tsk;
489 const struct cred *cred;
490 struct hlist_node deferred_work_node;
491 int deferred_work;
492 bool is_dead;
494 struct list_head todo;
495 struct binder_stats stats;
496 struct list_head delivered_death;
497 int max_threads;
498 int requested_threads;
499 int requested_threads_started;
500 int tmp_ref;
501 long default_priority;
502 struct dentry *debugfs_entry;
503 struct binder_alloc alloc;
504 struct binder_context *context;
505 spinlock_t inner_lock;
506 spinlock_t outer_lock;
507 struct dentry *binderfs_entry;