Searched defs:Flags (Results 1 – 8 of 8) sorted by relevance
| /rust/kernel/io/ |
| A D | resource.rs | 103 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 D | alloc.rs | 39 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 D | dma.rs | 301 gfp_flags: kernel::alloc::Flags, in alloc_attrs() 346 gfp_flags: kernel::alloc::Flags, in alloc_coherent()
|
| A D | xarray.rs | 231 gfp: alloc::Flags, in store()
|
| A D | workqueue.rs | 336 flags: Flags, in try_spawn()
|
| A D | rbtree.rs | 290 flags: Flags, in try_create_and_insert()
|
| /rust/kernel/alloc/ |
| A D | allocator.rs | 89 flags: Flags, in call() 136 flags: Flags, in realloc() 153 flags: Flags, in realloc() 177 flags: Flags, in realloc()
|
| A D | allocator_test.rs | 42 flags: Flags, in realloc()
|
Completed in 13 milliseconds