Searched refs:binder_proc (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/android/
H A Dbinder.c233 struct binder_proc *proc;
264 struct binder_proc *proc;
295 struct binder_proc { struct
341 struct binder_proc *proc;
360 struct binder_proc *to_proc;
375 binder_defer_work(struct binder_proc *proc, enum binder_deferred_state defer);
377 static int task_get_unused_fd_flags(struct binder_proc *proc, int flags) task_get_unused_fd_flags()
399 struct binder_proc *proc, unsigned int fd, struct file *file) task_fd_install()
408 static long task_close_fd(struct binder_proc *proc, unsigned int fd) task_close_fd()
457 static size_t binder_buffer_size(struct binder_proc *proc, binder_buffer_size()
466 static void binder_insert_free_buffer(struct binder_proc *proc, binder_insert_free_buffer()
499 static void binder_insert_allocated_buffer(struct binder_proc *proc, binder_insert_allocated_buffer()
524 static struct binder_buffer *binder_buffer_lookup(struct binder_proc *proc, binder_buffer_lookup()
548 static int binder_update_page_range(struct binder_proc *proc, int allocate, binder_update_page_range()
650 static struct binder_buffer *binder_alloc_buf(struct binder_proc *proc, binder_alloc_buf()
766 static void binder_delete_free_buffer(struct binder_proc *proc, binder_delete_free_buffer()
811 static void binder_free_buf(struct binder_proc *proc, binder_free_buf()
867 static struct binder_node *binder_get_node(struct binder_proc *proc, binder_get_node()
886 static struct binder_node *binder_new_node(struct binder_proc *proc, binder_new_node()
1005 static struct binder_ref *binder_get_ref(struct binder_proc *proc, binder_get_ref()
1024 static struct binder_ref *binder_get_ref_for_node(struct binder_proc *proc, binder_get_ref_for_node()
1240 static void binder_transaction_buffer_release(struct binder_proc *proc, binder_transaction_buffer_release()
1317 static void binder_transaction(struct binder_proc *proc, binder_transaction()
1324 struct binder_proc *target_proc; binder_transaction()
1755 static int binder_thread_write(struct binder_proc *proc, binder_thread_write()
2118 static void binder_stat_br(struct binder_proc *proc, binder_stat_br()
2129 static int binder_has_proc_work(struct binder_proc *proc, binder_has_proc_work()
2142 static int binder_thread_read(struct binder_proc *proc, binder_thread_read()
2518 static struct binder_thread *binder_get_thread(struct binder_proc *proc) binder_get_thread()
2553 static int binder_free_thread(struct binder_proc *proc, binder_free_thread()
2597 struct binder_proc *proc = filp->private_data; binder_poll()
2631 struct binder_proc *proc = filp->private_data; binder_ioctl_write_read()
2693 struct binder_proc *proc = filp->private_data; binder_ioctl_set_ctx_mgr()
2732 struct binder_proc *proc = filp->private_data; binder_ioctl()
2809 struct binder_proc *proc = vma->vm_private_data; binder_vma_open()
2820 struct binder_proc *proc = vma->vm_private_data; binder_vma_close()
2847 struct binder_proc *proc = filp->private_data; binder_mmap()
2944 struct binder_proc *proc; binder_open()
2981 struct binder_proc *proc = filp->private_data; binder_flush()
2988 static void binder_deferred_flush(struct binder_proc *proc) binder_deferred_flush()
3011 struct binder_proc *proc = filp->private_data; binder_release()
3063 static void binder_deferred_release(struct binder_proc *proc) binder_deferred_release()
3170 struct binder_proc *proc; binder_deferred_func()
3180 struct binder_proc, deferred_work_node); binder_deferred_func()
3211 binder_defer_work(struct binder_proc *proc, enum binder_deferred_state defer) binder_defer_work()
3358 struct binder_proc *proc, int print_all) print_binder_proc()
3483 struct binder_proc *proc) print_binder_proc_stats()
3538 struct binder_proc *proc; binder_state_show()
3561 struct binder_proc *proc; binder_stats_show()
3580 struct binder_proc *proc; binder_transactions_show()
3596 struct binder_proc *proc = m->private; binder_proc_show()
H A Dbinder_trace.h25 struct binder_proc;
271 TP_PROTO(struct binder_proc *proc, bool allocate,

Completed in 141 milliseconds