| /linux/rust/macros/ |
| H A D | pin_data.rs | |
| H A D | paste.rs | 50 let tokens = group.stream().into_iter().collect::<Vec<TokenTree>>(); in concat_helper() 62 let pasted: String = segments.into_iter().map(|x| x.0).collect(); in concat() 71 let mut stream: Vec<_> = group.stream().into_iter().collect(); in expand() 83 let mut group = Group::new(delimiter, stream.into_iter().collect()); in expand()
|
| H A D | vtable.rs | |
| H A D | lib.rs | 476 let mut tokens = proc_macro2::TokenStream::from(input).into_iter().collect(); in kunit_tests() 480 .collect::<proc_macro2::TokenStream>()
|
| H A D | fmt.rs | 27 return first_opt.into_iter().chain(input).collect(); in fmt() 66 return (Some(acc), current.collect::<TokenStream>()); in fmt()
|
| H A D | pinned_drop.rs | |
| /linux/Documentation/admin-guide/perf/ |
| H A D | hns3-pmu.rst | 6 End Point device to collect performance statistics of HiSilicon SoC NIC. 82 PMU collect performance statistics for all HNS3 PCIe functions of IO DIE. 89 PMU collect performance statistic of one whole physical port. The port id 98 PMU collect performance statistic of one tc of physical port. The port id 106 PMU collect performance statistic of one PF/VF. The function id is BDF of 123 PMU collect performance statistic of one queue of PF/VF. The function id 131 PMU collect performance statistic of one interrupt of PF/VF. The function
|
| /linux/Documentation/ABI/removed/ |
| H A D | sysfs-kernel-fadump_release_opalcore | 8 collect the dump on OPAL based machine. It used to release 9 the memory used to collect the opalcore.
|
| /linux/Documentation/ABI/obsolete/ |
| H A D | sysfs-kernel-fadump_registered | 7 Helps to control the dump collect feature from userspace. 8 Setting 1 to this file enables the system to collect the
|
| /linux/rust/syn/ |
| H A D | tt.rs | 87 let left = self.0.clone().into_iter().collect::<Vec<_>>(); in eq() 88 let right = other.0.clone().into_iter().collect::<Vec<_>>(); in eq() 103 let tts = self.0.clone().into_iter().collect::<Vec<_>>(); in hash()
|
| /linux/drivers/thermal/mediatek/ |
| H A D | Kconfig | 18 This driver configures thermal controllers to collect 28 thermal controllers to collect temperatures via ASIF
|
| /linux/rust/zerocopy-derive/derive/ |
| H A D | from_bytes.rs | 98 Ok(IntoIterator::into_iter([try_from_bytes, from_zeros]).collect()) in derive_from_zeros() 108 Ok(IntoIterator::into_iter([from_zeros, from_bytes]).collect()) in derive_from_bytes() 160 .collect::<Vec<WherePredicate>>(); in derive_from_zeros_enum()
|
| /linux/scripts/ |
| H A D | rustdoc_test_gen.rs | 58 let potential_components: Vec<&str> = file.strip_suffix("_rs").unwrap().split('_').collect(); in find_real_path() 123 .collect::<Vec<_>>(); in main()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-fs-ext4 | 6 collect statistics, which are shown during the unmount. 7 1 means to collect statistics, 0 means not to collect
|
| /linux/rust/zerocopy-derive/ |
| H A D | util.rs | 208 self.variants.iter().map(|var| (Some(var), map_fields(&var.fields))).collect() in variants() 246 .collect() in map_fields() 565 .collect(), in build() 633 .collect::<Vec<_>>(); in build() 663 .collect(); in build()
|
| /linux/rust/pin-init/internal/src/ |
| H A D | pinned_drop.rs | |
| H A D | init.rs | 330 .collect(); 331 let field_name: Vec<_> = fields.iter().filter_map(|f| f.kind.ident()).collect(); 411 .collect::<Result<Vec<_>, _>>()?;
|
| /linux/Documentation/devicetree/bindings/mfd/ |
| H A D | bfticu.txt | 4 Its main functionality is to collect IRQs from the whole chassis and signals
|
| /linux/net/netfilter/ |
| H A D | nf_conncount.c | 180 unsigned int collect = 0; in __nf_conncount_add() local 208 if (collect > CONNCOUNT_GC_MAX_COLLECT) in __nf_conncount_add() 220 collect++; in __nf_conncount_add() 244 collect++; in __nf_conncount_add()
|
| /linux/Documentation/trace/coresight/ |
| H A D | coresight-tpdm.rst | 14 The primary use case of the TPDM is to collect data from different data
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-arm-spe.txt | 58 When the buffer fills, an interrupt is sent and the driver signals Perf to collect the records. 147 min_latency=<n> - collect only samples with this latency or higher* (PMSLATFR) 148 pa_enable=1 - collect physical address (as well as VA) of loads/stores (PMSCR.PA) - requires privilege 149 pct_enable=1 - collect physical timestamp instead of virtual timestamp (PMSCR.PCT) - requires privilege 151 discard=1 - enable SPE PMU events but don't collect sample data - see 'Discard mode' (PMBLIMITR.FM = DISCARD) 289 Root privilege is required to collect context packets. But these only increase the accuracy of
|
| /linux/Documentation/trace/ |
| H A D | intel_th.rst | 45 MSU can be configured to collect trace data into a system memory 101 # and now you can collect the trace from the device node:: 143 unlocked and can be used again to collect trace data.
|
| /linux/Documentation/tools/rtla/ |
| H A D | common_timerlat_description.txt | 4 the wakeup, they collect and generate useful information for the
|
| /linux/Documentation/arch/x86/x86_64/ |
| H A D | machinecheck.rst | 18 log then mcelog should run to collect and decode machine check entries
|
| /linux/fs/proc/ |
| H A D | Kconfig | 53 After kernel panic, device drivers can collect the device 57 recovery kernel's initramfs to collect its underlying device
|