/Linux-v6.6/drivers/video/fbdev/core/ |
D | fb_io_fops.c | 13 unsigned long total_size, trailing; in fb_io_read() local 49 trailing = copy_to_user(buf, buffer, c); in fb_io_read() 50 if (trailing == c) { in fb_io_read() 54 c -= trailing; in fb_io_read() 74 unsigned long total_size, trailing; in fb_io_write() local 113 trailing = copy_from_user(src, buf, c); in fb_io_write() 114 if (trailing == c) { in fb_io_write() 118 c -= trailing; in fb_io_write()
|
/Linux-v6.6/net/ipv6/ |
D | seg6.c | 32 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-v6.6/tools/rcu/ |
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-v6.6/tools/memory-model/scripts/ |
D | parseargs.sh | 110 echo $1 trailing characters "'$trailchars'"
|
/Linux-v6.6/Documentation/devicetree/bindings/ |
D | .yamllint | 44 trailing-spaces: false
|
/Linux-v6.6/Documentation/process/ |
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-v6.6/scripts/kconfig/tests/preprocess/builtin_func/ |
D | Kconfig | 21 # but any trailing newlines are deleted.
|
/Linux-v6.6/Documentation/devicetree/bindings/rtc/ |
D | maxim-ds1302.txt | 7 edge. Master input is set by the RTC on the trailing edge and is sensed
|
/Linux-v6.6/Documentation/spi/ |
D | pxa2xx.rst | 124 trailing bytes in the SSP receiver FIFO. The correct value for this field is 126 slave device. Please note that the PXA2xx SSP 1 does not support trailing byte 127 timeouts and must busy-wait any trailing bytes.
|
/Linux-v6.6/arch/alpha/lib/ |
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
|
D | ev6-clear_user.S | 171 # zero to 16 quadwords left to store, plus any trailing bytes
|
D | ev6-memcpy.S | 158 addq $18, 8, $18 # E : add back for trailing bytes
|
D | stxncpy.S | 160 mskql t0, a0, t0 # e0 : mask trailing garbage in dst
|
/Linux-v6.6/Documentation/devicetree/bindings/spi/ |
D | icpdas-lp8841-spi-rtc.txt | 8 edge. Master input is set by the RTC on the trailing edge and is sensed
|
/Linux-v6.6/arch/arc/lib/ |
D | strcmp.S | 74 cmp_s r3,r2 ; ... be independent of trailing garbage
|
/Linux-v6.6/Documentation/mm/ |
D | vmalloced-kernel-stacks.rst | 123 Leading and trailing guard pages help detect stack overflows. When stack 135 and trailing guard page? The following lkdtm tests can help detect any
|
/Linux-v6.6/arch/m68k/fpsp040/ |
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-v6.6/arch/sh/lib/ |
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-v6.6/arch/sparc/lib/ |
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-v6.6/arch/arm/boot/dts/nxp/ls/ |
D | ls1021a-tsn.dts | 48 /* Sample data on trailing clock edge */
|
/Linux-v6.6/Documentation/filesystems/ext4/ |
D | attributes.rst | 137 - Attribute name. Does not include trailing NULL.
|
/Linux-v6.6/Documentation/filesystems/ |
D | erofs.rst | 254 \ | trailing '\0' 287 prefixes. Therefore, only the trailing part of the name apart from the long
|
/Linux-v6.6/Documentation/translations/zh_TW/process/ |
D | coding-style.rst | 559 (show-trailing-whitespace . t)
|
/Linux-v6.6/Documentation/ABI/stable/ |
D | sysfs-class-tpm | 183 The four timeout values are shown in usecs, with a trailing
|
/Linux-v6.6/Documentation/kbuild/ |
D | llvm.rst | 52 location using the LLVM variable with a trailing slash::
|