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