Lines Matching defs:proc
274 #define binder_proc_lock(proc) _binder_proc_lock(proc, __LINE__) argument
276 _binder_proc_lock(struct binder_proc *proc, int line) in _binder_proc_lock()
290 #define binder_proc_unlock(proc) _binder_proc_unlock(proc, __LINE__) argument
292 _binder_proc_unlock(struct binder_proc *proc, int line) in _binder_proc_unlock()
306 #define binder_inner_proc_lock(proc) _binder_inner_proc_lock(proc, __LINE__) argument
308 _binder_inner_proc_lock(struct binder_proc *proc, int line) in _binder_inner_proc_lock()
322 #define binder_inner_proc_unlock(proc) _binder_inner_proc_unlock(proc, __LINE__) argument
324 _binder_inner_proc_unlock(struct binder_proc *proc, int line) in _binder_inner_proc_unlock()
397 struct binder_proc *proc = node->proc; in _binder_node_inner_unlock() local
421 static bool binder_worklist_empty(struct binder_proc *proc, in binder_worklist_empty()
532 binder_dequeue_work(struct binder_proc *proc, struct binder_work *work) in binder_dequeue_work()
584 static void binder_wakeup_poll_threads_ilocked(struct binder_proc *proc, in binder_wakeup_poll_threads_ilocked()
615 binder_select_thread_ilocked(struct binder_proc *proc) in binder_select_thread_ilocked()
646 static void binder_wakeup_thread_ilocked(struct binder_proc *proc, in binder_wakeup_thread_ilocked()
676 static void binder_wakeup_proc_ilocked(struct binder_proc *proc) in binder_wakeup_proc_ilocked()
869 static struct binder_node *binder_get_node_ilocked(struct binder_proc *proc, in binder_get_node_ilocked()
897 static struct binder_node *binder_get_node(struct binder_proc *proc, in binder_get_node()
909 struct binder_proc *proc, in binder_init_node_ilocked()
970 static struct binder_node *binder_new_node(struct binder_proc *proc, in binder_new_node()
1000 struct binder_proc *proc = node->proc; in binder_inc_node_nilocked() local
1060 struct binder_proc *proc = node->proc; in binder_dec_node_nilocked() local
1204 static struct binder_ref *binder_get_ref_olocked(struct binder_proc *proc, in binder_get_ref_olocked()
1228 static u32 slow_desc_lookup_olocked(struct binder_proc *proc, u32 offset) in slow_desc_lookup_olocked()
1250 static int get_ref_desc_olocked(struct binder_proc *proc, in get_ref_desc_olocked()
1303 struct binder_proc *proc, in binder_get_ref_for_node_olocked()
1503 struct binder_proc *proc, in binder_get_node_from_ref()
1549 static void try_shrink_dmap(struct binder_proc *proc) in try_shrink_dmap()
1580 static int binder_update_ref_for_handle(struct binder_proc *proc, in binder_update_ref_for_handle()
1625 static int binder_dec_ref_for_handle(struct binder_proc *proc, in binder_dec_ref_for_handle()
1645 static int binder_inc_ref_for_node(struct binder_proc *proc, in binder_inc_ref_for_node()
1741 static void binder_proc_dec_tmpref(struct binder_proc *proc) in binder_proc_dec_tmpref()
1969 static size_t binder_get_object(struct binder_proc *proc, in binder_get_object()
2044 struct binder_proc *proc, in binder_validate_ptr()
2112 static bool binder_validate_fixup(struct binder_proc *proc, in binder_validate_fixup()
2216 static void binder_transaction_buffer_release(struct binder_proc *proc, in binder_transaction_buffer_release()
2395 static inline void binder_release_entire_buffer(struct binder_proc *proc, in binder_release_entire_buffer()
2414 struct binder_proc *proc = thread->proc; in binder_translate_binder() local
2466 struct binder_proc *proc = thread->proc; in binder_translate_handle() local
2540 struct binder_proc *proc = thread->proc; in binder_translate_fd() local
2854 struct binder_proc *proc = thread->proc; in binder_translate_fd_array() local
2921 struct binder_proc *proc = thread->proc; in binder_fixup_parent() local
3033 struct binder_proc *proc, in binder_proc_transaction()
3200 static void binder_netlink_report(struct binder_proc *proc, in binder_netlink_report()
3257 static void binder_transaction(struct binder_proc *proc, in binder_transaction()
4149 binder_request_freeze_notification(struct binder_proc *proc, in binder_request_freeze_notification()
4202 binder_clear_freeze_notification(struct binder_proc *proc, in binder_clear_freeze_notification()
4261 binder_freeze_notification_done(struct binder_proc *proc, in binder_freeze_notification_done()
4307 binder_free_buf(struct binder_proc *proc, in binder_free_buf()
4349 static int binder_thread_write(struct binder_proc *proc, in binder_thread_write()
4836 static void binder_stat_br(struct binder_proc *proc, in binder_stat_br()
4847 static int binder_put_node_cmd(struct binder_proc *proc, in binder_put_node_cmd()
4882 struct binder_proc *proc = thread->proc; in binder_wait_for_work() local
4922 static int binder_apply_fd_fixups(struct binder_proc *proc, in binder_apply_fd_fixups()
4963 static int binder_thread_read(struct binder_proc *proc, in binder_thread_read()
5423 static void binder_release_work(struct binder_proc *proc, in binder_release_work()
5495 struct binder_proc *proc, struct binder_thread *new_thread) in binder_get_thread_ilocked()
5537 static struct binder_thread *binder_get_thread(struct binder_proc *proc) in binder_get_thread()
5558 static void binder_free_proc(struct binder_proc *proc) in binder_free_proc()
5590 static int binder_thread_release(struct binder_proc *proc, in binder_thread_release()
5684 struct binder_proc *proc = filp->private_data; in binder_poll() local
5710 struct binder_proc *proc = filp->private_data; in binder_ioctl_write_read() local
5774 struct binder_proc *proc = filp->private_data; in binder_ioctl_set_ctx_mgr() local
5818 static int binder_ioctl_get_node_info_for_ref(struct binder_proc *proc, in binder_ioctl_get_node_info_for_ref()
5854 static int binder_ioctl_get_node_debug_info(struct binder_proc *proc, in binder_ioctl_get_node_debug_info()
5879 static bool binder_txns_pending_ilocked(struct binder_proc *proc) in binder_txns_pending_ilocked()
5895 static void binder_add_freeze_work(struct binder_proc *proc, bool is_frozen) in binder_add_freeze_work()
6046 struct binder_proc *proc = filp->private_data; in binder_ioctl() local
6270 struct binder_proc *proc = vma->vm_private_data; in binder_vma_open() local
6281 struct binder_proc *proc = vma->vm_private_data; in binder_vma_close() local
6304 struct binder_proc *proc = filp->private_data; in binder_mmap() local
6331 struct binder_proc *proc, *itr; in binder_open() local
6439 struct binder_proc *proc = filp->private_data; in binder_flush() local
6446 static void binder_deferred_flush(struct binder_proc *proc) in binder_deferred_flush()
6470 struct binder_proc *proc = filp->private_data; in binder_release() local
6488 struct binder_proc *proc = node->proc; in binder_node_release() local
6549 static void binder_deferred_release(struct binder_proc *proc) in binder_deferred_release()
6643 struct binder_proc *proc; in binder_deferred_func() local
6671 binder_defer_work(struct binder_proc *proc, enum binder_deferred_state defer) in binder_defer_work()
6684 struct binder_proc *proc, in print_binder_transaction_ilocked()
6727 struct binder_proc *proc, in print_binder_work_ilocked()
6887 print_next_binder_node_ilocked(struct seq_file *m, struct binder_proc *proc, in print_next_binder_node_ilocked()
6916 static void print_binder_proc(struct seq_file *m, struct binder_proc *proc, in print_binder_proc()
7088 struct binder_proc *proc) in print_binder_proc_stats()
7153 struct binder_proc *proc; in print_binder_state() local
7178 struct binder_proc *proc; in print_binder_transactions() local
7201 struct binder_proc *proc; in stats_show() local