/linux-6.3-rc2/Documentation/driver-api/soundwire/ |
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-6.3-rc2/Documentation/mm/ |
A D | frontswap.rst | 122 If CONFIG_FRONTSWAP is disabled, every frontswap hook compiles into 126 every swap page read or written. If CONFIG_FRONTSWAP is enabled 127 AND a frontswap backend registers AND the backend fails every "store" 129 CPU overhead is still negligible -- and since every frontswap fail 135 registers, one bit is allocated for every swap page for every swap 138 for every swap page for every swap device that is swapon'd. (Hugh 170 page, it could accept every ninth page, or it might accept every 185 So every time the frontswap backend accepts a page, a swap device read 233 implemented as a "shadow" to every swapon'd device with the potential 234 capability of holding every page that the swap device might have held
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
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.
|
A D | sysfs-cfq-target-latency | 8 use it to calculate the time slice used for every task.
|
/linux-6.3-rc2/tools/testing/selftests/tc-testing/ |
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-6.3-rc2/Documentation/dev-tools/ |
A D | kmsan.rst | 109 in the Makefile. Think of this as applying ``__no_sanitize_memory`` to every 128 KMSAN associates a metadata byte (also called shadow byte) with every byte of 146 propagated into all the operations which use that value. For every instruction 172 shadow. For every instruction that takes one or more values, the origin of the 188 same four-byte chunk. In this case every write to either variable updates the 215 To ease debugging, KMSAN creates a new origin for every store of an 229 For every memory access the compiler emits a call to a function that returns a 243 The compiler makes sure that for every loaded value its shadow and origin 258 At the beginning of every instrumented function KMSAN inserts a call to 319 KMSAN instruments every inline assembly output with a call to:: [all …]
|
/linux-6.3-rc2/tools/perf/Documentation/ |
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
|
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 …]
|
A D | tips.txt | 20 To count events in every 1000 msec: perf stat -I 1000 26 To record every process run by a user: perf record -u <user>
|
/linux-6.3-rc2/Documentation/driver-api/usb/ |
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-6.3-rc2/Documentation/admin-guide/mm/ |
A D | transhuge.rst | 67 a flood of mmap system calls for every malloc(4k). Optimizing userland 250 Attempt to allocate huge pages every time we need a new page; 312 is incremented every time a huge page is successfully 335 is incremented every time a file huge page is successfully 348 is incremented every time a file huge page is mapped into 352 is incremented every time a huge page is split into base 368 is incremented every time a PMD split into table of PTEs. 374 is incremented every time a huge zero page used for thp is 375 successfully allocated. Note, it doesn't count every map of 383 is incremented every time a huge page is swapout in one [all …]
|
/linux-6.3-rc2/Documentation/devicetree/bindings/display/ |
A D | allwinner,sun4i-a10-display-frontend.yaml | 46 # FIXME: This should be made required eventually once every SoC will 51 # FIXME: This should be made required eventually once every SoC will
|
/linux-6.3-rc2/Documentation/bpf/ |
A D | bpf_iterators.rst | 38 should be executed for every entry in a variety of kernel data structures. 40 For example, users can define a BPF iterator that iterates over every task on 269 that visits every file of an iterator. We will use this BPF program in our 317 ``linfo.task.pid`` is zero, the iterator will visit every opened file of every 333 ``bpf_iter_attach_opts`` will include every opened file of every task in the 423 the tid of tasks, or it will receive every opened file in the system (in the 473 By default, a BPF VMA iterator includes every VMA in every process. However,
|
/linux-6.3-rc2/include/uapi/linux/netfilter/ |
A D | xt_statistic.h | 29 __u32 every; member
|
/linux-6.3-rc2/lib/ |
A D | Kconfig.kmsan | 42 eagerly check every function parameter passed by value and every
|
/linux-6.3-rc2/Documentation/devicetree/bindings/media/ |
A D | allwinner,sun4i-a10-csi.yaml | 60 # FIXME: This should be made required eventually once every SoC will 65 # FIXME: This should be made required eventually once every SoC will
|
/linux-6.3-rc2/Documentation/mm/damon/ |
A D | api.rst | 7 Kernel space programs can use every feature of DAMON using below APIs. All you
|
/linux-6.3-rc2/Documentation/devicetree/bindings/pinctrl/ |
A D | sprd,pinctrl.txt | 16 of them, so we can not make every Spreadtrum-special configuration 22 Moreover we recognise every fields comprising one bit or several 24 record every pin's bit offset, bit width and register offset to
|
/linux-6.3-rc2/Documentation/admin-guide/ |
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-6.3-rc2/Documentation/ABI/stable/ |
A D | syscalls | 7 Note that this interface is different for every architecture
|
/linux-6.3-rc2/drivers/staging/gdm724x/ |
A D | TODO | 5 - Fixes for every instances of function returning -1
|
/linux-6.3-rc2/arch/m68k/hp300/ |
A D | README.hp300 | 13 every packet. This doesn't make for very speedy operation.
|
/linux-6.3-rc2/Documentation/driver-api/driver-model/ |
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-6.3-rc2/Documentation/scheduler/ |
A D | sched-rt-group.rst | 67 limit. Now if the audio thread needs to refill the DMA buffer every 0.005s, but 163 - this runs for 0.05s once every 0.1s 167 - this runs for 0.025s twice every 0.1s (or once every 0.05 sec).
|
/linux-6.3-rc2/Documentation/devicetree/bindings/edac/ |
A D | aspeed-sdram-edac.txt | 8 every 64 bit word (effectively reducing available memory to 8/9).
|