| /linux/Documentation/driver-api/soundwire/ |
| H A D | locking.rst | 17 (sdw_bus) which is used for every Bus instance. This lock is used to 40 1. For every message transfer 74 2. For every message transfer in Prepare operation
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | dm-pcache.rst | 20 * Crash-safe: every metadata structure is duplicated (`PCACHE_META_INDEX_MAX 45 * ``true`` – store CRC32 for every cached entry 145 from *key_tail*, frees segments whose every key has been invalidated, and 151 If ``data_crc is enabled`` dm-pcache computes a CRC32 over every cached data 164 rebuild the in-core trees; every segment’s generation guards against
|
| /linux/Documentation/dev-tools/ |
| H A D | kmsan.rst | 109 in the Makefile. Think of this as applying ``__no_sanitize_memory`` to every 135 KMSAN associates a metadata byte (also called shadow byte) with every byte of 153 propagated into all the operations which use that value. For every instruction 179 shadow. For every instruction that takes one or more values, the origin of the 195 same four-byte chunk. In this case every write to either variable updates the 222 To ease debugging, KMSAN creates a new origin for every store of an 236 For every memory access the compiler emits a call to a function that returns a 250 The compiler makes sure that for every loaded value its shadow and origin 265 At the beginning of every instrumented function KMSAN inserts a call to 326 KMSAN instruments every inline assembly output with a call to:: [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-fs-ubifs | 6 Exposes magic errors: every node starts with a magic number. 30 Exposes crc errors: every node embeds a crc checksum.
|
| H A D | sysfs-cfq-target-latency | 8 use it to calculate the time slice used for every task.
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-script-perl.txt | 27 the event types in the trace file; it simply prints every available 91 to every event as arguments but are available as library functions. 107 The above provides the basics needed to directly access every field of 108 every event in a trace, which covers 90% of what you need to know to 129 Aside from the event handler functions discussed above, every script 196 $context variable passed into every event handler as the second
|
| H A D | perf-script-python.txt | 74 every time a system call occurs in the system. Our script will do 79 - we could enable every event under the tracing/events/syscalls 102 The options basically say to collect data for every syscall event 161 path append which every perf script script should include. 169 every event in the 'perf record' output. The handler functions take 176 generated for every script. The first, trace_unhandled(), is called 177 every time the script finds an event in the perf.data file that 206 Of course, for this script, we're not interested in printing every 234 store that information; every time the sys_enter() handler is called, 421 the event types in the trace file; it simply prints every available [all …]
|
| /linux/tools/testing/selftests/tc-testing/ |
| H A D | TODO.txt | 16 - A better implementation of the "hooks". Currently, every plugin 17 will attempt to run a function at every hook point. Could be
|
| /linux/Documentation/driver-api/usb/ |
| H A D | typec_bus.rst | 11 every alternate mode, so every alternate mode will need a custom driver. 16 :ref:`USB Type-C Connector Class <typec>` provides a device for every alternate 17 mode a port supports, and separate device for every alternate mode the partner
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | metafmt-generic.rst | 57 Data Units, with one padding byte after every four bytes of metadata. This 101 Data Units, with one padding byte after every two bytes of metadata. This format 147 Data Units, with three padding bytes after every four bytes of metadata. This 190 Data Units, with one padding byte after every byte of metadata. This format is 239 Data Units, with alternating one or two padding bytes after every byte of 292 Data Units, with two padding bytes after every byte of metadata. This format is
|
| H A D | ext-ctrls-image-source.rst | 25 Vertical blanking. The idle period after every frame during which no 32 Horizontal blanking. The idle period after every line of image data
|
| /linux/lib/ |
| H A D | Kconfig.kmsan | 33 eagerly check every function parameter passed by value and every
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | transhuge.rst | 82 a flood of mmap system calls for every malloc(4k). Optimizing userland 426 Attempt to allocate huge pages every time we need a new page; 484 Attempt to allocate <size> huge pages every time we need a new page; 535 is incremented every time a huge page is successfully 558 is incremented every time a shmem huge page is successfully 574 is incremented every time a file or shmem huge page is mapped into 578 is incremented every time a huge page is split into base 600 is incremented every time a PMD split into table of PTEs. 606 is incremented every time a huge zero page used for thp is 607 successfully allocated. Note, it doesn't count every map of [all …]
|
| /linux/Documentation/admin-guide/ |
| H A D | rtc.rst | 29 same functionality. For example, not every RTC is hooked up to an 53 ring on the 30th second of the 30th minute of every hour, for example. 54 The clock can also be set to generate an interrupt upon every clock 90 kernel will write the time back to the CMOS clock every 11 minutes. In 113 than expecting a single battery-backed MC146818 clone on every system.
|
| /linux/include/uapi/linux/netfilter/ |
| H A D | xt_statistic.h | 29 __u32 every; member
|
| /linux/Documentation/scheduler/ |
| H A D | sched-rt-group.rst | 67 limit. Now if the audio thread needs to refill the DMA buffer every 0.005s, but 168 - this runs for 0.05s once every 0.1s 172 - this runs for 0.025s twice every 0.1s (or once every 0.05 sec).
|
| /linux/Documentation/driver-api/driver-model/ |
| H A D | overview.rst | 32 Microsoft (namely ACPI) ensures that almost every device on almost any bus 34 not every bus is able to support all such operations, although most 70 If it were not done this way, then when a field was renamed or removed, every
|
| /linux/Documentation/mm/damon/ |
| H A D | api.rst | 7 Kernel space programs can use every feature of DAMON using below APIs. All you
|
| /linux/Documentation/ABI/stable/ |
| H A D | syscalls | 7 Note that this interface is different for every architecture
|
| /linux/Documentation/bpf/ |
| H A D | bpf_iterators.rst | 145 should be executed for every entry in a variety of kernel data structures. 147 For example, users can define a BPF iterator that iterates over every task on 373 that visits every file of an iterator. We will use this BPF program in our 421 ``linfo.task.pid`` is zero, the iterator will visit every opened file of every 437 ``bpf_iter_attach_opts`` will include every opened file of every task in the 527 the tid of tasks, or it will receive every opened file in the system (in the 577 By default, a BPF VMA iterator includes every VMA in every process. However,
|
| /linux/Documentation/filesystems/ |
| H A D | ubifs-authentication.rst | 107 To avoid re-writing the whole B+ tree on every single change, it is implemented 126 on-flash filesystem structures like the index. On every commit, the TNC nodes 144 written on every journal update. Each reference node points to the position of 152 every reference node after that. Every reference node before the commit start 158 On replay, UBIFS will record every reference node and inspect the location of 163 for every other LEB will directly cause UBIFS to fail the mount operation. 196 index. Due to its smaller size it is always written as one chunk on every 229 the flash and have not yet been erased. This is possible, because every commit 377 node. Since the LPT is written and read atomically on every commit, there is
|
| /linux/arch/m68k/hp300/ |
| H A D | README.hp300 | 13 every packet. This doesn't make for very speedy operation.
|
| /linux/Documentation/admin-guide/mm/damon/ |
| H A D | stat.rst | 80 every byte of the region. If a region has zero access frequency (nr_accesses), 82 idle time of every byte of the region. Then, DAMON_STAT exposes the
|
| /linux/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_slow_start_slow-start-ack-per-2pkt-send-5pkt.pkt | 5 // In this variant, the receiver ACKs every other packet,
|
| H A D | tcp_user_timeout_user-timeout-probe.pkt | 28 // When qdisc is congested we retry every 500ms
|