Home
last modified time | relevance | path

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

/rust/kernel/io/
A Dresource.rs103 flags: Flags, in request_region()
159 pub fn flags(&self) -> Flags { in flags()
183 pub struct Flags(c_ulong); struct
185 impl Flags { implementation
192 impl core::ops::BitOr for Flags { implementation
199 impl core::ops::BitAnd for Flags { implementation
206 impl core::ops::Not for Flags { implementation
213 impl Flags { implementation
/rust/kernel/
A Dalloc.rs39 pub struct Flags(u32); struct
41 impl Flags { impls
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()
A Ddma.rs301 gfp_flags: kernel::alloc::Flags, in alloc_attrs()
346 gfp_flags: kernel::alloc::Flags, in alloc_coherent()
A Dxarray.rs231 gfp: alloc::Flags, in store()
A Dworkqueue.rs336 flags: Flags, in try_spawn()
A Drbtree.rs290 flags: Flags, in try_create_and_insert()
/rust/kernel/alloc/
A Dallocator.rs89 flags: Flags, in call()
136 flags: Flags, in realloc()
153 flags: Flags, in realloc()
177 flags: Flags, in realloc()
A Dallocator_test.rs42 flags: Flags, in realloc()

Completed in 13 milliseconds