Home
last modified time | relevance | path

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

1234

/linux/init/ !
H A Dinitramfs.c239 static __initdata char *collected; variable
246 collected = victim; in read_into()
250 collect = collected = buf; in read_into()
281 if (!memcmp(collected, "070701", 6)) { in do_header()
283 } else if (!memcmp(collected, "070702", 6)) { in do_header()
286 if (memcmp(collected, "070707", 6) == 0) in do_header()
292 parse_header(collected); in do_header()
301 collect = collected = symlink_buf; in do_header()
349 char *old = find_link(major, minor, ino, mode, collected); in maybe_link()
351 clean_path(collected, 0); in maybe_link()
[all …]
/linux/Documentation/ABI/testing/ !
H A 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
H A 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
H A Dsysfs-bus-iio-isl2950129 Phase data has to be collected when temperature and
/linux/net/netfilter/ !
H A Dnf_conncount.c306 unsigned int collected = 0; in __nf_conncount_gc_list() local
317 collected++; in __nf_conncount_gc_list()
329 collected++; in __nf_conncount_gc_list()
334 if (collected > CONNCOUNT_GC_MAX_COLLECT) in __nf_conncount_gc_list()
/linux/Documentation/dev-tools/ !
H A Dpropeller.rst44 workload to gather execution frequency data. This data is collected
102 1) Assuming an AutoFDO profile is already collected following
145 If there are more than 1 perf_file collected in the previous step,
H A 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/Documentation/accounting/ !
H A 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/drivers/net/ethernet/intel/libie/ !
H A DKconfig25 and dump all collected logs.
/linux/Documentation/devicetree/bindings/mfd/ !
H A Dbfticu.txt10 - interrupts: the main IRQ line to signal the collected IRQs
/linux/Documentation/userspace-api/gpio/ !
H A Dgpio-v2-get-lineinfo-ioctl.rst29 ``offset`` field set to indicate the line to be collected.
H A Dgpio-get-lineinfo-ioctl.rst33 ``offset`` field set to indicate the line to be collected.
/linux/tools/perf/Documentation/ !
H A 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
473 each event collected. See perf_event.h or the man page for a detailed
487 collected in parallel on different CPUs. If the events should be
H A 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/Documentation/doc-guide/ !
H A Dchecktransupdate.rst16 then commits that need to be updated will be collected and reported.
/linux/Documentation/trace/coresight/ !
H A Dcoresight-tpda.rst43 The test data will be collected in the coresight sink which is enabled.
/linux/Documentation/virt/coco/ !
H A Dtdx-guest.rst48 TDX reference material is collected here:
/linux/Documentation/userspace-api/media/v4l/ !
H A Dmetafmt-intel-ipu3.rst22 The statistics collected are AWB (Auto-white balance) RGBS (Red, Green, Blue and
H A Dmetafmt-c3-isp.rst21 The statistics collected are Auto-white balance,
H A Dmetafmt-rkisp1.rst80 The statistics collected are Exposure, AWB (Auto-white balance), Histogram and
/linux/Documentation/driver-api/media/ !
H A Dv4l2-isp.rst9 ISP configuration parameters and statistics are processed and collected by
/linux/mm/ !
H A Dgup.c2269 unsigned long collected = 0; in collect_longterm_unpinnable_folios() local
2280 collected++; in collect_longterm_unpinnable_folios()
2312 return collected; in collect_longterm_unpinnable_folios()
2389 unsigned long collected; in check_and_migrate_movable_pages_or_folios() local
2391 collected = collect_longterm_unpinnable_folios(&movable_folio_list, in check_and_migrate_movable_pages_or_folios()
2393 if (!collected) in check_and_migrate_movable_pages_or_folios()
/linux/Documentation/driver-api/media/drivers/ !
H A Dcx88-devel.rst73 - bit [18] IR_SMP_INT Set when 32 input samples have been collected over
/linux/Documentation/admin-guide/ !
H A Dcpu-load.rst25 So how is this information collected? Whenever timer interrupt is
/linux/Documentation/admin-guide/device-mapper/ !
H A 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

1234