Home
last modified time | relevance | path

Searched refs:binder_proc (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/trace/hooks/
H A Dbinder.h16 struct binder_proc;
52 TP_PROTO(struct task_struct *task, bool sync, struct binder_proc *proc),
55 TP_PROTO(bool do_proc_work, struct binder_thread *tsk, struct binder_proc *proc),
64 TP_PROTO(struct binder_proc *target_proc, struct binder_proc *proc,
68 TP_PROTO(struct binder_proc *target_proc, struct binder_proc *proc,
72 TP_PROTO(struct binder_proc *target_proc, struct binder_proc *proc,
95 TP_PROTO(struct seq_file *m, struct binder_proc *proc,
99 TP_PROTO(struct binder_thread *thread, struct binder_proc *proc),
102 TP_PROTO(struct list_head **list, struct binder_proc *proc,
106 TP_PROTO(struct binder_proc *proc),
[all …]
/OK3568_Linux_fs/kernel/drivers/android/
H A Dbinder_internal.h240 struct binder_proc *proc;
327 struct binder_proc *proc;
419 struct binder_proc { struct
465 struct binder_proc proc;
469 static inline const struct cred *binder_get_cred(struct binder_proc *proc) in binder_get_cred()
515 struct binder_proc *proc;
555 struct binder_proc *to_proc;
H A Dbinder.c246 _binder_proc_lock(struct binder_proc *proc, int line) in _binder_proc_lock()
262 _binder_proc_unlock(struct binder_proc *proc, int line) in _binder_proc_unlock()
278 _binder_inner_proc_lock(struct binder_proc *proc, int line) in _binder_inner_proc_lock()
294 _binder_inner_proc_unlock(struct binder_proc *proc, int line) in _binder_inner_proc_unlock()
367 struct binder_proc *proc = node->proc; in _binder_node_inner_unlock()
391 static bool binder_worklist_empty(struct binder_proc *proc, in binder_worklist_empty()
491 binder_dequeue_work(struct binder_proc *proc, struct binder_work *work) in binder_dequeue_work()
510 binder_defer_work(struct binder_proc *proc, enum binder_deferred_state defer);
512 static void binder_free_proc(struct binder_proc *proc);
548 static void binder_wakeup_poll_threads_ilocked(struct binder_proc *proc, in binder_wakeup_poll_threads_ilocked()
[all …]
H A Dbinder_trace.h16 struct binder_proc;