Home
last modified time | relevance | path

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

12

/linux/net/ipv6/
A Dseg6.c32 int trailing; in seg6_validate_srh() local
54 trailing = len - tlv_offset; in seg6_validate_srh()
55 if (trailing < 0) in seg6_validate_srh()
58 while (trailing) { in seg6_validate_srh()
62 if (trailing < sizeof(*tlv)) in seg6_validate_srh()
68 trailing -= tlv_len; in seg6_validate_srh()
69 if (trailing < 0) in seg6_validate_srh()
/linux/Documentation/process/
A Ddeprecated.rst80 a trailing array of others structures, as in::
90 or a one-element array as a trailing array member, please refactor such
223 a dynamically sized set of trailing elements in a structure. Kernel code
228 In older C code, dynamically sized trailing elements were done by specifying
237 remove the size of the single trailing element to get a correct size of
260 This is the way the kernel expects dynamically sized trailing elements
286 allocated for the trailing array ``items``. Here are a couple examples of this
A Dcoding-style.rst293 Do not leave trailing whitespace at the ends of lines. Some editors with
298 you end up with lines containing trailing whitespace.
300 Git will warn you about patches that introduce trailing whitespace, and can
301 optionally strip the trailing whitespace for you; however, if applying a series
705 (show-trailing-whitespace . t)
/linux/tools/memory-model/scripts/
A Dparseargs.sh103 echo $1 trailing characters "'$trailchars'"
/linux/Documentation/devicetree/bindings/
A D.yamllint39 trailing-spaces: false
/linux/scripts/kconfig/tests/preprocess/builtin_func/
A DKconfig21 # but any trailing newlines are deleted.
/linux/arch/alpha/lib/
A 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
A Dev6-clear_user.S171 # zero to 16 quadwords left to store, plus any trailing bytes
A Dev6-memcpy.S158 addq $18, 8, $18 # E : add back for trailing bytes
A Dstxncpy.S160 mskql t0, a0, t0 # e0 : mask trailing garbage in dst
A Dev6-stxncpy.S199 mskql t0, a0, t0 # U : mask trailing garbage in dst
/linux/Documentation/spi/
A Dpxa2xx.rst126 trailing bytes in the SSP receiver FIFO. The correct value for this field is
128 slave device. Please note that the PXA2xx SSP 1 does not support trailing byte
129 timeouts and must busy-wait any trailing bytes.
A Dspidev.rst97 sample on trailing edge iff this is set) flags.
/linux/Documentation/devicetree/bindings/rtc/
A Dmaxim-ds1302.txt7 edge. Master input is set by the RTC on the trailing edge and is sensed
/linux/Documentation/devicetree/bindings/spi/
A Dicpdas-lp8841-spi-rtc.txt8 edge. Master input is set by the RTC on the trailing edge and is sensed
/linux/arch/arc/lib/
A Dstrcmp.S74 cmp_s r3,r2 ; ... be independent of trailing garbage
/linux/arch/sh/lib/
A 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/arch/m68k/fpsp040/
A Ddecbin.S36 | A3. Count the number of leading/trailing zeros in the
38 | if negative, count the trailing zeros. Set the adjusted
/linux/arch/sparc/lib/
A 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/arch/arm/boot/dts/
A Dls1021a-tsn.dts48 /* Sample data on trailing clock edge */
/linux/Documentation/filesystems/ext4/
A Dattributes.rst137 - Attribute name. Does not include trailing NULL.
/linux/Documentation/ABI/stable/
A Dsysfs-class-tpm183 The four timeout values are shown in usecs, with a trailing
/linux/Documentation/firmware-guide/acpi/
A Dmethod-tracing.rst169 Note that the full path shouldn't contain the trailing "_"s in its
/linux/Documentation/translations/zh_CN/process/
A Dcoding-style.rst555 (show-trailing-whitespace . t)
/linux/Documentation/translations/zh_TW/process/
A Dcoding-style.rst559 (show-trailing-whitespace . t)

Completed in 41 milliseconds

12