Searched defs:AllocError (Results 1 – 4 of 4) sorted by relevance
72 fn new(flags: kernel::alloc::Flags) -> Result<UninitFM, AllocError> { in new() argument312 fn find_freeze_recipients(&self) -> Result<KVVec<(DArc<Node>, Arc<Process>)>, AllocError> { in find_freeze_recipients() argument360 pub(crate) fn prepare_freeze_messages(&self) -> Result<FreezeMessages, AllocError> { in prepare_freeze_messages() argument
43 pub(crate) fn new(flags: Flags) -> Result<Self, AllocError> { in new() argument
205 fn arc_try_new(val: T) -> Result<DLArc<T>, kernel::alloc::AllocError> { in arc_try_new()
44 pub fn new(name: &CStr) -> Result<Self, AllocError> { in new() argument61 pub fn new_fmt(name: core::fmt::Arguments<'_>) -> Result<Self, AllocError> { in new_fmt() argument