/Linux-v4.19/scripts/coccinelle/iterators/ |
D | use_after_iter.cocci | 5 //#False positives arise when there is a goto in the iterator and the 41 list_for_each_entry@p1(c,...,member) { ... when != break; 42 when forall 43 when strict 46 list_for_each_entry_reverse@p1(c,...,member) { ... when != break; 47 when forall 48 when strict 51 list_for_each_entry_continue@p1(c,...,member) { ... when != break; 52 when forall 53 when strict [all …]
|
D | fen.cocci | 1 /// These iterators only exit normally when the loop cursor is NULL, so there 24 ... when != break; 25 when != goto l; 27 ... when != np = E 37 ... when != break; 38 when != goto l; 40 ... when != np = E 50 ... when != break; 51 when != goto l; 53 ... when != np = E [all …]
|
/Linux-v4.19/scripts/coccinelle/locks/ |
D | call_kern.cocci | 25 ... when != read_unlock_irq(...) 26 when != write_unlock_irq(...) 27 when != read_unlock_irqrestore(...) 28 when != write_unlock_irqrestore(...) 29 when != spin_unlock(...) 30 when != spin_unlock_irq(...) 31 when != spin_unlock_irqrestore(...) 32 when != local_irq_enable(...) 33 when any 35 ... when any [all …]
|
D | double_lock.cocci | 1 /// Find double locks. False positives may occur when some paths cannot 2 /// occur at execution, due to the values of variables, and when there is 50 <+... when != E1 54 ... when != E1 55 when != \(x = E2\|&x\) 56 when forall 58 <+... when != E1 72 ... when != E1 73 when != \(x = E2\|&x\)
|
D | mini_lock.cocci | 70 ... when != E1 71 when any 73 ... when != E1 76 ... when != E1 77 when any
|
/Linux-v4.19/drivers/media/dvb-frontends/ |
D | Kconfig | 12 A DVB-S/S2/DSS Multistandard demodulator. Say Y when you want 21 demodulator. Say Y when you want to support this tuner. 29 Say Y when you want to support these frontends. 38 Say Y when you want to support these frontends. 54 Say Y when you want to support these frontends. 63 Say Y when you want to support these frontends. 71 Say Y when you want to support this frontend. 83 Say Y when you want to support this frontend. 92 Say Y when you want to support this tuner. 102 Say Y when you want to support this frontend. [all …]
|
/Linux-v4.19/scripts/coccinelle/free/ |
D | iounmap.cocci | 3 //# This only signals a missing iounmap when there is an iounmap later 26 ... when != iounmap(e) 28 ... when any 29 when != iounmap(e) 30 when != if (...) { ... iounmap(e); ... } 43 { ... when != iounmap(e) 44 when forall 47 ... when any
|
D | clk_put.cocci | 3 //# This only signals a missing clk_put when there is a clk_put later 26 ... when != clk_put(e) 28 ... when any 29 when != clk_put(e) 30 when != if (...) { ... clk_put(e); ... } 43 { ... when != clk_put(e) 44 when forall 47 ... when any
|
D | pci_free_consistent.cocci | 20 ... when != e = id 22 ... when != pci_free_consistent(x,y,id,z) 23 when != if (id) { ... pci_free_consistent(x,y,id,z) ... } 24 when != if (y) { ... pci_free_consistent(x,y,id,z) ... } 25 when != e = (T)id 26 when exists
|
/Linux-v4.19/Documentation/devicetree/bindings/usb/ |
D | dwc3.txt | 40 - snps,disable_scramble_quirk: true when SW should disable data scrambling. 42 - snps,has-lpm-erratum: true when DWC3 was configured with LPM Erratum enabled 46 - snps,req_p1p2p3_quirk: when set, the core will always request for 48 - snps,del_p1p2p3_quirk: when set core will delay P1/P2/P3 until a certain 50 - snps,del_phy_power_chg_quirk: when set core will delay PHY power change 52 - snps,lfps_filter_quirk: when set core will filter LFPS reception. 53 - snps,rx_detect_poll_quirk: when set core will disable a 400us delay to start 55 - snps,tx_de_emphasis_quirk: when set core will set Tx de-emphasis value. 58 - snps,dis_u3_susphy_quirk: when set core will disable USB3 suspend phy. 59 - snps,dis_u2_susphy_quirk: when set core will disable USB2 suspend phy. [all …]
|
/Linux-v4.19/scripts/coccinelle/tests/ |
D | odd_ptr_err.cocci | 48 ... when any 49 when != IS_ERR(...) 58 ... when any 70 ... when any 71 when != IS_ERR(...) 79 ... when any 89 ... when any 90 when != IS_ERR(...) 94 ... when any
|
/Linux-v4.19/scripts/coccinelle/api/ |
D | kstrdup.cocci | 24 ... when != \(from = E1 \| to = E1 \) 26 ... when != \(from = E2 \| to = E2 \) 36 ... when != \( x = E1 \| from = E1 \) 39 ... when != \(x = E2 \| from = E2 \| to = E2 \) 41 ... when != \(x = E3 \| from = E3 \| to = E3 \) 54 ... when != \(from = E1 \| to = E1 \) 56 ... when != \(from = E2 \| to = E2 \) 67 ... when != \( x = E1 \| from = E1 \) 69 ... when != \(x = E2 \| from = E2 \| to = E2 \) 71 ... when != \(x = E3 \| from = E3 \| to = E3 \)
|
D | d_find_alias.cocci | 27 <...when != dput(dent) 28 when != if (...) { <+... dput(dent) ...+> } 29 when != true !dent || ... 30 when != dent = E 31 when != E = dent
|
/Linux-v4.19/scripts/coccinelle/misc/ |
D | returnvar.cocci | 8 // "when strict" can be removed to get more hits, but adds false 23 ... when != ret 24 when strict 36 ... when != ret 37 when strict 47 ... when != ret 48 when strict
|
/Linux-v4.19/Documentation/i2c/ |
D | fault-codes | 39 Returned by I2C adapters when they lose arbitration in master 43 Also returned when trying to invoke an I2C operation in an 44 atomic context, when some task is already using that I2C bus 48 Returned by SMBus logic when an invalid Packet Error Code byte 57 Returned by SMBus adapters when the bus was busy for longer 65 specific fault code when you can. 68 This rather vague error means something went wrong when 70 code when you can. 81 Returned by any component that can't allocate memory when 94 Returned by an adapter when asked to perform an operation [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/dma/ |
D | ste-dma40.txt | 40 3. The DMA request line number (only when 'use fixed channel' is set) 44 Logical channel when unset 45 Physical channel when set 47 Memory to Device when unset 48 Device to Memory when set 50 Little endian when unset 51 Big endian when set 53 Use automatic channel selection when unset 54 Use DMA request line number when set 56 Normal priority when unset [all …]
|
/Linux-v4.19/Documentation/filesystems/ |
D | hpfs.txt | 37 bitmaps when accessing it). 39 Behaviour when filesystem errors found. 46 when you use chmod/chown/chgrp/mknod/ln -s on the filesystem. 55 are case sensitive, so for example when you create a file FOO, you can use 77 they're just changed. It means that when your default uid=0 and you type 79 extended attribute UID=0. And when you umount the fs and mount it again with 97 stored in very crazy way. They tried to do it so that link changes when file is 110 partition. It marked file name codepage as 850 - good. But when I again booted 116 probably uses different uppercasing method when searching where to place a file 117 (note, that files in HPFS directory must be sorted) and when searching for [all …]
|
/Linux-v4.19/Documentation/scheduler/ |
D | sched-stats.txt | 70 1) # of times in this domain load_balance() was called when the 73 the load did not require balancing when the cpu was idle 75 more tasks and failed, when the cpu was idle 77 load_balance() in this domain when the cpu was idle 78 5) # of times in this domain pull_task() was called when the cpu 81 the target task was cache-hot when idle 87 9) # of times in this domain load_balance() was called when the 90 load did not require balancing when busy 92 more tasks and failed, when the cpu was busy 94 load_balance() in this domain when the cpu was busy [all …]
|
/Linux-v4.19/Documentation/networking/ |
D | ipvs-sysctl.txt | 36 bit 1: enable rescheduling of new connections when it is safe. 37 That is, whenever expire_nodest_conn and for TCP sockets, when 41 bit 2: it is bit 1 plus, for TCP connections, when connections 61 Only available when IPVS is compiled with CONFIG_IP_VS_NFCT enabled. 68 directly when no cache server is available and destination 87 Only available when IPVS is compiled with CONFIG_IP_VS_DEBUG enabled. 107 modes (when there is no enough available memory, the strategy 122 when available memory is less than the available memory 131 packets when its destination server is not available. It may 132 be useful, when user-space monitoring program deletes the [all …]
|
/Linux-v4.19/Documentation/kbuild/ |
D | kbuild.txt | 12 by modprobe to not fail when trying to load something builtin. 19 Additional options to pass when preprocessing. The preprocessing options 33 Additional options for $(AS) when used for assembler 42 Additional options for $(CC) when used to compile 51 Additional options used for $(LD) when linking modules. 55 Additional flags to be passed to $(HOSTCC) when building host programs. 59 Additional flags to be passed to $(HOSTCXX) when building host programs. 63 Additional flags to be passed when linking host programs. 67 Additional libraries to link against when building host programs. 82 Set the directory to look for the kernel source when building external [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/arm/marvell/ |
D | armada-7k-8k.txt | 10 when the SoC being used is the Armada 7020 13 when the SoC being used is the Armada 7040 16 when the SoC being used is the Armada 8020 19 when the SoC being used is the Armada 8040
|
/Linux-v4.19/Documentation/acpi/ |
D | method-tracing.txt | 18 ACPICA subsystem provides debugging outputs when CONFIG_ACPI_DEBUG is 25 But when the particular layer/level is applied to the control method 29 logs when the control method evaluation is started, and disable the 30 detailed logging when the control method evaluation is stopped. 34 a. Filter out the debug layer/level matched logs when control methods 40 b. Filter out the debug layer/level matched logs when the specified 47 c. Filter out the debug layer/level matched logs when the specified 90 a. Filter out the method start/stop "AML tracer" logs when control 96 b. Filter out the method start/stop "AML tracer" when the specified 103 c. Filter out the method start/stop "AML tracer" logs when the specified [all …]
|
/Linux-v4.19/Documentation/input/devices/ |
D | elantech.rst | 68 trackpoint when a trackpoint is available. Disabling the Touchpad in xorg 81 On top of that, some register settings have effect only when the touchpad is 187 S: 1 = enable smart edges only when dragging 243 L, R, M = 1 when Left, Right, Middle mouse button pressed 245 when parity checking is enabled (reg_11, P = 1): 247 c = 1 when corner tap detected 255 byte 1 = 0xf0 when corner tap detected 275 when corner tap detected: 276 ds0 = 1 when top right corner tapped 277 ds1 = 1 when bottom right corner tapped [all …]
|
/Linux-v4.19/Documentation/misc-devices/ |
D | bh1770glc.txt | 33 interrupts the delayed work is pushed forward. So, when proximity level goes 37 Chip state is controlled via runtime pm framework when enabled in config. 57 sysfs_notify called when threshold interrupt occurs 87 sysfs_notify called when threshold interrupt occurs 101 RW - Measurement rate (in Hz) when the level is above threshold 102 i.e. when proximity on has been reported. 105 RW - Measurement rate (in Hz) when the level is below threshold 106 i.e. when proximity off has been reported.
|
/Linux-v4.19/include/net/ |
D | inet_connection_sock.h | 222 unsigned long when, in inet_csk_reset_xmit_timer() argument 227 if (when > max_when) { in inet_csk_reset_xmit_timer() 229 sk, what, when, (void *)_THIS_IP_); in inet_csk_reset_xmit_timer() 230 when = max_when; in inet_csk_reset_xmit_timer() 237 icsk->icsk_timeout = jiffies + when; in inet_csk_reset_xmit_timer() 241 icsk->icsk_ack.timeout = jiffies + when; in inet_csk_reset_xmit_timer() 252 u64 when = (u64)icsk->icsk_rto << icsk->icsk_backoff; in inet_csk_rto_backoff() local 254 return (unsigned long)min_t(u64, when, max_when); in inet_csk_rto_backoff()
|