Home
last modified time | relevance | path

Searched defs:AllocError (Results 1 – 4 of 4) sorted by relevance

/drivers/android/binder/
Dfreeze.rs72 fn new(flags: kernel::alloc::Flags) -> Result<UninitFM, AllocError> { in new() argument
312 fn find_freeze_recipients(&self) -> Result<KVVec<(DArc<Node>, Arc<Process>)>, AllocError> { in find_freeze_recipients() argument
360 pub(crate) fn prepare_freeze_messages(&self) -> Result<FreezeMessages, AllocError> { in prepare_freeze_messages() argument
Ddeferred_close.rs43 pub(crate) fn new(flags: Flags) -> Result<Self, AllocError> { in new() argument
Drust_binder_main.rs205 fn arc_try_new(val: T) -> Result<DLArc<T>, kernel::alloc::AllocError> { in arc_try_new()
/drivers/staging/android/
Dashmem_shrinker.rs44 pub fn new(name: &CStr) -> Result<Self, AllocError> { in new() argument
61 pub fn new_fmt(name: core::fmt::Arguments<'_>) -> Result<Self, AllocError> { in new_fmt() argument