| /linux/arch/microblaze/ |
| H A D | Kconfig.platform | 14 Turns on optimized library functions (memcpy and memmove). 15 They are optimized by using word alignment. This will work 27 Turns on optimized library functions (memcpy and memmove).
|
| /linux/Documentation/trace/ |
| H A D | kprobes.rst | 192 instruction (the "optimized region") lies entirely within one function. 197 jump into the optimized region. Specifically: 202 optimized region -- Kprobes checks the exception tables to verify this); 203 - there is no near jump to the optimized region (other than to the first 206 - For each instruction in the optimized region, Kprobes verifies that 218 - the instructions from the optimized region 228 - Other instructions in the optimized region are probed. 235 If the kprobe can be optimized, Kprobes enqueues the kprobe to an 237 it. If the to-be-optimized probepoint is hit before being optimized, 248 optimized region [3]_. As you know, synchronize_rcu() can ensure [all …]
|
| /linux/tools/testing/kunit/ |
| H A D | .gitignore | 2 # Byte-compiled / optimized / DLL files
|
| /linux/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | atmel,ebi.txt | 67 - atmel,smc-tdf-mode: "normal" or "optimized". When set to 68 "optimized" the data float time is optimized
|
| /linux/Documentation/crypto/ |
| H A D | libcrypto.rst | 45 generic and architecture-optimized code to be easily built into a single 63 and architecture-optimized implementation(s). Each module initialization 86 unnecessary API overhead. Architecture-optimized code is enabled by default. 137 Many of the crypto algorithms have architecture-optimized implementations. 148 Since correctness is essential in cryptographic code, new architecture-optimized
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | usdt.c | 102 static void subtest_basic_usdt(bool optimized) in subtest_basic_usdt() 112 if (optimized) \ in subtest_basic_usdt() 114 optimized ? 2 : 1; \ in subtest_basic_usdt() 296 * so the probe won't get optimized. in subtest_multispec_usdt() 318 * of nop1,nop10 combo, so the probe gets optimized on top of nop10. in subtest_multispec_usdt() 43 subtest_basic_usdt(bool optimized) subtest_basic_usdt() argument
|
| /linux/drivers/md/bcache/ |
| H A D | Kconfig | 10 a btree for indexing and the layout is optimized for SSDs.
|
| /linux/Documentation/userspace-api/ |
| H A D | rseq.rst | 42 legacy and the optimized V2 mode. 109 The ABI compliant optimized v2 mode, which respects the read only fields, 114 functionality without disturbing each other. The ABI compliant optimized v2 132 optimized V2 mode
|
| /linux/Documentation/locking/ |
| H A D | rt-mutex.rst | 40 RT-mutexes are optimized for fastpath operations and have no internal 42 without waiters. The optimized fastpath operations require cmpxchg
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-class-power-wilco | 10 Battery settings adaptively optimized based on
|
| /linux/Documentation/misc-devices/ |
| H A D | isl29003.rst | 22 ADC, I2C user programmable lux range select for optimized counts/lux, and
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H A D | frontend-property-cable-systems.rst | 18 The DVB-C Annex-C is optimized for 6MHz, and is used in Japan. It
|
| /linux/Documentation/ABI/stable/ |
| H A D | vdso | 9 the vDSO and it often contains useful and highly-optimized alternatives
|
| H A D | configfs-nvmet | 66 for this group on this port. Accepted values: "optimized", 67 "non-optimized", "inaccessible", "persistent-loss",
|
| H A D | sysfs-nvme | 305 "optimized", "non-optimized", "inaccessible",
|
| /linux/drivers/media/usb/pvrusb2/ |
| H A D | Kconfig | 29 although certain applications are optimized to take
|
| /linux/Documentation/driver-api/ |
| H A D | hsi.rst | 8 that is optimized for die-level interconnect between an Application Processor
|
| /linux/Documentation/admin-guide/cifs/ |
| H A D | todo.rst | 23 b) Better optimized compounding and error handling for sparse file support, 33 e) Additional use cases can be optimized to use "compounding" (e.g.
|
| /linux/Documentation/security/ |
| H A D | siphash.rst | 50 optimized functions. 169 optimized functions.
|
| /linux/Documentation/networking/ |
| H A D | multiqueue.rst | 31 Currently two qdiscs are optimized for multiqueue devices. The first is the
|
| /linux/Documentation/core-api/ |
| H A D | packing.rst | 284 The library exposes optimized functions for the scenario where there are many 311 * from the packed buffer. Here, it is optimized to reduce padding.
|
| /linux/Documentation/staging/ |
| H A D | xz.rst | 40 It runs the script scripts/xz_wrap.sh which uses arch-optimized
|
| /linux/Documentation/filesystems/ |
| H A D | erofs.rst | 30 inline/shared extended attributes, and optimized (de)compression provide better 41 by using compact (meta)data layout, optimized transparent data compression, 79 optimized to minimize the overhead for better performance.
|
| /linux/Documentation/netlabel/ |
| H A D | draft-ietf-cipso-ipsecurity-01.txt | 256 label. Except for the optimized tag 1 format described in the next section, 282 support these routers there is an optimized form of tag type 1. The format 423 the non-optimized form. In addition, a CIPSO implementation MUST be able 424 to receive any valid tag type 1 even those using the optimized tag type 1
|
| /linux/Documentation/process/ |
| H A D | volatile-considered-harmful.rst | 39 meaning that data accesses will not be optimized across them. So the
|