Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dnode.rs17 process::{NodeRefInfo, Process, ProcessInner},
188 inner: LockedBy<NodeInner, ProcessInner>,
242 pub(crate) fn has_oneway_transaction(&self, owner_inner: &mut ProcessInner) -> bool { in has_oneway_transaction()
251 owner_inner: &mut ProcessInner, in full_debug_print() argument
326 guard: &mut Guard<'_, ProcessInner, SpinLockBackend>, in add_death() argument
334 owner_inner: &mut ProcessInner, in inc_ref_done_locked() argument
375 owner_inner: &mut ProcessInner, in update_refcount_locked() argument
413 owner_inner: &mut ProcessInner, in incr_refcount_allow_zero2one() argument
456 owner_inner: &mut ProcessInner, in incr_refcount_allow_zero2one_with_wrapper() argument
481 guard: &Guard<'_, ProcessInner, SpinLockBackend>, in populate_counts() argument
[all …]
H A Dtransaction.rs21 process::{Process, ProcessInner},
216 pub(crate) fn set_outstanding(&self, to_process: &mut ProcessInner) { in set_outstanding() argument
H A Dprocess.rs104 pub(crate) struct ProcessInner { struct
139 impl ProcessInner { argument
437 pub(crate) inner: SpinLock<ProcessInner>,
503 inner <- kernel::new_spinlock!(ProcessInner::new(), "Process::inner"), in new()
1703 fn new(thread: &'a Arc<Thread>, guard: &mut Guard<'_, ProcessInner, SpinLockBackend>) -> Self { in new() argument
1729 pub(crate) inner: Guard<'a, ProcessInner, SpinLockBackend>,