| /linux/samples/rust/ |
| H A D | rust_debugfs.rs | 77 inner: File<Mutex<Inner>>, 85 struct Inner { in from_str() 90 impl FromStr for Inner { in from_str() 107 Ok(Inner { x, y }) 145 fn build_inner(dir: &Dir) -> impl PinInit<File<Mutex<Inner>>> + '_ { in new() 146 dir.read_write_file(c"pair", new_mutex!(Inner { x: 3, y: 10 })) in new() 71 struct Inner { global() struct 76 impl FromStr for Inner { global() implementation
|
| /linux/rust/kernel/debugfs/ |
| H A D | callback_adapters.rs | 25 /// To implement this trait, it must be safe to cast a `&Self` to a `&Inner`. 28 type Inner; 47 type Inner = D; 98 type Inner = D; 108 type Inner = D; 19 type Inner; global() typedef 38 type Inner = D; global() typedef 89 type Inner = D; global() typedef 99 type Inner = D; global() typedef
|
| H A D | file_ops.rs | 61 pub(super) const fn adapt(&self) -> &FileOps<T::Inner> { 62 // SAFETY: `Adapter` asserts that `T` can be legally cast to `T::Inner`. in deref() 52 adapt(&self) -> &FileOps<T::Inner> adapt() argument
|
| /linux/rust/kernel/ |
| H A D | devres.rs | 24 struct Inner<T: Send> { global() struct 26 dataInner global() argument 29 devmInner global() argument 32 revokeInner global() argument
|
| /linux/Documentation/networking/ |
| H A D | seg6-sysctl.rst | 37 0 copy flowlabel from Inner packet in case of Inner IPv6
|
| H A D | ip-sysctl.rst | 133 0x0040 Inner source IP address 134 0x0080 Inner destination IP address 135 0x0100 Inner IP protocol 136 0x0200 Inner Flow Label 137 0x0400 Inner source port 138 0x0800 Inner destination port 2436 0x0040 Inner source IP address 2437 0x0080 Inner destination IP address 2438 0x0100 Inner IP protocol 2439 0x0200 Inner Flow Label [all …]
|
| /linux/rust/syn/ |
| H A D | attr.rs | 449 Inner(Token![!]), 612 AttrStyle::Inner(_) => false, in outer() 622 AttrStyle::Inner(_) => true, in inner() 672 style: AttrStyle::Inner(input.parse()?), in single_parse_inner() 770 AttrStyle::Inner(_) => "#!", in fmt() 802 if let AttrStyle::Inner(b) = &self.style { in to_tokens()
|
| /linux/drivers/android/binder/ |
| H A D | page_range.rs | 138 lock: SpinLock<Inner>, 169 struct Inner { 181 // SAFETY: proper locking is in place for `Inner` 182 unsafe impl Send for Inner {} 277 lock <- new_spinlock!(Inner { in register_with_vma() 145 struct Inner { global() struct 157 vma_addrInner global() argument 158 unsafe impl Send for Inner {} global() implementation
|
| /linux/Documentation/bpf/ |
| H A D | map_of_maps.rst | 55 Inner maps can be retrieved using the ``bpf_map_lookup_elem()`` helper. This
|
| /linux/arch/arm/mm/ |
| H A D | cache-v7.S | 311 ALT_SMP(mcr p15, 0, r0, c7, c1, 6) @ invalidate BTB Inner Shareable
|
| /linux/rust/syn/gen/ |
| H A D | eq.rs | 70 (crate::AttrStyle::Inner(_), crate::AttrStyle::Inner(_)) => true, in eq()
|
| H A D | fold.rs | 1104 crate::AttrStyle::Inner(_binding_0) => crate::AttrStyle::Inner(_binding_0), in fold_attr_style()
|
| H A D | hash.rs | 79 crate::AttrStyle::Inner(_) => { in hash()
|
| H A D | debug.rs | 81 crate::AttrStyle::Inner(v0) => { in fmt()
|
| H A D | visit_mut.rs | 1034 crate::AttrStyle::Inner(_binding_0) => { in visit_attr_style_mut()
|
| H A D | visit.rs | 1028 crate::AttrStyle::Inner(_binding_0) => { in visit_attr_style()
|
| /linux/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | ice.rst | 892 - The VF may not receive all network traffic based on the Inner VLAN header
|
| /linux/arch/arm/ |
| H A D | Kconfig | 732 cache line maintenance operation by MVA targeting an Inner
|