Home
last modified time | relevance | path

Searched refs:code (Results 3501 – 3525 of 4688) sorted by relevance

1...<<141142143144145146147148149150>>...188

/linux-6.15/arch/powerpc/crypto/
H A Daesp8-ppc.pl124 $code.=<<___;
462 $code.=<<___;
539 $code.=<<___;
709 $code.=<<___;
1314 $code.=<<___;
1431 $code.=<<___;
1975 $code.=<<___;
2452 $code.=<<___;
3838 foreach(split("\n",$code)) {
/linux-6.15/drivers/net/wireless/ath/ath9k/
H A Dar9003_eeprom.c3115 static void ar9300_comp_hdr_unpack(u8 *best, int *code, int *reference, in ar9300_comp_hdr_unpack() argument
3124 *code = ((value[0] >> 5) & 0x0007); in ar9300_comp_hdr_unpack()
3182 int code, in ar9300_compress_decision() argument
3190 switch (code) { in ar9300_compress_decision()
3221 ath_dbg(common, EEPROM, "unknown compression code %d\n", code); in ar9300_compress_decision()
3273 int code; in ar9300_eeprom_restore_internal() local
3348 ar9300_comp_hdr_unpack(word, &code, &reference, in ar9300_eeprom_restore_internal()
3352 cptr, code, reference, length, major, minor); in ar9300_eeprom_restore_internal()
3368 ar9300_compress_decision(ah, it, code, reference, mptr, in ar9300_eeprom_restore_internal()
/linux-6.15/init/
H A DKconfig340 code. The size of the kernel is about 30% smaller with XZ in
364 <https://code.google.com/p/lz4/>.
387 slow. This option allows early boot code to skip the decompressor
700 This feature adds some code to the task wakeup and sleep
1501 bool "Dead code and data elimination (EXPERIMENTAL)"
1507 Enable this if you want to do dead code and data elimination with
1512 code and static data, particularly for small configs and
1742 option replaces shmem and tmpfs with the much simpler ramfs code,
1767 code coverage testing.
1950 used to profile the code that runs on that CPU.
[all …]
/linux-6.15/tools/memory-model/Documentation/
H A Dlitmus-tests.txt101 For now, you can use C-language comments in the C code, and these comments
139 Each process's code is similar to Linux-kernel C, as can be seen on lines
140 7-8 and 13-17. This code may use many of the Linux kernel's atomic
498 the amount of code in a give process can greatly increase execution time.
806 In short, use C-language comments in the C code and Ocaml comments in
889 your code down into small pieces each representing a core concurrency
992 5. Self-modifying code (such as that found in the kernel's
1056 code duplication. Some uses of "goto" can be emulated by "if",
/linux-6.15/Documentation/driver-api/
H A Dparport-lowlevel.rst65 code), and a variety of low-level drivers that actually do the port
192 Zero on success, otherwise an error code.
823 If negative, an error code; otherwise the number of bytes transferred.
853 If negative, an error code; otherwise the number of bytes transferred.
942 If negative, an error code; otherwise, the number of bytes of buffer
/linux-6.15/drivers/net/can/flexcan/
H A Dflexcan-core.c990 u32 code; in flexcan_mailbox_read() local
997 code = reg_ctrl & FLEXCAN_MB_CODE_MASK; in flexcan_mailbox_read()
998 if ((code != FLEXCAN_MB_CODE_RX_FULL) && in flexcan_mailbox_read()
999 (code != FLEXCAN_MB_CODE_RX_OVERRUN)) in flexcan_mailbox_read()
1002 if (code == FLEXCAN_MB_CODE_RX_OVERRUN) { in flexcan_mailbox_read()
/linux-6.15/Documentation/trace/
H A Dftrace.rst262 section below "dynamic ftrace"), the code is dynamically
263 modified (code text rewrite) to disable calling of the
810 to draw a graph of function calls similar to C code
1431 the return value is an error code, it will be printed
1797 Consider the following code::
1878 interrupts are disabled in the assembly code. Without the
2417 something like following code snippet can be used::
2784 returns an error code.
2804 returned the error code -22 firstly, then we can read the code
2947 list. This is automatic in the module unload code, and the
[all …]
/linux-6.15/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst407 * ``bpffile=str`` filename of raw bpf code to be loaded as a socket filter
411 load bpf code.
413 In either case the bpf code is loaded into the host kernel. While this is
1208 userspace code which maps driver concepts onto actual userspace host
1213 userspace code. This portion needs some matching "kernel" code which
1220 "user" can share memory, code and interact as needed to implement
1226 As a result a lot of userspace code consists of simple wrappers.
1255 accepting arbitrary filename, bpf code or other parameters
/linux-6.15/Documentation/devicetree/bindings/
H A Dincomplete-devices.yaml237 - description: Linux kernel unit tests and sample code
/linux-6.15/arch/arm/boot/dts/nxp/imx/
H A Dimx6qdl-savageboard.dtsi64 linux,code = <KEY_POWER>;
/linux-6.15/net/netfilter/
H A Dnft_nat.c125 regs->verdict.code = nf_nat_setup_info(ct, &range, priv->type); in nft_nat_eval()
H A Dnft_inner.c307 regs->verdict.code = NFT_BREAK; in nft_inner_eval()
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dvidioc-s-hw-freq-seek.rst59 error code is returned and no seek takes place.
H A Dfunc-poll.rst18 .. code-block:: c
/linux-6.15/Documentation/networking/
H A Dnfc.rst29 .. code-block:: none
/linux-6.15/Documentation/networking/device_drivers/ethernet/huawei/
H A Dhinic.rst126 If an issue is identified with the released source code on the supported kernel
/linux-6.15/drivers/pci/pcie/
H A DKconfig45 Debugging AER code is quite difficult because it is hard
/linux-6.15/drivers/usb/
H A DKconfig91 If you have such a device you may say N here and PCI related code
/linux-6.15/tools/testing/kunit/test_data/
H A Dtest_output_isolated_correctly.log6 Memory: 254468K/283500K available (1734K kernel code, 489K rwdata, 396K rodata, 85K init, 216K bss,…
/linux-6.15/drivers/net/wireless/atmel/
H A Dat76c50x-usb.h350 u16 code; member
/linux-6.15/tools/testing/memblock/
H A DREADME22 As this project uses the actual memblock code and has to run in user space,
/linux-6.15/arch/powerpc/kernel/
H A Dvector.S119 #error This asm code isn't ready for 32-bit kernels
/linux-6.15/arch/arm/boot/dts/st/
H A Dstm32f746-disco.dts94 linux,code = <KEY_HOME>;
/linux-6.15/arch/powerpc/boot/dts/fsl/
H A Dmpc8544si-post.dtsi8 * * Redistributions of source code must retain the above copyright
H A Dp1020si-post.dtsi8 * * Redistributions of source code must retain the above copyright

1...<<141142143144145146147148149150>>...188