| /rust/kernel/block/mq/ |
| D | raw_writer.rs | 20 fn new(buffer: &'a mut [u8]) -> Result<RawWriter<'a>> { in new() method
|
| D | tag_set.rs | 37 pub fn new( in new() method
|
| D | gen_disk.rs | 36 pub fn new() -> Self { in new() method
|
| /rust/kernel/list/ |
| D | arc_field.rs | 28 pub fn new(value: T) -> Self { in new() method
|
| D | arc.rs | 172 pub fn new(contents: T, flags: Flags) -> Result<Self, AllocError> { in new() method 476 pub fn new() -> impl PinInit<Self> { in new() method
|
| /rust/kernel/init/ |
| D | __internal.rs | 208 pub unsafe fn new(ptr: *mut T) -> Self { in new() method 232 pub unsafe fn new() -> Self { in new() method 248 pub fn new() -> Self { in new() method
|
| /rust/kernel/sync/lock/ |
| D | global.rs | 46 pub const unsafe fn new(data: B::Item) -> Self { in new() method 144 pub fn new(val: T) -> Self { in new() method
|
| /rust/kernel/sync/ |
| D | locked_by.rs | 102 pub fn new<B: Backend>(owner: &Lock<U, B>, data: T) -> Self { in new() method
|
| D | poll.rs | 76 pub fn new(name: &'static CStr, key: &'static LockClassKey) -> impl PinInit<Self> { in new() method
|
| D | lock.rs | 124 pub fn new(t: T, name: &'static CStr, key: &'static LockClassKey) -> impl PinInit<Self> { in new() method 219 pub(crate) unsafe fn new(lock: &'a Lock<T, B>, state: B::GuardState) -> Self { in new() method
|
| D | arc.rs | 195 pub fn new(contents: T, flags: Flags) -> Result<Self, AllocError> { in new() method 505 unsafe fn new(inner: NonNull<ArcInner<T>>) -> Self { in new() method 636 pub fn new(value: T, flags: Flags) -> Result<Self, AllocError> { in new() method
|
| D | condvar.rs | 106 pub fn new(name: &'static CStr, key: &'static LockClassKey) -> impl PinInit<Self> { in new() method
|
| /rust/kernel/alloc/ |
| D | layout.rs | 46 pub const fn new(len: usize) -> Result<Self, LayoutError> { in new() method
|
| D | kbox.rs | 248 pub fn new(x: T, flags: Flags) -> Result<Self, AllocError> { in new() function
|
| D | kvec.rs | 274 pub const fn new() -> Self { in new() function
|
| /rust/kernel/ |
| D | types.rs | 177 pub fn new(cleanup: impl FnOnce()) -> ScopeGuard<(), impl FnOnce(())> { in new() method 218 pub const fn new(value: T) -> Self { in new() method
|
| D | list.rs | 165 pub fn new() -> impl PinInit<Self> { in new() method 222 pub fn new() -> impl PinInit<Self> { in new() method 239 pub const fn new() -> Self { in new() method
|
| D | uaccess.rs | 123 pub fn new(ptr: UserPtr, length: usize) -> Self { in new() method
|
| D | rbtree.rs | 186 pub fn new() -> Self { in new() method 1046 pub fn new(flags: Flags) -> Result<RBTreeNodeReservation<K, V>> { in new() method 1088 pub fn new(key: K, value: V, flags: Flags) -> Result<RBTreeNode<K, V>> { in new() method
|
| D | workqueue.rs | 369 pub fn new(name: &'static CStr, key: &'static LockClassKey) -> impl PinInit<Self> in new() method
|
| D | str.rs | 670 fn new() -> Self { in new() method
|
| /rust/macros/ |
| D | module.rs | 32 fn new(module: &'a str) -> Self { in new() method
|
| /rust/kernel/net/phy/ |
| D | reg.rs | 189 pub fn new(devad: Mmd, regnum: u16) -> Self { in new() method
|