Lines Matching defs:binder_proc
420 struct binder_proc { struct
421 struct hlist_node proc_node;
422 struct rb_root threads;
423 struct rb_root nodes;
424 struct rb_root refs_by_desc;
425 struct rb_root refs_by_node;
426 struct list_head waiting_threads;
427 int pid;
428 struct task_struct *tsk;
429 const struct cred *cred;
430 struct hlist_node deferred_work_node;
431 int deferred_work;
432 int outstanding_txns;
433 bool is_dead;
434 bool is_frozen;
435 bool sync_recv;
436 bool async_recv;
437 wait_queue_head_t freeze_wait;
438 struct dbitmap dmap;
439 struct list_head todo;
440 struct binder_stats stats;
441 struct list_head delivered_death;
442 struct list_head delivered_freeze;
443 u32 max_threads;
444 int requested_threads;
445 int requested_threads_started;
446 int tmp_ref;
447 long default_priority;
448 struct dentry *debugfs_entry;
449 struct binder_alloc alloc;
450 struct binder_context *context;
451 spinlock_t inner_lock;
452 spinlock_t outer_lock;
453 struct dentry *binderfs_entry;
454 bool oneway_spam_detection_enabled;