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