Home
last modified time | relevance | path

Searched refs:code (Results 2101 – 2125 of 4688) sorted by relevance

1...<<81828384858687888990>>...188

/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dvidioc-enumaudio.rst38 structure or return an ``EINVAL`` error code when the index is out of
/linux-6.15/Documentation/locking/
H A Dpercpu-rw-semaphore.rst28 The code was written by Mikulas Patocka <[email protected]>
/linux-6.15/arch/arm64/boot/dts/qcom/
H A Dpm6350.dtsi57 linux,code = <KEY_POWER>;
/linux-6.15/Documentation/arch/x86/x86_64/
H A Dmachinecheck.rst4 Configurable sysfs parameters for the x86-64 machine check code
/linux-6.15/Documentation/mm/
H A Dhugetlbfs_reserv.rst16 done with a simple check in the code at mmap() time to determine if there
18 kernel, the code has evolved over time. However, the basic idea was to
27 hugetlbfs code.
94 by files in the hugetlbfs filesystem, the hugetlbfs code ensures each inode
153 However, within those routines the code is simply checking to ensure there
275 to the folio as it is called from the generic MM code. When a huge page
375 code (mm/hugetlb.c). These routines are::
387 The calling code performs global checks and allocations to determine if
548 There is some code (most notably userfaultfd) which can not call
556 to manage Linux code. The concept of reservations was added some time later.
[all …]
/linux-6.15/Documentation/doc-guide/
H A Dkernel-doc.rst9 and design of the code. It is easier to keep documentation up-to-date
17 .. note:: kernel-doc does not cover Rust code: please see
36 kernel source code layout. This is lower priority and at the discretion
49 that somebody changing the code will also change the documentation. The
370 * scheme where we can return either an error code or a normal
464 To facilitate having source code and comments close together, you can include
467 used for something like a theory of operation for a driver or library code, for
/linux-6.15/LICENSES/dual/
H A DCDDL-1.039 portions thereof with code not governed by the terms of this
62 of computer software code that is originally released under
71 code in which modifications are made and (b) associated
72 documentation included in or with such code.
111 granted: (1) for code that You delete from the Original
148 granted: (1) for any code that Contributor has deleted from
224 other code not governed by the terms of this License and distribute
/linux-6.15/Documentation/translations/it_IT/process/
H A Dlicense-rules.rst228 To use this license in source code, put one of the following SPDX
243 To use this license in source code, put the following SPDX
285 Usage of this license in the kernel for new code is discouraged
286 and it should solely be used for importing code from an already
288 To use this license in source code, put the following SPDX
411 into non GPL compliant user-space application code.
425 of the above SPDX-Licenses for code imported from the GCC runtime
/linux-6.15/arch/arm64/boot/dts/nvidia/
H A Dtegra234-p3737-0000+p3701.dtsi394 linux,code = <BTN_1>;
401 linux,code = <KEY_POWER>;
410 linux,code = <KEY_SLEEP>;
/linux-6.15/Documentation/networking/
H A Dregulatory.rst105 Example code - drivers hinting an alpha2:
149 Example code - drivers providing a built in regulatory domain:
183 Then in some part of your code after your wiphy has been registered::
/linux-6.15/arch/powerpc/kvm/
H A DKconfig13 This option alone does not add any kernel code.
145 bool "Detailed timing for hypervisor real-mode code (for POWER8)"
150 exit, and interrupt handling code, plus time spent in the guest
/linux-6.15/Documentation/RCU/
H A DUP.rst65 In some cases, it would possible to restructure to code so that
70 the same critical section, then the code would need to create
133 If the process-context code were to simply use spin_lock(),
/linux-6.15/Documentation/admin-guide/media/
H A Divtv.rst80 .. code-block:: none
120 .. code-block:: none
135 .. code-block:: none
/linux-6.15/Documentation/arch/arm/
H A Dvlocks.rst30 The easiest way to explain the vlocks algorithm is with some pseudo-code::
136 ...in place of code equivalent to::
165 to keep the code simple this was not attempted in the initial
/linux-6.15/arch/arm/boot/dts/amlogic/
H A Dmeson8b-ec100.dts42 linux,code = <KEY_SWITCHVIDEOMODE>;
49 linux,code = <KEY_SWITCHVIDEOMODE>;
55 linux,code = <KEY_POWER>;
/linux-6.15/arch/x86/boot/
H A Dheader.S545 # which happened to work by accident for the old code. Recalculate the stack
547 # stack behind its own code, so we can't blindly put it directly past the heap.
590 # Jump to C code (should not return)
/linux-6.15/Documentation/bpf/
H A Dbpf_devel_QA.rst20 Q: How do I report bugs for BPF kernel code?
260 generate out of the restricted C code. Thus, adding test cases is
268 Q: When should I add code to ``samples/bpf/`` and when to BPF kernel
288 Q: When should I add code to the bpftool?
296 Q: When should I add code to iproute2's BPF loader?
350 Think about it this way: other developers looking at your code a month
389 of BPF_INTERNAL are not expected to be used by code outside of BPF either.
497 Unfortunately, the default github release source code does not contain
583 Q: Should I notify BPF kernel maintainers about issues in LLVM's BPF code
584 generation back end or about LLVM generated code that the verifier
[all …]
/linux-6.15/Documentation/filesystems/ext4/
H A Ddirectory.rst91 - File type code, see ftype_ table below.
223 To traverse the directory as a htree, the code calculates the hash of
231 To traverse the directory as a linear array (such as the old code does),
232 the code simply reads every data block in the directory. The blocks used
415 - Hash code.
/linux-6.15/arch/arm64/boot/dts/mediatek/
H A Dmt8173-elm.dtsi59 linux,code = <SW_LID>;
67 linux,code = <KEY_POWER>;
75 linux,code = <SW_TABLET_MODE>;
83 linux,code = <KEY_VOLUMEDOWN>;
89 linux,code = <KEY_VOLUMEUP>;
/linux-6.15/net/rxrpc/
H A Doutput.c814 __be32 code; in rxrpc_reject_packet() local
821 iov[1].iov_base = &code; in rxrpc_reject_packet()
822 iov[1].iov_len = sizeof(code); in rxrpc_reject_packet()
839 code = htonl(skb->priority); in rxrpc_reject_packet()
840 size = sizeof(whdr) + sizeof(code); in rxrpc_reject_packet()
/linux-6.15/drivers/iio/light/
H A Dopt4060.c1136 u64 code; in opt4060_irq_thread() local
1147 code = IIO_MOD_EVENT_CODE(IIO_INTENSITY, in opt4060_irq_thread()
1152 iio_push_event(idev, code, iio_get_time_ns(idev)); in opt4060_irq_thread()
1156 code = IIO_MOD_EVENT_CODE(IIO_INTENSITY, in opt4060_irq_thread()
1161 iio_push_event(idev, code, iio_get_time_ns(idev)); in opt4060_irq_thread()
/linux-6.15/Documentation/process/
H A Dkernel-docs.rst12 is easy to understand the code, but miss the concepts, the philosophy and
13 design decisions behind this code.
169 :Keywords: Browsing source code.
170 :Description: Another web-based Linux kernel source code browser.
337 the unsafe-code-guidelines working group and responsible for
/linux-6.15/Documentation/arch/arm64/
H A Darm-acpi.rst40 - ACPI’s byte code (AML) allows the platform to encode hardware behavior,
52 and x86 would end up using completely different code paths in both firmware
167 run less complex code since it no longer has to provide support for legacy
273 In non-driver code, if the presence of ACPI needs to be detected at
365 eliminate some duplication of code paths in driver probing functions and
396 The kernel ACPI code will also assume that the _PSx methods follow the normal
411 Such code in _PSx methods will of course be very platform specific. But,
514 It is the intent of the Arm ACPI kernel code to follow the ACPI specification
529 source code, are in the list that follows:
564 [5] Kernel code for the unified device
/linux-6.15/net/ipv6/
H A Dip6_tunnel.c464 u8 *type, u8 *code, int *msg, __u32 *info, int offset) in ip6_tnl_err() argument
499 if ((*code) == ICMPV6_EXC_HOPLIMIT) { in ip6_tnl_err()
510 if ((*code) == ICMPV6_HDR_FIELD) in ip6_tnl_err()
550 *code = rel_code; in ip6_tnl_err()
561 u8 type, u8 code, int offset, __be32 info) in ip4ip6_err() argument
568 u8 rel_code = code; in ip4ip6_err()
656 u8 type, u8 code, int offset, __be32 info) in ip6ip6_err() argument
661 u8 rel_code = code; in ip6ip6_err()
698 u8 type, u8 code, int offset, __be32 info) in mplsip6_err() argument
703 u8 rel_code = code; in mplsip6_err()
/linux-6.15/arch/arm/boot/dts/broadcom/
H A Dbcm47094-luxul-xap-1610.dts56 linux,code = <KEY_RESTART>;

1...<<81828384858687888990>>...188