Home
last modified time | relevance | path

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

/linux/drivers/android/binder/
H A Dtransaction.rs291 let mut alloc_guard = t_outdated.allocation.lock(); in submit() localVariable
292 if let Some(alloc) = (*alloc_guard).as_mut() { in submit()
298 drop(alloc_guard); in submit()