| /kernel/linux/linux-5.10/init/ |
| D | initramfs.c | 205 static __initdata char *collected; variable 212 collected = victim; in read_into() 216 collect = collected = buf; in read_into() 247 if (memcmp(collected, "070707", 6)==0) { in do_header() 251 if (memcmp(collected, "070701", 6)) { in do_header() 255 parse_header(collected); in do_header() 264 collect = collected = symlink_buf; in do_header() 312 char *old = find_link(major, minor, ino, mode, collected); in maybe_link() 314 clean_path(collected, 0); in maybe_link() 315 return (init_link(old, collected) < 0) ? -1 : 1; in maybe_link() [all …]
|
| /kernel/linux/linux-6.6/init/ |
| D | initramfs.c | 235 static __initdata char *collected; variable 242 collected = victim; in read_into() 246 collect = collected = buf; in read_into() 277 if (!memcmp(collected, "070701", 6)) { in do_header() 279 } else if (!memcmp(collected, "070702", 6)) { in do_header() 282 if (memcmp(collected, "070707", 6) == 0) in do_header() 288 parse_header(collected); in do_header() 297 collect = collected = symlink_buf; in do_header() 345 char *old = find_link(major, minor, ino, mode, collected); in maybe_link() 347 clean_path(collected, 0); in maybe_link() [all …]
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | configfs-most | 44 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
|
| D | sysfs-class-remoteproc | 74 "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
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | configfs-most | 44 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
|
| D | sysfs-class-remoteproc | 74 "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
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | kcov.h | 29 * Covered PCs are collected in a per-task buffer. 41 * The format for the types of collected comparisons.
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | kcov.h | 29 * Covered PCs are collected in a per-task buffer. 41 * The format for the types of collected comparisons.
|
| /kernel/linux/linux-6.6/scripts/ |
| D | Makefile.gcc-plugins | 45 # All the plugin CFLAGS are collected here in case a build target needs to 60 # All enabled GCC plugins are collected here for building in
|
| /kernel/linux/linux-5.10/scripts/ |
| D | Makefile.gcc-plugins | 53 # All the plugin CFLAGS are collected here in case a build target needs to 63 # All enabled GCC plugins are collected here for building below.
|
| /kernel/linux/linux-5.10/Documentation/dev-tools/ |
| D | kcov.rst | 27 If the comparison operands need to be collected, set:: 88 /* Read number of PCs collected. */ 143 * The format for the types of collected comparisons. 177 /* Read number of comparisons collected. */ 211 With KCOV_ENABLE coverage is collected only for syscalls that are issued
|
| /kernel/linux/linux-6.6/Documentation/accounting/ |
| D | taskstats-struct.rst | 11 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.
|
| /kernel/linux/linux-5.10/Documentation/accounting/ |
| D | taskstats-struct.rst | 11 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.
|
| /kernel/linux/linux-6.6/Documentation/dev-tools/ |
| D | kcov.rst | 97 /* 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
|
| /kernel/linux/linux-5.10/tools/perf/Documentation/ |
| D | perf.data-file-format.txt | 90 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 411 each event collected. See perf_event.h or the man page for a detailed 425 collected in parallel on different CPUs. If the events should be
|
| /kernel/linux/linux-6.6/tools/perf/Documentation/ |
| D | perf.data-file-format.txt | 90 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
|
| /kernel/linux/linux-6.6/drivers/accel/ivpu/ |
| D | vpu_jsm_api.h | 206 * also be used to request information about the number of collected samples 274 * Returns information about collected metric data. 280 * Returns information about collected metric data. 292 * metric buffer is full or when the VPU has collected a multiple of 294 * (VPU_JSM_MSG_METRIC_STREAMER_START). Returns information about collected 415 * after every @notify_sample_count samples is collected or dropped by the VPU. 802 * Number of samples collected since the metric streamer was started. 809 * collected samples because the current buffer is full and there is no
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | dim.h | 328 * @completions: The number of completions collected in this round. 331 * have been collected and counts them as a new event. 332 * Once enough events have been collected the algorithm decides a new
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | dim.h | 328 * @completions: The number of completions collected in this round. 331 * have been collected and counts them as a new event. 332 * Once enough events have been collected the algorithm decides a new
|
| /kernel/linux/linux-5.10/include/linux/sched/ |
| D | types.h | 8 * struct task_cputime - collected CPU time counts
|
| /kernel/linux/linux-6.6/include/linux/sched/ |
| D | types.h | 8 * struct task_cputime - collected CPU time counts
|
| /kernel/linux/linux-5.10/tools/vm/ |
| D | slabinfo-gnuplot.sh | 9 # This program is intended to plot a `slabinfo -X' stats, collected, 13 # Use `slabinfo-gnuplot.sh stats' to pre-process collected records
|
| /kernel/linux/linux-6.6/tools/mm/ |
| D | slabinfo-gnuplot.sh | 9 # This program is intended to plot a `slabinfo -X' stats, collected, 13 # Use `slabinfo-gnuplot.sh stats' to pre-process collected records
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/mfd/ |
| D | bfticu.txt | 10 - interrupts: the main IRQ line to signal the collected IRQs
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
| D | bfticu.txt | 10 - interrupts: the main IRQ line to signal the collected IRQs
|