Lines Matching defs:binder_proc
488 struct binder_proc { struct
489 struct hlist_node proc_node;
490 struct rb_root threads;
491 struct rb_root nodes;
492 struct rb_root refs_by_desc;
493 struct rb_root refs_by_node;
494 struct list_head waiting_threads;
495 int pid;
496 struct task_struct *tsk;
497 const struct cred *cred;
498 struct hlist_node deferred_work_node;
499 int deferred_work;
500 bool is_dead;
502 struct list_head todo;
503 struct binder_stats stats;
504 struct list_head delivered_death;
505 int max_threads;
506 int requested_threads;
507 int requested_threads_started;
508 int tmp_ref;
509 long default_priority;
510 struct dentry *debugfs_entry;
511 struct binder_alloc alloc;
512 struct binder_context *context;
513 spinlock_t inner_lock;
514 spinlock_t outer_lock;
515 struct dentry *binderfs_entry;