Home
last modified time | relevance | path

Searched full:never (Results 1 – 25 of 2916) sorted by relevance

12345678910>>...117

/linux/drivers/gpu/drm/ci/
H A Dbuild.yml122 - when: never
126 - when: never
130 - when: never
134 - when: never
138 - when: never
142 - when: never
146 - when: never
150 - when: never
154 - when: never
158 - when: never
[all …]
H 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 …]
H A Dgitlab-ci.yml145 when: never
167 .never-post-merge-rules:
170 when: never
178 # Never run immediately after merging, as we just ran everything
179 - !reference [.never-post-merge-rules, rules]
206 # Never run immediately after merging, as we just ran everything
207 - !reference [.never-post-merge-rules, rules]
278 - when: never
341 - when: never
345 - when: never
[all …]
/linux/include/linux/gpio/
H A Dconsumer.h248 /* GPIO can never have been requested */ in gpiod_put()
257 /* GPIO can never have been requested */ in devm_gpiod_unhinge()
265 /* GPIO can never have been requested */ in gpiod_put_array()
318 /* GPIO can never have been requested */ in devm_gpiod_put()
327 /* GPIO can never have been requested */ in devm_gpiod_put_array()
334 /* GPIO can never have been requested */ in gpiod_get_direction()
340 /* GPIO can never have been requested */ in gpiod_direction_input()
346 /* GPIO can never have been requested */ in gpiod_direction_output()
352 /* GPIO can never have been requested */ in gpiod_direction_output_raw()
358 /* GPIO can never hav in gpiod_get_value()
[all...]
/linux/Documentation/locking/
H A Dhwspinlock.rst102 The function will never sleep.
117 The function will never sleep.
135 The function will never sleep.
152 The function will never sleep.
168 The function will never sleep.
185 The function will never sleep.
202 The function will never sleep.
218 The function will never sleep.
233 The function will never sleep.
246 The function will never sleep.
[all …]
/linux/Documentation/admin-guide/
H A Dsysfs-rules.rst35 application's behavior, but never try to search for sysfs. Never try
70 - simple string, never a path or a link
76 - a simple string, which may contain spaces, never a path or a
94 - Properties of parent devices never belong into a child device.
98 Never copy any property of the parent-device into a child-device. Parent
135 at the same level, never in a hierarchy. Assuming the block subsystem to
140 Never depend on the "device"-link. The "device"-link is a workaround
145 single valid use of the "device"-link; it must never appear in any
150 Never depend on the class-specific links back to the ``/sys/class``
155 valid use of these links; they must never appear in any path as an
[all …]
/linux/Documentation/admin-guide/mm/
H A Dtranshuge.rst117 echo never >/sys/kernel/mm/transparent_hugepage/hugepages-<size>kB/enabled
122 .. note:: Setting "never" in all sysfs THP controls does **not** disable
145 echo never >/sys/kernel/mm/transparent_hugepage/enabled
148 hugepage sizes have enabled="never". If enabling multiple hugepage
154 regions or to never try to defrag memory and simply fallback to regular
167 echo never >/sys/kernel/mm/transparent_hugepage/defrag
194 never
226 top-level control are "never")
245 - Global THP controls are set to "never" and madvise(..., MADV_COLLAPSE)
252 This will re-enable THPs for the process, as if they were never disabled.
[all …]
/linux/include/linux/
H A Dgpio.h120 /* GPIO can never have been requested */ in gpio_free()
136 /* GPIO can never have been requested or set as {in,out}put */ in gpio_get_value()
143 /* GPIO can never have been requested or set as output */ in gpio_set_value()
149 /* GPIO can never have been requested or set as {in,out}put */ in gpio_get_value_cansleep()
156 /* GPIO can never have been requested or set as output */ in gpio_set_value_cansleep()
162 /* GPIO can never have been requested or set as input */ in gpio_to_irq()
H A Diopoll.h25 * @timeout_us: Timeout in us, 0 means never timeout
73 * @timeout_us: Timeout in us, 0 means never timeout
132 * @timeout_us: Timeout in us, 0 means never timeout
156 * @timeout_us: Timeout in us, 0 means never timeout
183 * @timeout_us: Timeout in us, 0 means never timeout
204 * @timeout_us: Timeout in us, 0 means never timeout
H A Ddma-fence-chain.h35 * complection of the fence chain. Never used at the same time
44 * running into lock inversion. Never used at the same time as
101 * doesn't need an RCU grace period since the fence was never initialized nor
/linux/tools/testing/selftests/rseq/
H A Drseq-bits-template.h16 # error "Never use <rseq-bits-template.h> directly; include <rseq.h> instead."
26 # error "Never use <rseq-bits-template.h> directly; include <rseq.h> instead."
34 # error "Never use <rseq-bits-template.h> directly; include <rseq.h> instead."
37 # error "Never use <rseq-bits-template.h> directly; include <rseq.h> instead."
/linux/Documentation/mm/
H A Dmemory-model.rst41 corresponding to the holes are never fully initialized.
139 that the page objects for these address ranges are never marked online,
145 page reference count never drops below 1 the page is never tracked as
152 `ZONE_DEVICE` memory is never marked online it is subsequently never
/linux/arch/nios2/mm/
H A Dcacheflush.c180 * The zero page is never written to, so never has any dirty in flush_dcache_folio()
181 * cache lines, and therefore never needs to be flushed. in flush_dcache_folio()
223 * The zero page is never written to, so never has any dirty in update_mmu_cache_range()
224 * cache lines, and therefore never needs to be flushed. in update_mmu_cache_range()
/linux/tools/testing/selftests/firmware/
H A Dfw_fallback.sh35 echo "$0: firmware interface never appeared" >&2
62 echo "$0: firmware interface never appeared" >&2
91 echo "$0: firmware interface never appeared" >&2
124 echo "$0: firmware interface never appeared" >&2
172 echo "The file never appeared: $DEVPATH"
/linux/include/uapi/linux/netfilter/
H A Dnf_conntrack_common.h43 /* It's an expected connection: bit 0 set. This bit never changed */
51 /* Conntrack should never be early-expired. */
59 /* Connection needs src nat in orig dir. This bit never changed. */
63 /* Connection needs dst nat in orig dir. This bit never changed. */
/linux/arch/arm/mach-omap2/
H A Dpowerdomain-common.c61 WARN_ON(1); /* should never happen */ in omap2_pwrdm_get_mem_bank_onstate_mask()
81 WARN_ON(1); /* should never happen */ in omap2_pwrdm_get_mem_bank_retst_mask()
101 WARN_ON(1); /* should never happen */ in omap2_pwrdm_get_mem_bank_stst_mask()
/linux/kernel/sched/
H A Dstop_task.c15 return task_cpu(p); /* stop tasks as never migrate */ in select_task_rq_stop()
27 /* we're never preempted */ in wakeup_preempt_stop()
58 BUG(); /* the stop task should never yield, its pointless. */ in yield_task_stop()
/linux/arch/arm/include/asm/mach/
H A Darch.h40 unsigned char reserve_lp0 :1; /* never has lp0 */
41 unsigned char reserve_lp1 :1; /* never has lp1 */
42 unsigned char reserve_lp2 :1; /* never has lp2 */
/linux/arch/arm/include/asm/
H A Dcachetype.h27 * Mask out support which will never be present on newer CPUs.
28 * - v6+ is never VIVT
29 * - v7+ VIPT never aliases on D-side
/linux/tools/testing/selftests/ftrace/test.d/00basic/
H A Dtrace_pipe.tc9 : "trace interface never consume the ring buffer"
13 : "trace interface never consume the ring buffer"
/linux/Documentation/ABI/testing/
H A Ddebugfs-cxl24 and should never be used on production systems or live data.
54 and should never be used on production systems or live data.
83 and should never be used on production systems or live data.
112 and should never be used on production systems or live data.
/linux/Documentation/bpf/
H A Dcpumasks.rst235 /* Should never happen. */
240 /* Should never happen. */
309 /* Should never happen. */
314 /* Should never happen. */
318 /* Should never happen. */
324 /* Should never happen. */
/linux/tools/testing/selftests/filesystems/
H A Dkernfs_test.c17 /* Read-only file that can never have any extended attributes set. */ in TEST()
29 /* Read-only file that can never have any extended attributes set. */ in TEST()
/linux/Documentation/litmus-tests/rcu/
H A DRCU+sync+free.litmus4 * Result: Never
6 * This litmus test demonstrates that an RCU reader can never see a write that
/linux/security/landlock/
H A Ddomain.h35 * The contained pointers are initialized at the domain creation time and never
59 * itself, at creation time. Always NULL terminated, and never greater
96 * Masked (i.e. never logged) denials are still counted.

12345678910>>...117