Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dinit.rs1209 E: From<AllocError>; in try_pin_init()
1229 E: From<AllocError>; in try_init()
1250 E: From<AllocError>, in try_pin_init()
1258 E: From<AllocError>, in try_init()
1270 E: From<AllocError>, in try_pin_init()
1278 E: From<AllocError>, in try_init()
H A Dworkqueue.rs216 ) -> Result<(), AllocError> { in try_spawn() argument
/linux/rust/kernel/alloc/
H A Dallocator_test.rs43 ) -> Result<NonNull<[u8]>, AllocError> { in realloc() argument