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 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;
438 struct list_head todo;
439 struct binder_stats stats;
440 struct list_head delivered_death;
441 int max_threads;
442 int requested_threads;
443 int requested_threads_started;
444 int tmp_ref;
445 long default_priority;
446 struct dentry *debugfs_entry;
447 struct binder_alloc alloc;
448 struct binder_context *context;
449 spinlock_t inner_lock;
450 spinlock_t outer_lock;
451 struct dentry *binderfs_entry;
452 bool oneway_spam_detection_enabled;