Home
last modified time | relevance | path

Searched refs:lead (Results 1 – 25 of 122) sorted by relevance

12345

/Linux-v5.4/Documentation/process/
Ddeprecated.rst36 risk of them overflowing. This could lead to values wrapping around and a
38 allocations could lead to linear overflows of heap memory and other
74 explicitly ignore overflows, which may lead to unexpected results
92 will be NUL terminated. This can lead to various linear read overflows
108 the given limit of bytes to copy. This is inefficient and can lead to
119 lead to a crash, possible overwriting sensitive contents at the end of the
D7.AdvancedTopics.rst79 Excessive use of this capability can lead to other problems, though, beyond
177 All types of review, if they lead to better code going into the kernel, are
/Linux-v5.4/drivers/media/pci/ivtv/
Divtvfb.c379 u16 lead = 0, tail = 0; in ivtvfb_write() local
414 lead = 4 - ((unsigned long)dst & 3); in ivtvfb_write()
415 if (copy_from_user(dst, buf, lead)) in ivtvfb_write()
417 buf += lead; in ivtvfb_write()
418 dst += lead; in ivtvfb_write()
421 if ((count - lead) & 3) in ivtvfb_write()
422 tail = (count - lead) & 3; in ivtvfb_write()
424 dma_size = count - lead - tail; in ivtvfb_write()
426 p + lead + dma_offset, (void __user *)buf, dma_size); in ivtvfb_write()
/Linux-v5.4/Documentation/ABI/obsolete/
Dsysfs-firmware-acpi7 the offline failure might lead to memory corruption and crashes)
/Linux-v5.4/Documentation/ide/
Dwarm-plug-howto.rst18 results may be unpredictable and lead to data loss if you're unlucky
/Linux-v5.4/Documentation/devicetree/bindings/media/i2c/
Dadv7343.txt3 The ADV7343 are high speed, digital-to-analog video encoders in a 64-lead LQFP
/Linux-v5.4/Documentation/hwmon/
Dadm1026.rst96 voltage from the power lead rather than on the ground lead.
/Linux-v5.4/drivers/media/pci/ddbridge/
DKconfig41 might lead to I2C errors originating from the bridge in conjunction
/Linux-v5.4/drivers/eisa/
DKconfig48 # an X86 may lead to crashes...
/Linux-v5.4/scripts/
Dcheckpatch.pl4838 my $lead = $1;
4843 if ($lead !~ /(?:$Operators|\.)\s*$/ &&
5692 my $lead = $fixed[$fixlinenr] =~
5694 $lead = rtrim($1);
5695 $lead = "$lead " if ($lead !~ /^\+$/);
5696 $lead = "${lead}const ";
5697 $fixed[$fixlinenr] =~ s/(^\+\s*(?:static\s+))/$lead/;
6419 my $lead = $1;
/Linux-v5.4/Documentation/admin-guide/
Dcpu-load.rst52 will lead to quite erratic information inside ``/proc/stat``::
Dsecurity-bugs.rst62 Fixes for sensitive bugs, such as those that might lead to privilege
/Linux-v5.4/Documentation/locking/
Dlockdep-design.rst137 The same lock-class must not be acquired twice, because this could lead
145 because this could lead to a deadlock - referred to as lock inversion
147 could lead to the two contexts waiting for each other permanently. The
186 could lead to a lock inversion deadlock - even if that lock scenario did
/Linux-v5.4/security/tomoyo/
DKconfig49 operations which can lead to the hijacking of the boot sequence are
/Linux-v5.4/scripts/coccinelle/null/
Dbadzero.cocci120 // This rule may lead to inconsistent path problems, if E is defined in two
/Linux-v5.4/Documentation/misc-devices/
Dapds990x.txt29 lead to false interrupt, but that doesn't harm.
/Linux-v5.4/Documentation/core-api/
Dgfp_mask-from-fs-io.rst25 of GFP_NOFS/GFP_NOIO can lead to memory over-reclaim or other memory
Didr.rst61 you may need to pass a restrictive set of GFP flags, which can lead
/Linux-v5.4/Documentation/driver-api/md/
Draid5-ppl.rst9 disks is missing. This can lead to silent data corruption when rebuilding the
/Linux-v5.4/Documentation/devicetree/bindings/spi/
Dspi-sprd-adi.txt25 ADI registers will make ADI controller registers chaos to lead incorrect results.
/Linux-v5.4/Documentation/driver-api/soundwire/
Derror_handling.rst55 possible in a single segment setup, but this can lead to synchronization
/Linux-v5.4/Documentation/admin-guide/cgroup-v1/
Drdma.rst31 rdma resources. This can lead to service unavailability.
/Linux-v5.4/Documentation/firmware-guide/acpi/
Dvideo_extension.rst106 so this would lead to the same effect as case i) now.
/Linux-v5.4/arch/m68k/fpsp040/
Dsetox.S505 fmuls #0xBC317218,%fp0 | ...N * L1, L1 = lead(-log2/64)
545 fmovex (%a1)+,%fp1 | ...fp1 is lead. pt. of 2^(J/64)
671 fmuls #0xBC317218,%fp0 | ...N * L1, L1 = lead(-log2/64)
/Linux-v5.4/Documentation/scheduler/
Dsched-domains.rst14 although strictly it doesn't have to, but this could lead to a case where some

12345