Home
last modified time | relevance | path

Searched refs:collect (Results 1 – 25 of 86) sorted by relevance

1234

/linux/rust/macros/
H A Dpin_data.rs
H A Dpaste.rs50 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 Dvtable.rs
H A Dlib.rs476 let mut tokens = proc_macro2::TokenStream::from(input).into_iter().collect(); in kunit_tests()
480 .collect::<proc_macro2::TokenStream>()
H A Dfmt.rs27 return first_opt.into_iter().chain(input).collect(); in fmt()
66 return (Some(acc), current.collect::<TokenStream>()); in fmt()
H A Dpinned_drop.rs
/linux/Documentation/admin-guide/perf/
H A Dhns3-pmu.rst6 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 Dsysfs-kernel-fadump_release_opalcore8 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 Dsysfs-kernel-fadump_registered7 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 Dtt.rs87 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 DKconfig18 This driver configures thermal controllers to collect
28 thermal controllers to collect temperatures via ASIF
/linux/rust/zerocopy-derive/derive/
H A Dfrom_bytes.rs98 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 Drustdoc_test_gen.rs58 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 Dsysfs-fs-ext46 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 Dutil.rs208 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 Dpinned_drop.rs
H A Dinit.rs330 .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 Dbfticu.txt4 Its main functionality is to collect IRQs from the whole chassis and signals
/linux/net/netfilter/
H A Dnf_conncount.c180 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 Dcoresight-tpdm.rst14 The primary use case of the TPDM is to collect data from different data
/linux/tools/perf/Documentation/
H A Dperf-arm-spe.txt58 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 Dintel_th.rst45 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 Dcommon_timerlat_description.txt4 the wakeup, they collect and generate useful information for the
/linux/Documentation/arch/x86/x86_64/
H A Dmachinecheck.rst18 log then mcelog should run to collect and decode machine check entries
/linux/fs/proc/
H A DKconfig53 After kernel panic, device drivers can collect the device
57 recovery kernel's initramfs to collect its underlying device

1234