Home
last modified time | relevance | path

Searched defs:Flags (Results 1 – 5 of 5) sorted by relevance

/rust/kernel/
Dalloc.rs39 pub struct Flags(u32); struct
41 impl Flags { implementation
53 impl core::ops::BitOr for Flags { implementation
60 impl core::ops::BitAnd for Flags { implementation
67 impl core::ops::Not for Flags { implementation
198 flags: Flags, in realloc()
Dworkqueue.rs211 flags: Flags, in try_spawn()
Drbtree.rs284 flags: Flags, in try_create_and_insert()
/rust/kernel/alloc/
Dallocator.rs77 flags: Flags, in call()
135 flags: Flags, in realloc()
154 flags: Flags, in realloc()
178 flags: Flags, in realloc()
Dallocator_test.rs53 flags: Flags, in realloc()