Home
last modified time | relevance | path

Searched refs:collected (Results 1 – 25 of 55) sorted by relevance

123

/Linux-v6.1/init/
Dinitramfs.c241 static __initdata char *collected; variable
248 collected = victim; in read_into()
252 collect = collected = buf; in read_into()
283 if (!memcmp(collected, "070701", 6)) { in do_header()
285 } else if (!memcmp(collected, "070702", 6)) { in do_header()
288 if (memcmp(collected, "070707", 6) == 0) in do_header()
294 parse_header(collected); in do_header()
303 collect = collected = symlink_buf; in do_header()
351 char *old = find_link(major, minor, ino, mode, collected); in maybe_link()
353 clean_path(collected, 0); in maybe_link()
[all …]
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-class-remoteproc74 "disabled" means no dump will be collected.
77 collected it will be copied to a separate buffer and that
81 collected userspace will directly read from the remote
Dconfigfs-most44 collected from the network before being
99 collected from the network before being
154 collected from the network before being
220 collected from the network before being
Dsysfs-bus-iio-isl2950129 Phase data has to be collected when temperature and
/Linux-v6.1/net/netfilter/
Dnf_conncount.c233 unsigned int collected = 0; in nf_conncount_gc_list() local
248 collected++; in nf_conncount_gc_list()
260 collected++; in nf_conncount_gc_list()
265 if (collected > CONNCOUNT_GC_MAX_NODES) in nf_conncount_gc_list()
/Linux-v6.1/Documentation/dev-tools/
Dkcov.rst27 If the comparison operands need to be collected, set::
89 /* Read number of PCs collected. */
144 * The format for the types of collected comparisons.
178 /* Read number of comparisons collected. */
214 With KCOV_ENABLE coverage is collected only for syscalls that are issued
/Linux-v6.1/Documentation/devicetree/bindings/mfd/
Dbfticu.txt10 - interrupts: the main IRQ line to signal the collected IRQs
/Linux-v6.1/Documentation/accounting/
Dtaskstats-struct.rst11 the common fields and basic accounting fields are collected for
22 Their values are collected if CONFIG_TASK_DELAY_ACCT is set.
32 Their values are collected if CONFIG_TASK_XACCT is set.
/Linux-v6.1/Documentation/userspace-api/media/v4l/
Dpixfmt-meta-rkisp1.rst40 The statistics collected are Exposure, AWB (Auto-white balance), Histogram and
Dpixfmt-meta-intel-ipu3.rst21 The statistics collected are AWB (Auto-white balance) RGBS (Red, Green, Blue and
/Linux-v6.1/tools/perf/Documentation/
Dperf.data-file-format.txt90 A perf_header_string with the hostname where the data was collected
95 A perf_header_string with the os release where the data was collected
101 data was collected. This is the same as the version of the source tree
446 each event collected. See perf_event.h or the man page for a detailed
460 collected in parallel on different CPUs. If the events should be
Dperf-stat.txt415 on newer CPUs (IceLake and later) TopDown can be collected for any thread:
417 The top down metrics are collected per core instead of per
565 - optional variance if multiple values are collected with -r
589 - variance : optional variance if multiple values are collected (with -r)
/Linux-v6.1/Documentation/networking/devlink/
Ddevlink-region.rst13 Region snapshots are collected by the driver, and can be accessed via read
/Linux-v6.1/Documentation/driver-api/media/drivers/
Dcx88-devel.rst73 - bit [18] IR_SMP_INT Set when 32 input samples have been collected over
/Linux-v6.1/Documentation/admin-guide/
Dcpu-load.rst25 So how is this information collected? Whenever timer interrupt is
/Linux-v6.1/Documentation/admin-guide/device-mapper/
Dstatistics.rst7 collected so there isn't any performance impact. Only bio-based DM
11 Individual statistics will be collected for each step-sized area within
/Linux-v6.1/Documentation/driver-api/thermal/
Dintel_powerclamp.rst205 is accumulated based on clean data collected at runtime. Data
206 collected during a period without extra interrupts is considered
227 This section describes the general performance data collected on
/Linux-v6.1/drivers/hwtracing/intel_th/
DKconfig67 and mmap() access to the collected data.
/Linux-v6.1/mm/
Dgup.c1949 unsigned long i, collected = 0; in collect_longterm_unpinnable_pages() local
1963 collected++; in collect_longterm_unpinnable_pages()
1987 return collected; in collect_longterm_unpinnable_pages()
2080 unsigned long collected; in check_and_migrate_movable_pages() local
2083 collected = collect_longterm_unpinnable_pages(&movable_page_list, in check_and_migrate_movable_pages()
2085 if (!collected) in check_and_migrate_movable_pages()
/Linux-v6.1/Documentation/watchdog/
Dhpwdt.rst59 panic. This is to allow for a crash dump to be collected. It is incumbent
/Linux-v6.1/Documentation/driver-api/media/
Ddtv-frontend.rst275 collected from the hardware.
341 if the driver have a bit that indicates when a collected data is ready
411 /* Next stat should be collected in 1000 ms */
/Linux-v6.1/Documentation/s390/
Dmonreader.rst16 collected by the `*MONITOR` System Service of z/VM.
94 which data should be collected. This can be done by the CP command MONITOR
/Linux-v6.1/fs/proc/
DKconfig60 If you say Y here, the collected device dumps will be added
/Linux-v6.1/arch/m68k/fpsp040/
Dbinstr.S33 | will be collected by the carry.
/Linux-v6.1/arch/arm/mach-omap1/
Dams-delta-fiq-handler.S171 ldreq r8, [r9, #BUF_KEY] @ yes - fetch collected so far,

123