Home
last modified time | relevance | path

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

123

/linux-6.12.1/init/
Dinitramfs.c237 static __initdata char *collected; variable
244 collected = victim; in read_into()
248 collect = collected = buf; in read_into()
279 if (!memcmp(collected, "070701", 6)) { in do_header()
281 } else if (!memcmp(collected, "070702", 6)) { in do_header()
284 if (memcmp(collected, "070707", 6) == 0) in do_header()
290 parse_header(collected); in do_header()
299 collect = collected = symlink_buf; in do_header()
347 char *old = find_link(major, minor, ino, mode, collected); in maybe_link()
349 clean_path(collected, 0); in maybe_link()
[all …]
/linux-6.12.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-6.12.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-6.12.1/Documentation/devicetree/bindings/mfd/
Dbfticu.txt10 - interrupts: the main IRQ line to signal the collected IRQs
/linux-6.12.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-6.12.1/Documentation/dev-tools/
Dkcov.rst97 /* Read number of PCs collected. */
153 * The format for the types of collected comparisons.
187 /* Read number of comparisons collected. */
230 should be collected with ``kcov_remote_start`` and ``kcov_remote_stop``.
282 is only collected from a single userspace process on the system. However, if
/linux-6.12.1/Documentation/userspace-api/gpio/
Dgpio-v2-get-lineinfo-ioctl.rst29 ``offset`` field set to indicate the line to be collected.
Dgpio-get-lineinfo-ioctl.rst33 ``offset`` field set to indicate the line to be collected.
/linux-6.12.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
Dtips.txt36 To show information about system the samples were collected on use perf report --header
39 To group events which need to be collected together for accuracy use {}: perf record -e {cycles,bra…
/linux-6.12.1/Documentation/doc-guide/
Dchecktransupdate.rst16 then commits that need to be updated will be collected and reported.
/linux-6.12.1/Documentation/trace/coresight/
Dcoresight-tpda.rst43 The test data will be collected in the coresight sink which is enabled.
/linux-6.12.1/Documentation/virt/coco/
Dtdx-guest.rst48 TDX reference material is collected here:
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dmetafmt-intel-ipu3.rst21 The statistics collected are AWB (Auto-white balance) RGBS (Red, Green, Blue and
Dmetafmt-rkisp1.rst79 The statistics collected are Exposure, AWB (Auto-white balance), Histogram and
/linux-6.12.1/Documentation/admin-guide/
Dcpu-load.rst25 So how is this information collected? Whenever timer interrupt is
/linux-6.12.1/Documentation/driver-api/media/drivers/
Dcx88-devel.rst73 - bit [18] IR_SMP_INT Set when 32 input samples have been collected over
/linux-6.12.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-6.12.1/drivers/hwtracing/intel_th/
DKconfig67 and mmap() access to the collected data.
/linux-6.12.1/Documentation/networking/devlink/
Ddevlink-region.rst13 Region snapshots are collected by the driver, and can be accessed via read
/linux-6.12.1/Documentation/admin-guide/thermal/
Dintel_powerclamp.rst209 is accumulated based on clean data collected at runtime. Data
210 collected during a period without extra interrupts is considered
231 This section describes the general performance data collected on
/linux-6.12.1/Documentation/watchdog/
Dhpwdt.rst59 panic. This is to allow for a crash dump to be collected. It is incumbent
/linux-6.12.1/mm/
Dgup.c2321 unsigned long i, collected = 0; in collect_longterm_unpinnable_folios() local
2335 collected++; in collect_longterm_unpinnable_folios()
2359 return collected; in collect_longterm_unpinnable_folios()
2436 unsigned long collected; in check_and_migrate_movable_pages_or_folios() local
2438 collected = collect_longterm_unpinnable_folios(&movable_folio_list, in check_and_migrate_movable_pages_or_folios()
2440 if (!collected) in check_and_migrate_movable_pages_or_folios()

123