Searched full:builds (Results 1 – 25 of 394) sorted by relevance
12345678910>>...16
/Linux-v6.6/net/llc/ |
D | llc_pdu.c | 83 * llc_pdu_init_as_disc_cmd - Builds DISC PDU 87 * Builds a pdu frame as a DISC command. 99 * llc_pdu_init_as_i_cmd - builds I pdu 105 * Builds a pdu frame as an I command. 119 * llc_pdu_init_as_rej_cmd - builds REJ PDU 124 * Builds a pdu frame as a REJ command. 139 * llc_pdu_init_as_rnr_cmd - builds RNR pdu 144 * Builds a pdu frame as an RNR command. 159 * llc_pdu_init_as_rr_cmd - Builds RR pdu 164 * Builds a pdu frame as an RR command. [all …]
|
/Linux-v6.6/mm/damon/ |
D | Kconfig | 8 This builds a framework that allows kernel subsystems to monitor 20 This builds the DAMON Kunit test suite. 32 This builds the default data access monitoring operations for DAMON 40 This builds the default data access monitoring operations for DAMON 48 This builds the DAMON virtual addresses operations Kunit test suite. 59 This builds the sysfs interface for DAMON. The user space can use 66 This builds the debugfs interface for DAMON. The user space admins 80 This builds the DAMON debugfs interface Kunit test suite. 91 This builds the DAMON-based reclamation subsystem. It finds pages 103 This builds the DAMON-based LRU-lists sorting subsystem. It tries to
|
/Linux-v6.6/samples/ |
D | Kconfig | 17 This builds the trace event example module. 23 This builds the custom trace event example module. 29 This builds a module that calls trace_printk() and can be used to 37 This builds an ftrace direct function example 45 This builds an ftrace direct function example 53 This builds an ftrace ops example that hooks two functions and 60 This builds a module that demonstrates the use of various APIs to 87 This builds kernel hardware breakpoint example modules. 93 This builds a fprobe example module. This module has an option 'symbol'. 141 Builds a sample configfs interface. [all …]
|
/Linux-v6.6/Documentation/kbuild/ |
D | reproducible-builds.rst | 2 Reproducible builds 12 The `Reproducible Builds project`_ has more information about this 61 The Reproducible Builds web site has more information about these 68 subdirectory do not completely support out-of-tree builds. This may 135 .. _prefix-map options: https://reproducible-builds.org/docs/build-path/ 136 .. _Reproducible Builds project: https://reproducible-builds.org/ 137 .. _SOURCE_DATE_EPOCH: https://reproducible-builds.org/docs/source-date-epoch/
|
D | llvm.rst | 127 ``ccache`` can be used with ``clang`` to improve subsequent builds, (though 128 KBUILD_BUILD_TIMESTAMP_ should be set to a deterministic value between builds 134 .. _Reproducible_builds: reproducible-builds.html#timestamps
|
/Linux-v6.6/net/9p/ |
D | Kconfig | 24 This builds support for transports over TCP, Unix sockets and 31 This builds support for a transports between 39 This builds support for a transport for 9pfs between 47 This builds support for an RDMA transport.
|
/Linux-v6.6/samples/rust/ |
D | Kconfig | 16 This option builds the Rust minimal module sample. 26 This option builds the Rust printing macros sample. 36 This option builds the Rust host program samples.
|
/Linux-v6.6/include/linux/ |
D | spinlock.h | 11 * on SMP builds: 24 * (also included on UP-debug builds:) 29 * linux/spinlock.h: builds the final spin_*() APIs. 31 * on UP builds: 35 * (which is an empty structure on non-debug builds) 44 * builds. (which are NOPs on non-debug, non-preempt 45 * builds) 47 * (included on UP-non-debug builds:) 50 * builds the _spin_*() APIs. 52 * linux/spinlock.h: builds the final spin_*() APIs. [all …]
|
/Linux-v6.6/Documentation/process/ |
D | submit-checklist.rst | 18 2) Builds cleanly: 25 c) Builds successfully when using ``O=builddir`` 31 3) Builds on multiple CPU architectures by using local cross-compile tools 115 then test multiple builds with the related ``Kconfig`` symbols disabled
|
/Linux-v6.6/net/bpfilter/ |
D | Kconfig | 7 This builds experimental bpfilter framework that is aiming to 17 This builds bpfilter kernel module with embedded user mode helper
|
/Linux-v6.6/kernel/bpf/preload/ |
D | Kconfig | 15 This builds kernel module with several embedded BPF programs that are 24 This builds bpf_preload kernel module with embedded BPF programs for
|
/Linux-v6.6/drivers/scsi/libsas/ |
D | Kconfig | 23 Builds in ATA support into libsas. Will necessitate 32 option builds an SMP interpreter into libsas. Say
|
/Linux-v6.6/kernel/ |
D | gen_kheaders.sh | 19 # Support incremental builds by skipping archive generation 22 # This block is useful for debugging the incremental builds. 76 # of tree builds having stale headers in srctree. Just silence CPIO for now.
|
/Linux-v6.6/drivers/mux/ |
D | Kconfig | 40 The driver builds a single multiplexer controller using a number 54 The driver builds multiplexer controllers for bitfields in either
|
/Linux-v6.6/lib/ |
D | Kconfig.debug | 365 reduces the build directory size for builds with DEBUG_INFO, 1219 This builds the "test_lockup" module that helps to make sure 2428 This builds the "test_module" module that emits "Hello, world" 2441 This builds the "test_bitops" module that is much like the 2456 This builds the "test_vmalloc" module that should be used for 2467 This builds the "test_user_copy" module that runs sanity checks 2479 This builds the "test_bpf" module that runs various test vectors 2492 This builds the "test_blackhole_dev" module that validates the 2500 This builds the "test_find_bit" module that measure find_*_bit() 2509 This builds the "test_firmware" module that creates a userspace [all …]
|
/Linux-v6.6/drivers/of/ |
D | Kconfig | 22 This option builds in test cases for the device tree infrastructure 45 This option builds all possible Device Tree Blobs (DTBs) for the
|
/Linux-v6.6/arch/x86/include/asm/ |
D | pgtable_64_types.h | 145 * For non-KMSAN builds, this is the same as VMALLOC_END. 146 * For KMSAN builds, VMALLOC_START..VMEMORY_END is 4 times bigger than 155 * In KMSAN builds vmalloc area is four times smaller, and the remaining 3/4
|
D | olpc.h | 23 * and the minor build number within 0x000f. Pre-builds have a minor 24 * number less than 8, and normal builds start at 8. For example, 0x0B10
|
/Linux-v6.6/include/media/ |
D | v4l2-h264.h | 63 * This functions builds the B0/B1 reference lists. This procedure is described 80 * This functions builds the P reference lists. This procedure is describe in
|
/Linux-v6.6/tools/perf/ |
D | Makefile | 4 # with a -j option to do parallel builds 95 # repository, i.e. that uses O= or builds the tarpkg outside the source
|
/Linux-v6.6/tools/testing/kunit/configs/ |
D | arch_uml.config | 1 # Config options which are added to UML builds by default
|
/Linux-v6.6/arch/mips/vdso/ |
D | Kconfig | 3 # the lack of relocations. As such, we disable the VDSO for microMIPS builds.
|
/Linux-v6.6/samples/kprobes/ |
D | Makefile | 2 # builds the kprobes example kernel modules;
|
/Linux-v6.6/samples/trace_printk/ |
D | Makefile | 2 # builds a module that calls various trace_printk routines
|
/Linux-v6.6/arch/powerpc/configs/ |
D | security.config | 1 # Help: Common security options for PowerPC builds
|
12345678910>>...16