| /linux/scripts/coccinelle/iterators/ |
| A D | use_after_iter.cocci | 44 when forall 45 when strict 49 when forall 50 when strict 54 when forall 55 when strict 59 when forall 60 when strict 64 when forall 65 when strict [all …]
|
| A D | fen.cocci | 25 ... when != break; 26 when != goto l; 28 ... when != np = E 38 ... when != break; 39 when != goto l; 41 ... when != np = E 51 ... when != break; 54 ... when != np = E 64 ... when != break; 67 ... when != np = E [all …]
|
| A D | for_each_child.cocci | 76 ... when any 100 ... when any 102 ... when != n 103 when strict 104 when forall 133 ... when any 135 ... when exists 207 ... when != n 230 ... when != n 260 ... when any [all …]
|
| /linux/scripts/coccinelle/locks/ |
| A D | call_kern.cocci | 26 ... when != read_unlock_irq(...) 27 when != write_unlock_irq(...) 30 when != spin_unlock(...) 31 when != spin_unlock_irq(...) 33 when != local_irq_enable(...) 34 when any 36 ... when any 64 ... when != read_unlock_irq(...) 65 when != write_unlock_irq(...) 68 when != spin_unlock(...) [all …]
|
| A D | double_lock.cocci | 2 /// Find double locks. False positives may occur when some paths cannot 3 /// occur at execution, due to the values of variables, and when there is 51 <+... when != E1 55 ... when != E1 56 when != \(x = E2\|&x\) 57 when forall 59 <+... when != E1 73 ... when != E1 74 when != \(x = E2\|&x\)
|
| /linux/drivers/media/dvb-frontends/ |
| A D | Kconfig | 36 Say Y when you want to support these frontends. 45 Say Y when you want to support these frontends. 78 Say Y when you want to support this frontend. 90 Say Y when you want to support this frontend. 99 Say Y when you want to support this tuner. 109 Say Y when you want to support this frontend. 117 Say Y when you want to support this frontend. 796 Say Y when you want to support this chip. 806 Say Y when you want to support this chip. 823 Say Y when you want to support this chip. [all …]
|
| /linux/scripts/coccinelle/api/ |
| A D | kfree_mismatch.cocci | 40 ... when != E = E1 41 when any 72 when != is_vmalloc_addr(E) 73 when any 87 when any 101 when any 114 when any 126 when any 136 when any 146 when any [all …]
|
| A D | kstrdup.cocci | 25 ... when != \(from = E1 \| to = E1 \) 27 ... when != \(from = E2 \| to = E2 \) 37 ... when != \( x = E1 \| from = E1 \) 40 ... when != \(x = E2 \| from = E2 \| to = E2 \) 42 ... when != \(x = E3 \| from = E3 \| to = E3 \) 55 ... when != \(from = E1 \| to = E1 \) 57 ... when != \(from = E2 \| to = E2 \) 68 ... when != \( x = E1 \| from = E1 \) 70 ... when != \(x = E2 \| from = E2 \| to = E2 \) 72 ... when != \(x = E3 \| from = E3 \| to = E3 \)
|
| A D | kfree_sensitive.cocci | 46 ... when != E 47 when strict 58 ... when != E 59 when strict 76 ... when != E 77 when strict
|
| /linux/scripts/coccinelle/free/ |
| A D | put_device.cocci | 20 ... when != e = id 22 ... when != put_device(&id->dev) 23 when != platform_device_put(id) 24 when != if (id) { ... put_device(&id->dev) ... } 25 when != e1 = (T)id 26 when != e1 = (T)(&id->dev) 27 when != e1 = get_device(&id->dev) 28 when != e1 = (T1)platform_get_drvdata(id)
|
| A D | clk_put.cocci | 4 //# This only signals a missing clk_put when there is a clk_put later 27 ... when != clk_put(e) 29 ... when any 30 when != clk_put(e) 31 when != if (...) { ... clk_put(e); ... } 44 { ... when != clk_put(e) 45 when forall 48 ... when any
|
| A D | iounmap.cocci | 4 //# This only signals a missing iounmap when there is an iounmap later 27 ... when != iounmap(e) 29 ... when any 30 when != iounmap(e) 31 when != if (...) { ... iounmap(e); ... } 44 { ... when != iounmap(e) 45 when forall 48 ... when any
|
| A D | pci_free_consistent.cocci | 21 ... when != e = id 23 ... when != pci_free_consistent(x,y,id,z) 24 when != if (id) { ... pci_free_consistent(x,y,id,z) ... } 25 when != if (y) { ... pci_free_consistent(x,y,id,z) ... } 26 when != e = (T)id 27 when exists
|
| /linux/scripts/coccinelle/tests/ |
| A D | odd_ptr_err.cocci | 49 ... when any 50 when != IS_ERR(...) 59 ... when any 71 ... when any 72 when != IS_ERR(...) 80 ... when any 90 ... when any 91 when != IS_ERR(...) 95 ... when any
|
| /linux/Documentation/i2c/ |
| A D | fault-codes.rst | 47 Also returned when trying to invoke an I2C operation in an 69 specific fault code when you can. 72 This rather vague error means something went wrong when 74 code when you can. 101 For example, this would be returned when an adapter that 108 messages, it should return this when asked to perform a 114 Returned when slave does not conform to the relevant I2C 116 case is when the length of an SMBus block data response 120 Returned when a transfer was requested using an adapter 127 SMBus adapters may return it when an operation took more [all …]
|
| /linux/scripts/coccinelle/misc/ |
| A D | returnvar.cocci | 9 // "when strict" can be removed to get more hits, but adds false 24 ... when != ret 25 when strict 37 ... when != ret 38 when strict 48 ... when != ret 49 when strict
|
| A D | array_size_dup.cocci | 34 ... when != \(subE1\|subE2\) aop E3 35 when != &\(subE1\|subE2\) 63 ... when != \(subE1\|subE2\) aop E3 64 when != &\(subE1\|subE2\) 99 ... when != \(subE1\|subE2\|subE3\) aop E4 100 when != &\(subE1\|subE2\|subE3\) 130 when != &\(subE1\|subE2\|subE3\) 163 ... when != subE3 aop E4 164 when != &subE3 191 ... when != subE3 aop E4 [all …]
|
| /linux/Documentation/filesystems/ |
| A D | hpfs.rst | 45 bitmaps when accessing it). 47 Behaviour when filesystem errors found. 54 when you use chmod/chown/chgrp/mknod/ln -s on the filesystem. 208 locks up when repairing filesystem. 234 Fixed write_file to zero file when writing behind file end 253 Alloc is not so slow when filesystem becomes full 294 error sometimes when opening directories in PMSHELL) 309 Fixed a bug when chmoding or chowning root directory 310 1.98 Fixed a deadlock when using old_readdir 335 2.04 Fixed error when ftruncate used to extend file [all …]
|
| /linux/Documentation/scheduler/ |
| A D | sched-stats.rst | 81 the load did not require balancing when the cpu was idle 83 more tasks and failed, when the cpu was idle 85 load_balance() in this domain when the cpu was idle 89 the target task was cache-hot when idle 97 load did not require balancing when busy 99 more tasks and failed, when the cpu was busy 101 load_balance() in this domain when the cpu was busy 102 13) # of times in this domain pull_task() was called when busy 104 target task was cache-hot when busy 115 tasks and failed, when the cpu was just becoming idle [all …]
|
| /linux/Documentation/devicetree/bindings/dma/ |
| A 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/Documentation/kbuild/ |
| A D | kbuild.rst | 18 by modprobe to not fail when trying to load something builtin. 31 Additional options to pass when preprocessing. The preprocessing options 53 Additional options for $(CC) when used to compile 62 Additional options used for $(LD) when linking modules. 74 Additional flags to be passed when linking host programs. 78 Additional libraries to link against when building host programs. 102 Specify the output directory when building the kernel. 160 Install script called when using "make install". 174 specify a custom installer when cross compiling a kernel. 200 INSTALL_HDR_PATH specifies where to install user space headers when [all …]
|
| /linux/Documentation/livepatch/ |
| A D | system-state.rst | 69 The check is done when the livepatch is enabled. The rules are: 89 - Modify the system state when the livepatch gets enabled and the state 96 - Restore the original state when the livepatch is disabled. 98 - Restore the previous state when the transition is reverted. 102 - Remove any already made changes when error occurs and the livepatch 113 - Allocate *state->data* when necessary. The allocation might fail 115 of the livepatch. The allocation is not needed when the data 123 when the entire system is able to handle it. 130 - Copy *state->data* from the previous livepatch when they are 138 - Free *state->data* from replaces livepatches when they are [all …]
|
| /linux/Documentation/input/devices/ |
| A D | elantech.rst | 187 S: 1 = enable smart edges only when dragging 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 279 ds3 = 1 when top left corner tapped 284 h = 1 when horizontal scroll action 285 w = 1 when wide finger touch? 331 tw = 1 when two finger touch 332 th = 1 when three finger touch [all …]
|
| /linux/Documentation/networking/ |
| A D | ipvs-sysctl.rst | 42 bit 1: enable rescheduling of new connections when it is safe. 43 That is, whenever expire_nodest_conn and for TCP sockets, when 47 bit 2: it is bit 1 plus, for TCP connections, when connections 74 directly when no cache server is available and destination 113 modes (when there is no enough available memory, the strategy 128 when available memory is less than the available memory 137 packets when its destination server is not available. It may 138 be useful, when user-space monitoring program deletes the 144 connection immediately when a packet arrives and its 148 connections when its destination is not available. [all …]
|
| /linux/Documentation/firmware-guide/acpi/ |
| A D | method-tracing.rst | 26 ACPICA subsystem provides debugging outputs when CONFIG_ACPI_DEBUG is 33 But when the particular layer/level is applied to the control method 37 logs when the control method evaluation is started, and disable the 38 detailed logging when the control method evaluation is stopped. 43 a. Filter out the debug layer/level matched logs when control methods 51 b. Filter out the debug layer/level matched logs when the specified 60 c. Filter out the debug layer/level matched logs when the specified 109 a. Filter out the method start/stop "AML tracer" logs when control 117 b. Filter out the method start/stop "AML tracer" when the specified 135 d. Filter out the method/opcode start/stop "AML tracer" when the [all …]
|