Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/android/
Dbinder_internal.h238 struct binder_proc *proc;
323 struct binder_proc *proc;
402 struct binder_proc { struct
477 struct binder_proc *proc;
521 struct binder_proc *to_proc;
Dbinder.c271 _binder_proc_lock(struct binder_proc *proc, int line) in _binder_proc_lock()
287 _binder_proc_unlock(struct binder_proc *proc, int line) in _binder_proc_unlock()
303 _binder_inner_proc_lock(struct binder_proc *proc, int line) in _binder_inner_proc_lock()
319 _binder_inner_proc_unlock(struct binder_proc *proc, int line) in _binder_inner_proc_unlock()
392 struct binder_proc *proc = node->proc; in _binder_node_inner_unlock()
416 static bool binder_worklist_empty(struct binder_proc *proc, in binder_worklist_empty()
516 binder_dequeue_work(struct binder_proc *proc, struct binder_work *work) in binder_dequeue_work()
535 binder_defer_work(struct binder_proc *proc, enum binder_deferred_state defer);
537 static void binder_free_proc(struct binder_proc *proc);
568 static void binder_wakeup_poll_threads_ilocked(struct binder_proc *proc, in binder_wakeup_poll_threads_ilocked()
[all …]
Dbinder_trace.h16 struct binder_proc;