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

/linux-master/drivers/android/
H A Dbinder_internal.h181 * @proc: binder_proc that owns this node
238 struct binder_proc *proc;
304 * @proc: binder_proc containing ref
323 struct binder_proc *proc;
329 * struct binder_proc - binder process bookkeeping
402 struct binder_proc { struct
477 struct binder_proc *proc;
521 struct binder_proc *to_proc;
H A Dbinder.c23 * and all todo lists associated with the binder_proc
263 * binder_proc_lock() - Acquire outer lock for given binder_proc
264 * @proc: struct binder_proc to acquire
271 _binder_proc_lock(struct binder_proc *proc, int line)
280 * binder_proc_unlock() - Release spinlock for given binder_proc
281 * @proc: struct binder_proc to acquire
287 _binder_proc_unlock(struct binder_proc *proc, int line)
296 * binder_inner_proc_lock() - Acquire inner lock for given binder_proc
297 * @proc: struct binder_proc to acquire
303 _binder_inner_proc_lock(struct binder_proc *pro
[all...]
H A Dbinder_trace.h16 struct binder_proc;

Completed in 174 milliseconds