Home
last modified time | relevance | path

Searched refs:when (Results 1 – 25 of 1966) sorted by relevance

12345678910>>...79

/linux/scripts/coccinelle/iterators/
A Duse_after_iter.cocci44 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 Dfor_each_child.cocci76 ... 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 Dcall_kern.cocci26 ... 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 Ddouble_lock.cocci2 /// 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/gpu/drm/ci/
A Dcontainer.yml25 - when: never
29 - when: never
33 - when: never
37 - when: never
41 - when: never
45 - when: never
49 - when: never
53 - when: never
57 - when: never
61 - when: never
[all …]
A Dgitlab-ci.yml137 when: manual
140 when: manual
143 when: always
146 when: on_success
160 when: never
173 when: never
188 - when: manual
193 when: always
222 - when: manual
266 when: on_failure
[all …]
/linux/drivers/media/dvb-frontends/
A DKconfig20 Say Y when you want to support this frontend.
29 Say Y when you want to support these frontends.
90 Say Y when you want to support this frontend.
98 Say Y when you want to support this frontend.
106 Say Y when you want to support this frontend.
116 Say Y when you want to support this frontend.
125 Say Y when you want to support this tuner.
875 Say Y when you want to support this chip.
885 Say Y when you want to support this chip.
902 Say Y when you want to support this chip.
[all …]
/linux/scripts/coccinelle/api/
A Dkfree_mismatch.cocci40 ... 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 Dkstrdup.cocci25 ... 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 Dd_find_alias.cocci27 <...when != dput(dent)
28 when != if (...) { <+... dput(dent) ...+> }
29 when != true !dent || ...
30 when != dent = E
31 when != E = dent
A Dkfree_sensitive.cocci46 ... when != E
47 when strict
58 ... when != E
59 when strict
76 ... when != E
77 when strict
/linux/scripts/coccinelle/free/
A Dput_device.cocci20 ... 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 Dclk_put.cocci4 //# 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 Diounmap.cocci4 //# 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 Dpci_free_consistent.cocci21 ... 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 Dodd_ptr_err.cocci49 ... 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 Dfault-codes.rst51 Also returned when trying to invoke an I2C operation in an
73 specific fault code when you can.
76 This rather vague error means something went wrong when
78 code when you can.
105 For example, this would be returned when an adapter that
112 messages, it should return this when asked to perform a
118 Returned when slave does not conform to the relevant I2C
120 case is when the length of an SMBus block data response
124 Returned when a transfer was requested using an adapter
131 SMBus adapters may return it when an operation took more
[all …]
/linux/scripts/coccinelle/misc/
A Dreturnvar.cocci9 // "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 Darray_size_dup.cocci34 ... 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 Dhpfs.rst45 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/kbuild/
A Dkbuild.rst18 by modprobe to not fail when trying to load something builtin.
62 Additional options for $(CC) when used to compile
71 Additional options for $(RUSTC) when used to compile
80 Additional options used for $(LD) when linking modules.
96 Additional flags to be passed when linking host programs.
100 Additional libraries to link against when building host programs.
106 Additional options used for $(CC) when compiling userprogs.
135 Specify the output directory when building the kernel.
204 Install script called when using "make install".
218 specify a custom installer when cross compiling a kernel.
[all …]
/linux/fs/bcachefs/
A Drecovery_passes.c56 unsigned when; member
60 #define x(_fn, _id, _when) { .fn = bch2_##_fn, .when = _when },
161 if (recovery_pass_fns[i].when & PASS_FSCK) in bch2_fsck_recovery_passes()
174 if ((p->when & PASS_FSCK) && c->opts.fsck) in should_run_recovery_pass()
176 if ((p->when & PASS_UNCLEAN) && !c->sb.clean) in should_run_recovery_pass()
178 if (p->when & PASS_ALWAYS) in should_run_recovery_pass()
188 if (!(p->when & PASS_SILENT)) in bch2_run_recovery_pass()
194 if (!(p->when & PASS_SILENT)) in bch2_run_recovery_pass()
209 if (!(p->when & PASS_ONLINE)) in bch2_run_online_recovery_passes()
/linux/Documentation/scheduler/
A Dsched-stats.rst86 the load did not require balancing when the cpu was idle
88 more tasks and failed, when the cpu was idle
90 sched_balance_rq() in this domain when the cpu was idle
94 the target task was cache-hot when idle
102 load did not require balancing when busy
104 more tasks and failed, when the cpu was busy
106 sched_balance_rq() in this domain when the cpu was busy
107 13) # of times in this domain pull_task() was called when busy
109 target task was cache-hot when busy
120 tasks and failed, when the cpu was just becoming idle
[all …]
/linux/Documentation/devicetree/bindings/dma/
A Dstericsson,dma40.yaml87 The second cell is the DMA request line number. This is only used when
94 Logical channel when unset
95 Physical channel when set
97 Memory to Device when unset
98 Device to Memory when set
100 Little endian when unset
101 Big endian when set
103 Use automatic channel selection when unset
104 Use DMA request line number when set
106 Normal priority when unset
[all …]
/linux/Documentation/ABI/testing/
A Dsysfs-class-power-wilco19 Charging begins when level drops below
20 charge_control_start_threshold, and ceases when
26 be denied by Wilco EC when Long Life mode is enabled.
32 Used when charge_type="Custom", as described above. Measured in
39 Used when charge_type="Custom", as described above. Measured in

Completed in 37 milliseconds

12345678910>>...79