Home
last modified time | relevance | path

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

12

/linux/net/ipv6/
H A 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/tools/rcu/
H A 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/tools/memory-model/scripts/
H A Dparseargs.sh110 echo $1 trailing characters "'$trailchars'"
/linux/Documentation/ABI/testing/
H A Dsysfs-nvmem-cells13 ASCII, likely without trailing character).
/linux/scripts/kconfig/tests/preprocess/builtin_func/
H A DKconfig21 # but any trailing newlines are deleted.
/linux/arch/alpha/lib/
H 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
H A Dev6-clear_user.S171 # zero to 16 quadwords left to store, plus any trailing bytes
H A Dev6-memcpy.S158 addq $18, 8, $18 # E : add back for trailing bytes
H A Dstxncpy.S160 mskql t0, a0, t0 # e0 : mask trailing garbage in dst
H A Dev6-stxncpy.S199 mskql t0, a0, t0 # U : mask trailing garbage in dst
/linux/Documentation/devicetree/bindings/rtc/
H A Dmaxim-ds1302.txt7 edge. Master input is set by the RTC on the trailing edge and is sensed
/linux/Documentation/rust/
H A Dcoding-guidelines.rst77 The trailing empty comment allows to preserve this formatting. Not only that,
93 The trailing empty comment works for nested imports, as shown above, as well as
103 The trailing empty comment works in any of the lines within the braces, but it
105 trailing comma in other formatters. Sometimes it may be simpler to avoid moving
113 a similar one) automatically in a stable release without requiring the trailing
/linux/Documentation/devicetree/bindings/spi/
H A Dicpdas-lp8841-spi-rtc.txt8 edge. Master input is set by the RTC on the trailing edge and is sensed
/linux/Documentation/mm/
H A 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/arch/arc/lib/
H A Dstrcmp.S74 cmp_s r3,r2 ; ... be independent of trailing garbage
/linux/arch/sh/lib/
H 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/
H 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/
H 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/Documentation/filesystems/ext4/
H A Dattributes.rst137 - Attribute name. Does not include trailing NULL.
/linux/Documentation/admin-guide/
H A Dkernel-parameters.rst123 a trailing = on the name of any parameter states that the parameter will
/linux/Documentation/firmware-guide/acpi/
H A Dmethod-tracing.rst169 Note that the full path shouldn't contain the trailing "_"s in its
/linux/Documentation/ABI/stable/
H A Dsysfs-class-tpm183 The four timeout values are shown in usecs, with a trailing
/linux/Documentation/kbuild/
H A Dkconfig-macro-language.rst112 replaced with a space. Any trailing newlines are deleted. The standard error
/linux/Documentation/spi/
H A Dspi-summary.rst102 the second (trailing) edge is falling. CPOL=1 means the clock
106 sample on the leading edge, CPHA=1 means the trailing edge.
118 trailing clock edge (CPHA=1), that's SPI mode 1.
H A Dspidev.rst125 sample on trailing edge iff this is set) flags.

12