Searched refs:Inner (Results 1 – 18 of 18) sorted by relevance
| /linux/samples/rust/ |
| H A D | rust_debugfs.rs | 63 inner: File<Mutex<Inner>>, 71 struct Inner { struct 76 impl FromStr for Inner { argument 93 Ok(Inner { x, y }) in from_str() 131 fn build_inner(dir: &Dir) -> impl PinInit<File<Mutex<Inner>>> + '_ { in build_inner() 132 dir.read_write_file(c_str!("pair"), new_mutex!(Inner { x: 3, y: 10 })) in build_inner()
|
| /linux/rust/kernel/debugfs/ |
| H A D | callback_adapters.rs | 19 type Inner; typedef 38 type Inner = D; typedef 89 type Inner = D; typedef 99 type Inner = D; typedef
|
| H A D | file_ops.rs | 52 pub(super) const fn adapt(&self) -> &FileOps<T::Inner> { in adapt() argument
|
| /linux/rust/kernel/ |
| H A D | devres.rs | 24 struct Inner<T: Send> { struct 133 inner: Opaque<Inner<T>>, 154 inner <- Opaque::pin_init(try_pin_init!(Inner { in new() 185 fn inner(&self) -> &Inner<T> { in inner() 199 let inner = unsafe { &*ptr.cast::<Inner<T>>() }; in devres_callback()
|
| /linux/Documentation/networking/ |
| H A D | seg6-sysctl.rst | 37 0 copy flowlabel from Inner packet in case of Inner IPv6
|
| /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/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/Documentation/ABI/testing/ |
| H A D | sysfs-fs-f2fs | 145 Description: Controls discard granularity of inner discard thread. Inner thread 752 when is not in idle. Inner thread will not issue discards with size that
|
| /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 | 731 cache line maintenance operation by MVA targeting an Inner
|
| /linux/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 95 R-3. Competition Between Inner Nodes and Threads 3285 Competition Between Inner Nodes and Threads
|