Lines Matching defs:binder_proc
402 struct binder_proc { struct
403 struct hlist_node proc_node;
404 struct rb_root threads;
405 struct rb_root nodes;
406 struct rb_root refs_by_desc;
407 struct rb_root refs_by_node;
408 struct list_head waiting_threads;
409 int pid;
410 struct task_struct *tsk;
411 const struct cred *cred;
412 struct hlist_node deferred_work_node;
413 int deferred_work;
414 int outstanding_txns;
415 bool is_dead;
416 bool is_frozen;
417 bool sync_recv;
418 bool async_recv;
419 wait_queue_head_t freeze_wait;
421 struct list_head todo;
422 struct binder_stats stats;
423 struct list_head delivered_death;
424 int max_threads;
425 int requested_threads;
426 int requested_threads_started;
427 int tmp_ref;
428 long default_priority;
429 struct dentry *debugfs_entry;
430 struct binder_alloc alloc;
431 struct binder_context *context;
432 spinlock_t inner_lock;
433 spinlock_t outer_lock;
434 struct dentry *binderfs_entry;
435 bool oneway_spam_detection_enabled;