Lines Matching defs:proc
295 #define binder_proc_lock(proc) _binder_proc_lock(proc, __LINE__) argument
297 _binder_proc_lock(struct binder_proc *proc, int line) in _binder_proc_lock()
311 #define binder_proc_unlock(proc) _binder_proc_unlock(proc, __LINE__) argument
313 _binder_proc_unlock(struct binder_proc *proc, int line) in _binder_proc_unlock()
327 #define binder_inner_proc_lock(proc) _binder_inner_proc_lock(proc, __LINE__) argument
329 _binder_inner_proc_lock(struct binder_proc *proc, int line) in _binder_inner_proc_lock()
343 #define binder_inner_proc_unlock(proc) _binder_inner_proc_unlock(proc, __LINE__) argument
345 _binder_inner_proc_unlock(struct binder_proc *proc, int line) in _binder_inner_proc_unlock()
418 struct binder_proc *proc = node->proc; in _binder_node_inner_unlock() local
442 static bool binder_worklist_empty(struct binder_proc *proc, in binder_worklist_empty()
552 binder_dequeue_work(struct binder_proc *proc, struct binder_work *work) in binder_dequeue_work()
614 static void binder_wakeup_poll_threads_ilocked(struct binder_proc *proc, in binder_wakeup_poll_threads_ilocked()
645 binder_select_thread_ilocked(struct binder_proc *proc) in binder_select_thread_ilocked()
676 static void binder_wakeup_thread_ilocked(struct binder_proc *proc, in binder_wakeup_thread_ilocked()
706 static void binder_wakeup_proc_ilocked(struct binder_proc *proc) in binder_wakeup_proc_ilocked()
731 static struct binder_node *binder_get_node_ilocked(struct binder_proc *proc, in binder_get_node_ilocked()
759 static struct binder_node *binder_get_node(struct binder_proc *proc, in binder_get_node()
771 struct binder_proc *proc, in binder_init_node_ilocked()
827 static struct binder_node *binder_new_node(struct binder_proc *proc, in binder_new_node()
857 struct binder_proc *proc = node->proc; in binder_inc_node_nilocked() local
917 struct binder_proc *proc = node->proc; in binder_dec_node_nilocked() local
1061 static struct binder_ref *binder_get_ref_olocked(struct binder_proc *proc, in binder_get_ref_olocked()
1103 struct binder_proc *proc, in binder_get_ref_for_node_olocked()
1294 struct binder_proc *proc, in binder_get_node_from_ref()
1350 static int binder_update_ref_for_handle(struct binder_proc *proc, in binder_update_ref_for_handle()
1393 static int binder_dec_ref_for_handle(struct binder_proc *proc, in binder_dec_ref_for_handle()
1413 static int binder_inc_ref_for_node(struct binder_proc *proc, in binder_inc_ref_for_node()
1509 static void binder_proc_dec_tmpref(struct binder_proc *proc) in binder_proc_dec_tmpref()
1736 static size_t binder_get_object(struct binder_proc *proc, in binder_get_object()
1809 struct binder_proc *proc, in binder_validate_ptr()
1877 static bool binder_validate_fixup(struct binder_proc *proc, in binder_validate_fixup()
1981 static void binder_transaction_buffer_release(struct binder_proc *proc, in binder_transaction_buffer_release()
2161 static inline void binder_release_entire_buffer(struct binder_proc *proc, in binder_release_entire_buffer()
2180 struct binder_proc *proc = thread->proc; in binder_translate_binder() local
2232 struct binder_proc *proc = thread->proc; in binder_translate_handle() local
2306 struct binder_proc *proc = thread->proc; in binder_translate_fd() local
2620 struct binder_proc *proc = thread->proc; in binder_translate_fd_array() local
2687 struct binder_proc *proc = thread->proc; in binder_fixup_parent() local
2798 struct binder_proc *proc, in binder_proc_transaction()
2942 static void binder_transaction(struct binder_proc *proc, in binder_transaction()
3834 binder_free_buf(struct binder_proc *proc, in binder_free_buf()
3868 static int binder_thread_write(struct binder_proc *proc, in binder_thread_write()
4315 static void binder_stat_br(struct binder_proc *proc, in binder_stat_br()
4326 static int binder_put_node_cmd(struct binder_proc *proc, in binder_put_node_cmd()
4361 struct binder_proc *proc = thread->proc; in binder_wait_for_work() local
4400 static int binder_apply_fd_fixups(struct binder_proc *proc, in binder_apply_fd_fixups()
4441 static int binder_thread_read(struct binder_proc *proc, in binder_thread_read()
4867 static void binder_release_work(struct binder_proc *proc, in binder_release_work()
4929 struct binder_proc *proc, struct binder_thread *new_thread) in binder_get_thread_ilocked()
4967 static struct binder_thread *binder_get_thread(struct binder_proc *proc) in binder_get_thread()
4988 static void binder_free_proc(struct binder_proc *proc) in binder_free_proc()
5017 static int binder_thread_release(struct binder_proc *proc, in binder_thread_release()
5114 struct binder_proc *proc = filp->private_data; in binder_poll() local
5141 struct binder_proc *proc = filp->private_data; in binder_ioctl_write_read() local
5207 struct binder_proc *proc = filp->private_data; in binder_ioctl_set_ctx_mgr() local
5251 static int binder_ioctl_get_node_info_for_ref(struct binder_proc *proc, in binder_ioctl_get_node_info_for_ref()
5287 static int binder_ioctl_get_node_debug_info(struct binder_proc *proc, in binder_ioctl_get_node_debug_info()
5312 static bool binder_txns_pending_ilocked(struct binder_proc *proc) in binder_txns_pending_ilocked()
5425 struct binder_proc *proc = filp->private_data; in binder_ioctl() local
5723 struct binder_proc *proc = vma->vm_private_data; in binder_vma_open() local
5734 struct binder_proc *proc = vma->vm_private_data; in binder_vma_close() local
5757 struct binder_proc *proc = filp->private_data; in binder_mmap() local
5783 struct binder_proc *proc, *itr; in binder_open() local
5877 struct binder_proc *proc = filp->private_data; in binder_flush() local
5884 static void binder_deferred_flush(struct binder_proc *proc) in binder_deferred_flush()
5908 struct binder_proc *proc = filp->private_data; in binder_release() local
5926 struct binder_proc *proc = node->proc; in binder_node_release() local
5987 static void binder_deferred_release(struct binder_proc *proc) in binder_deferred_release()
6076 struct binder_proc *proc; in binder_deferred_func() local
6104 binder_defer_work(struct binder_proc *proc, enum binder_deferred_state defer) in binder_defer_work()
6117 struct binder_proc *proc, in print_binder_transaction_ilocked()
6159 struct binder_proc *proc, in print_binder_work_ilocked()
6284 struct binder_proc *proc, int print_all) in print_binder_proc()
6450 struct binder_proc *proc) in print_binder_proc_stats()
6515 struct binder_proc *proc; in state_show() local
6554 struct binder_proc *proc; in stats_show() local
6570 struct binder_proc *proc; in transactions_show() local
6744 struct binder_proc *proc, in print_binder_transaction_brief()
6800 struct binder_proc *proc) in print_binder_proc_brief()
6823 struct binder_proc *proc = NULL; in binder_transaction_proc_show() local