| /linux/drivers/video/fbdev/core/ |
| H A D | fb_io_fops.c | 14 unsigned long total_size, trailing; in fb_io_read() local 53 trailing = copy_to_user(buf, buffer, c); in fb_io_read() 54 if (trailing == c) { in fb_io_read() 58 c -= trailing; in fb_io_read() 78 unsigned long total_size, trailing; in fb_io_write() local 120 trailing = copy_from_user(src, buf, c); in fb_io_write() 121 if (trailing == c) { in fb_io_write() 125 c -= trailing; in fb_io_write()
|
| /linux/net/ipv6/ |
| H A D | seg6.c | 30 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 D | extract-stall.sh | 7 echo initial line of the stall warning but trailing-lines includes it. 9 echo Usage: $(basename $0) dmesg-file [ preceding-lines [ trailing-lines ] ]
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-i2c-devices-m24lr | 15 - No "0x" prefix, whitespace, or trailing newline 35 - No "0x" prefix, whitespace, or trailing newline 57 - Includes a trailing newline 70 - Includes a trailing newline
|
| H A D | sysfs-nvmem-cells | 13 ASCII, likely without trailing character).
|
| H A D | sysfs-auxdisplay-linedisp | 7 Reading returns the current message with a trailing newline.
|
| /linux/Documentation/process/ |
| H A D | deprecated.rst | 83 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/tools/memory-model/scripts/ |
| H A D | parseargs.sh | 110 echo $1 trailing characters "'$trailchars'"
|
| /linux/Documentation/devicetree/bindings/ |
| H A D | .yamllint | 44 trailing-spaces: false
|
| /linux/scripts/kconfig/tests/preprocess/builtin_func/ |
| H A D | Kconfig | 21 # but any trailing newlines are deleted.
|
| /linux/arch/alpha/lib/ |
| H A D | ev6-memset.S | 104 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 D | ev6-clear_user.S | 171 # zero to 16 quadwords left to store, plus any trailing bytes
|
| H A D | ev6-memcpy.S | 158 addq $18, 8, $18 # E : add back for trailing bytes
|
| /linux/Documentation/devicetree/bindings/rtc/ |
| H A D | maxim-ds1302.txt | 7 edge. Master input is set by the RTC on the trailing edge and is sensed
|
| /linux/Documentation/rust/ |
| H A D | coding-guidelines.rst | 77 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 D | icpdas-lp8841-spi-rtc.txt | 8 edge. Master input is set by the RTC on the trailing edge and is sensed
|
| /linux/Documentation/mm/ |
| H A D | vmalloced-kernel-stacks.rst | 123 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 D | strcmp.S | 74 cmp_s r3,r2 ; ... be independent of trailing garbage
|
| /linux/arch/sh/lib/ |
| H A D | memcpy-sh4.S | 24 ! 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 D | decbin.S | 36 | 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 D | checksum_32.S | 53 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/nxp/ls/ |
| H A D | ls1021a-tsn.dts | 46 /* Sample data on trailing clock edge */
|
| /linux/Documentation/driver-api/early-userspace/ |
| H A D | buffer-format.rst | 89 c_namesize may account for more than one trailing '\0', as long as the
|
| /linux/Documentation/admin-guide/ |
| H A D | kernel-parameters.rst | 123 a trailing = on the name of any parameter states that the parameter will
|
| /linux/Documentation/filesystems/ext4/ |
| H A D | attributes.rst | 137 - Attribute name. Does not include trailing NULL.
|