/linux/mm/kmsan/ |
H A D | init.c | 145 static struct smallstack collect = { variable 173 while (collect.index >= 3) { in do_collection() 174 page = smallstack_pop(&collect); in do_collection() 175 shadow = smallstack_pop(&collect); in do_collection() 176 origin = smallstack_pop(&collect); in do_collection() 177 kmsan_setup_meta(page, shadow, origin, collect.order); in do_collection() 178 __free_pages_core(page, collect.order, MEMINIT_EARLY); in do_collection() 185 .order = collect.order - 1, in collect_split() 190 if (!collect.order) in collect_split() 192 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 | 55 "Self".parse::<TokenStream>().unwrap().into_iter().collect() in pin_data() 60 .collect::<Vec<_>>(); in pin_data() 71 .collect::<Vec<_>>(); in pin_data() 126 .collect(), in replace_self_and_deny_type_defs()
|
H A D | vtable.rs | 8 let mut tokens: Vec<_> = ts.into_iter().collect(); in vtable() 93 .collect(); in vtable() 95 tokens.into_iter().collect() in vtable()
|
H A D | pinned_drop.rs | 6 let mut toks = input.into_iter().collect::<Vec<_>>(); in pinned_drop()
|
/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/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
|
H A D | autofdo.rst | 40 collect the perf profile. While it's possible to use a kernel built 43 One can collect profiles using AutoFDO build for the previous kernel.
|
/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() 115 .collect::<Vec<_>>(); in main()
|
/linux/init/ |
H A D | initramfs.c | 239 static __initdata char *collect; variable 248 collect = collected = buf; in read_into() 268 memcpy(collect, victim, n); in do_collect() 270 collect += n; in do_collect() 299 collect = collected = symlink_buf; in do_header()
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-kernel-fadump | 21 Helps to control the dump collect feature from userspace. 22 Setting 1 to this file enables the system to collect the
|
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 | 133 unsigned int collect = 0; in __nf_conncount_add() local 140 if (collect > CONNCOUNT_GC_MAX_NODES) in __nf_conncount_add() 152 collect++; in __nf_conncount_add() 176 collect++; in __nf_conncount_add()
|
/linux/Documentation/tools/rtla/ |
H A D | common_timerlat_description.rst | 4 the wakeup, they collect and generate useful information for the
|
/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/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/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
|
/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/Documentation/virt/kvm/x86/ |
H A D | running-nested-guests.rst | 231 Information to collect (generic) 258 x86-specific info to collect 272 s390x-specific info to collect
|
/linux/tools/perf/Documentation/ |
H A D | tips.txt | 37 To only collect call graph on one event use perf record -e cpu/cpu-cycles,callgraph=1/,branches ; p… 48 To collect Processor Trace with samples use perf record -e '{intel_pt//,cycles}' ; perf script --ca…
|
/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | hisilicon,mbigen-v2.txt | 9 Hisilicon designed mbigen to collect and generate interrupt.
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | metafmt-intel-ipu3.rst | 15 The IPU3 ImgU 3A statistics accelerators collect different statistics over
|