| /linux/mm/kmsan/ |
| H A D | init.c | 144 static struct smallstack collect = { variable 172 while (collect.index >= 3) { in do_collection() 173 page = smallstack_pop(&collect); in do_collection() 174 shadow = smallstack_pop(&collect); in do_collection() 175 origin = smallstack_pop(&collect); in do_collection() 176 kmsan_setup_meta(page, shadow, origin, collect.order); in do_collection() 177 __free_pages_core(page, collect.order, MEMINIT_EARLY); in do_collection() 184 .order = collect.order - 1, in collect_split() 189 if (!collect.order) in collect_split() 191 while (collect.index) { in collect_split() [all …]
|
| /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/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 | 453 let mut tokens = proc_macro2::TokenStream::from(input).into_iter().collect(); 457 .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/drivers/iommu/generic_pt/ |
| H A D | iommu_pt.h | 342 struct pt_iommu_collect_args *collect = arg; in __collect_tables() local 345 if (!collect->check_mapped && !pt_can_have_table(&pts)) in __collect_tables() 350 iommu_pages_list_add(&collect->free_list, pts.table_lower); in __collect_tables() 356 if (pts.type == PT_ENTRY_OA && collect->check_mapped) in __collect_tables() 484 struct pt_iommu_collect_args collect = { .check_mapped = true }; in clear_contig() local 491 collect.free_list = in clear_contig() 492 IOMMU_PAGES_LIST_INIT(collect.free_list); in clear_contig() 494 &collect); in clear_contig() 505 iommu_pages_list_add(&collect.free_list, in clear_contig() 510 &collect.free_list); in clear_contig() [all …]
|
| /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/Documentation/dev-tools/ |
| H A D | kcov.rst | 9 Note that KCOV does not aim to collect as much coverage as possible. It aims 10 to collect more or less stable coverage that is a function of syscall inputs. 11 To achieve this goal, it does not collect coverage in soft/hard interrupts 15 Besides collecting code coverage, KCOV can also collect comparison operands. 18 Besides collecting coverage data from syscall handlers, KCOV can also collect 46 The following program demonstrates how to use KCOV to collect coverage for a 131 If a program needs to collect coverage from several threads (independently), 224 userspace process, KCOV can also collect coverage for parts of the kernel 227 Using KCOV to collect remote coverage requires: 287 The following program demonstrates using KCOV to collect coverage from both
|
| /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/scripts/ |
| H A D | rustdoc_test_gen.rs | 51 let potential_components: Vec<&str> = file.strip_suffix("_rs").unwrap().split('_').collect(); in find_real_path() 116 .collect::<Vec<_>>(); in main()
|
| /linux/init/ |
| H A D | initramfs.c | 241 static __initdata char *collect; variable 250 collect = collected = buf; in read_into() 270 memcpy(collect, victim, n); in do_collect() 272 collect += n; in do_collect() 301 collect = collected = symlink_buf; in do_header()
|
| /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/net/netfilter/ |
| H A D | nf_conncount.c | 174 unsigned int collect = 0; in __nf_conncount_add() local 203 if (collect > CONNCOUNT_GC_MAX_COLLECT) in __nf_conncount_add() 215 collect++; in __nf_conncount_add() 239 collect++; in __nf_conncount_add()
|
| /linux/rust/pin-init/internal/src/ |
| H A D | pinned_drop.rs | |
| /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/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/coresight/ |
| H A D | coresight-tpdm.rst | 14 The primary use case of the TPDM is to collect data from different data
|
| /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
|