Home
last modified time | relevance | path

Searched refs:trailing (Results 1 – 25 of 53) sorted by relevance

123

/linux-6.12.1/drivers/video/fbdev/core/
Dfb_io_fops.c13 unsigned long total_size, trailing; in fb_io_read() local
52 trailing = copy_to_user(buf, buffer, c); in fb_io_read()
53 if (trailing == c) { in fb_io_read()
57 c -= trailing; in fb_io_read()
77 unsigned long total_size, trailing; in fb_io_write() local
119 trailing = copy_from_user(src, buf, c); in fb_io_write()
120 if (trailing == c) { in fb_io_write()
124 c -= trailing; in fb_io_write()
/linux-6.12.1/net/ipv6/
Dseg6.c30 int trailing; in seg6_validate_srh() local
52 trailing = len - tlv_offset; in seg6_validate_srh()
53 if (trailing < 0) in seg6_validate_srh()
56 while (trailing) { in seg6_validate_srh()
60 if (trailing < sizeof(*tlv)) in seg6_validate_srh()
66 trailing -= tlv_len; in seg6_validate_srh()
67 if (trailing < 0) in seg6_validate_srh()
/linux-6.12.1/tools/rcu/
Dextract-stall.sh7 echo initial line of the stall warning but trailing-lines includes it.
9 echo Usage: $(basename $0) dmesg-file [ preceding-lines [ trailing-lines ] ]
/linux-6.12.1/tools/memory-model/scripts/
Dparseargs.sh110 echo $1 trailing characters "'$trailchars'"
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-nvmem-cells13 ASCII, likely without trailing character).
/linux-6.12.1/Documentation/devicetree/bindings/
D.yamllint44 trailing-spaces: false
/linux-6.12.1/Documentation/process/
Ddeprecated.rst83 a trailing array of others structures, as in::
93 or a one-element array as a trailing array member, please refactor such
240 a dynamically sized set of trailing elements in a structure. Kernel code
245 In older C code, dynamically sized trailing elements were done by specifying
254 remove the size of the single trailing element to get a correct size of
277 This is the way the kernel expects dynamically sized trailing elements
303 allocated for the trailing array ``items``. Here are a couple examples of this
/linux-6.12.1/scripts/kconfig/tests/preprocess/builtin_func/
DKconfig21 # but any trailing newlines are deleted.
/linux-6.12.1/Documentation/devicetree/bindings/rtc/
Dmaxim-ds1302.txt7 edge. Master input is set by the RTC on the trailing edge and is sensed
/linux-6.12.1/arch/alpha/lib/
Dev6-memset.S104 and $18,7,$18 # E : Number of trailing bytes to write
282 and $18,7,$18 # E : Number of trailing bytes to write
470 and $18,7,$18 # E : Number of trailing bytes to write
Dev6-clear_user.S171 # zero to 16 quadwords left to store, plus any trailing bytes
Dev6-memcpy.S158 addq $18, 8, $18 # E : add back for trailing bytes
Dstxncpy.S160 mskql t0, a0, t0 # e0 : mask trailing garbage in dst
/linux-6.12.1/Documentation/devicetree/bindings/spi/
Dicpdas-lp8841-spi-rtc.txt8 edge. Master input is set by the RTC on the trailing edge and is sensed
/linux-6.12.1/arch/arc/lib/
Dstrcmp.S74 cmp_s r3,r2 ; ... be independent of trailing garbage
/linux-6.12.1/Documentation/mm/
Dvmalloced-kernel-stacks.rst123 Leading and trailing guard pages help detect stack overflows. When the stack
135 and trailing guard page? The following lkdtm tests can help detect any
/linux-6.12.1/arch/sh/lib/
Dmemcpy-sh4.S24 ! Size is 16 or greater, and may have trailing bytes
97 ! Size is 16 or greater, and may have trailing bytes
347 ! Size is 16 or greater and less than 64, but may have trailing bytes
/linux-6.12.1/arch/m68k/fpsp040/
Ddecbin.S36 | A3. Count the number of leading/trailing zeros in the
38 | if negative, count the trailing zeros. Set the adjusted
/linux-6.12.1/arch/sparc/lib/
Dchecksum_32.S53 andcc %o1, 3, %o1 ! check for trailing bytes
58 andcc %o1, 3, %g0 ! check again for trailing bytes
59 1: be 1f ! no trailing bytes, return
/linux-6.12.1/arch/arm/boot/dts/nxp/ls/
Dls1021a-tsn.dts48 /* Sample data on trailing clock edge */
/linux-6.12.1/Documentation/filesystems/ext4/
Dattributes.rst137 - Attribute name. Does not include trailing NULL.
/linux-6.12.1/Documentation/filesystems/
Derofs.rst258 \ | trailing '\0'
291 prefixes. Therefore, only the trailing part of the name apart from the long
/linux-6.12.1/Documentation/firmware-guide/acpi/
Dmethod-tracing.rst169 Note that the full path shouldn't contain the trailing "_"s in its
/linux-6.12.1/Documentation/ABI/stable/
Dsysfs-class-tpm183 The four timeout values are shown in usecs, with a trailing
/linux-6.12.1/Documentation/kbuild/
Dllvm.rst52 location using the LLVM variable with a trailing slash::

123