Home
last modified time | relevance | path

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

12345678910>>...146

/Linux-v6.1/include/linux/gpio/
Dconsumer.h243 /* GPIO can never have been requested */ in gpiod_put()
252 /* GPIO can never have been requested */ in devm_gpiod_unhinge()
260 /* GPIO can never have been requested */ in gpiod_put_array()
313 /* GPIO can never have been requested */ in devm_gpiod_put()
322 /* GPIO can never have been requested */ in devm_gpiod_put_array()
329 /* GPIO can never have been requested */ in gpiod_get_direction()
335 /* GPIO can never have been requested */ in gpiod_direction_input()
341 /* GPIO can never have been requested */ in gpiod_direction_output()
347 /* GPIO can never have been requested */ in gpiod_direction_output_raw()
365 /* GPIO can never have been requested */ in gpiod_get_value()
[all …]
/Linux-v6.1/include/linux/
Dgpio.h133 /* GPIO can never have been requested */ in gpio_free()
141 /* GPIO can never have been requested */ in gpio_free_array()
162 /* GPIO can never have been requested or set as {in,out}put */ in gpio_get_value()
169 /* GPIO can never have been requested or set as output */ in gpio_set_value()
175 /* GPIO can never have been requested or set as {in,out}put */ in gpio_cansleep()
182 /* GPIO can never have been requested or set as {in,out}put */ in gpio_get_value_cansleep()
189 /* GPIO can never have been requested or set as output */ in gpio_set_value_cansleep()
195 /* GPIO can never have been requested or set as {in,out}put */ in gpio_export()
203 /* GPIO can never have been exported */ in gpio_export_link()
210 /* GPIO can never have been exported */ in gpio_unexport()
[all …]
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
99 * doesn't need an RCU grace period since the fence was never initialized nor
Derrno.h9 * These should never be seen by user programs. To return one of ERESTART*
11 * at syscall exit tracing, but they will never be left for the debugged user
Diopoll.h25 * @timeout_us: Timeout in us, 0 means never timeout
69 * @timeout_us: Timeout in us, 0 means never timeout
111 * @timeout_us: Timeout in us, 0 means never timeout
132 * @timeout_us: Timeout in us, 0 means never timeout
/Linux-v6.1/Documentation/locking/
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-v6.1/Documentation/admin-guide/
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-v6.1/Documentation/mm/
Dmemory-model.rst43 corresponding to the holes are never fully initialized.
144 that the page objects for these address ranges are never marked online,
150 page reference count never drops below 1 the page is never tracked as
157 `ZONE_DEVICE` memory is never marked online it is subsequently never
/Linux-v6.1/arch/nios2/mm/
Dcacheflush.c178 * The zero page is never written to, so never has any dirty in flush_dcache_page()
179 * cache lines, and therefore never needs to be flushed. in flush_dcache_page()
215 * The zero page is never written to, so never has any dirty in update_mmu_cache()
216 * cache lines, and therefore never needs to be flushed. in update_mmu_cache()
/Linux-v6.1/Documentation/admin-guide/mm/
Dtranshuge.rst104 echo never >/sys/kernel/mm/transparent_hugepage/enabled
108 regions or to never try to defrag memory and simply fallback to regular
121 echo never >/sys/kernel/mm/transparent_hugepage/defrag
148 never
165 be automatically shutdown if it's set to "never".
242 ``transparent_hugepage=madvise`` or ``transparent_hugepage=never``
254 never
264 The default policy is ``never``.
267 ``huge=never`` will not attempt to break up huge pages at all, just stop more
/Linux-v6.1/include/uapi/linux/netfilter/
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-v6.1/arch/arm/mach-omap2/
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-v6.1/tools/testing/selftests/firmware/
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-v6.1/arch/arm/include/asm/
Dcachetype.h25 * Mask out support which will never be present on newer CPUs.
26 * - v6+ is never VIVT
27 * - v7+ VIPT never aliases on D-side
/Linux-v6.1/tools/testing/selftests/ftrace/test.d/00basic/
Dtrace_pipe.tc9 : "trace interface never consume the ring buffer"
13 : "trace interface never consume the ring buffer"
/Linux-v6.1/arch/arm/include/asm/mach/
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-v6.1/kernel/sched/
Dstop_task.c15 return task_cpu(p); /* stop tasks as never migrate */ in select_task_rq_stop()
28 /* we're never preempted */ in check_preempt_curr_stop()
68 BUG(); /* the stop task should never yield, its pointless. */ in yield_task_stop()
/Linux-v6.1/drivers/gpu/drm/i915/
DKconfig.unstable6 depends on BROKEN # should never be enabled by distros!
17 never be used in production.
/Linux-v6.1/mm/
Dmemfd.c25 * so reuse a tag which we firmly believe is never set or cleared on tmpfs
165 * can only be added, but never removed. This way, mutually untrusted in memfd_add_seals()
167 * A malicious peer can thus never perform unwanted operations on a in memfd_add_seals()
181 * only adds a given set of seals to the file, it never touches in memfd_add_seals()
188 * importantly, seals are never written to disk. Therefore, there's in memfd_add_seals()
/Linux-v6.1/Documentation/litmus-tests/rcu/
DRCU+sync+free.litmus4 * Result: Never
6 * This litmus test demonstrates that an RCU reader can never see a write that
/Linux-v6.1/Documentation/scsi/
Dsym53c500_cs.rst14 All the USE_BIOS code has been ripped out. It was never used, and could
22 other products using this chip, but I've never laid eyes (much less hands)
/Linux-v6.1/Documentation/ABI/testing/
Dsysfs-memory-page-offline11 on the bad page list and never be reused.
18 kernel will never kill anything for this, but rather
Dconfigfs-stp-policy-p_sys-t30 the default and stands for "never send the timestamp".
39 stands for "never send the CLOCKSYNC". It makes sense to
/Linux-v6.1/arch/mips/pci/
Dfixup-ip32.c27 {0, 0, 0, 0, 0}, /* This is placeholder row - never used */
39 * in theory have slots 4 and 5, and we never normally use the shared
/Linux-v6.1/lib/
DKconfig.kcsan98 conservative value; we should almost never observe "no_capacity"
232 Never instrument marked atomic accesses. This option can be used for
234 writes will never be reported as a data race, however, will cause
237 races where at least one access is marked atomic will never be

12345678910>>...146