Home
last modified time | relevance | path

Searched full:become (Results 1 – 25 of 2417) sorted by relevance

12345678910>>...97

/kernel/linux/linux-5.10/scripts/kconfig/tests/new_choice_with_dep/
D__init__.py3 Ask new choice values when they become visible.
5 If new choice values are added with new dependency, and they become
/kernel/linux/linux-6.6/scripts/kconfig/tests/new_choice_with_dep/
D__init__.py3 Ask new choice values when they become visible.
5 If new choice values are added with new dependency, and they become
/kernel/linux/linux-5.10/Documentation/userspace-api/media/cec/
Dcec-ioc-g-mode.rst104 then an attempt to become one will return the ``EBUSY`` error code
130 is an exclusive follower. You cannot become a follower if
139 the exclusive follower then an attempt to become one will return
140 the ``EBUSY`` error code. You cannot become a follower if
152 follower then an attempt to become one will return the ``EBUSY`` error
153 code. You cannot become a follower if :ref:`CEC_CAP_TRANSMIT <CEC-CAP-TRANSMIT>`
/kernel/linux/linux-6.6/Documentation/userspace-api/media/cec/
Dcec-ioc-g-mode.rst104 then an attempt to become one will return the ``EBUSY`` error code
130 is an exclusive follower. You cannot become a follower if
139 the exclusive follower then an attempt to become one will return
140 the ``EBUSY`` error code. You cannot become a follower if
152 follower then an attempt to become one will return the ``EBUSY`` error
153 code. You cannot become a follower if :ref:`CEC_CAP_TRANSMIT <CEC-CAP-TRANSMIT>`
/kernel/linux/linux-5.10/drivers/block/paride/
DTransition-notes60 (1) can become not true if some thread enters that area while another is there.
81 (2) can become not true only when pd_lock is released by the thread in question.
86 0 when pd_next_buf() had acquired pd_lock. If it become 0 while
92 For similar reasons, (3) can become not true only when ps_spinlock is released
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
Dtest_sock_addr.sh14 echo -n "Wait for testing IPv4/IPv6 to become available "
22 echo 1>&2 "ERROR: Timeout waiting for test IP to become available."
Dtest_skb_cgroup_id.sh10 echo -n "Wait for testing link-local IP to become available "
19 echo 1>&2 "ERROR: Timeout waiting for test IP to become available."
Dtest_tcp_check_syncookie.sh12 printf "Wait for IP %s to become available " "$1"
21 echo 1>&2 "ERROR: Timeout waiting for test IP to become available."
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtest_sock_addr.sh14 echo -n "Wait for testing IPv4/IPv6 to become available "
22 echo 1>&2 "ERROR: Timeout waiting for test IP to become available."
Dtest_skb_cgroup_id.sh10 echo -n "Wait for testing link-local IP to become available "
19 echo 1>&2 "ERROR: Timeout waiting for test IP to become available."
Dtest_tcp_check_syncookie.sh11 printf "Wait for IP %s to become available " "$1"
20 echo 1>&2 "ERROR: Timeout waiting for test IP to become available."
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/haswell/
Duncore-interconnect.json3 …location. Aperture requests (snoops) appear as NC decoded internally and become coherent (snoop L3…
7 …location. Aperture requests (snoops) appear as NC decoded internally and become coherent (snoop L3…
/kernel/linux/linux-5.10/Documentation/driver-api/md/
Draid5-ppl.rst7 may become inconsistent with data on other member disks. If the array is also
31 and the journaling drive does not become a bottleneck or a single point of
/kernel/linux/linux-6.6/Documentation/driver-api/md/
Draid5-ppl.rst7 may become inconsistent with data on other member disks. If the array is also
31 and the journaling drive does not become a bottleneck or a single point of
/kernel/linux/linux-6.6/Documentation/filesystems/
Dubifs.rst30 4 Eraseblocks become worn out after some number of erase cycles -
33 5 Eraseblocks may become bad (only on NAND flashes) and software should
34 deal with this. Blocks on hard drives typically do not become bad,
/kernel/linux/linux-5.10/Documentation/filesystems/
Dubifs.rst30 4 Eraseblocks become worn out after some number of erase cycles -
33 5 Eraseblocks may become bad (only on NAND flashes) and software should
34 deal with this. Blocks on hard drives typically do not become bad,
/kernel/linux/linux-5.10/Documentation/networking/
Ddriver.rst12 transmit function will become busy.
51 For a non-scatter-gather supporting card, the three tests simply become::
/kernel/linux/linux-6.6/include/linux/
Dkref.h104 * structure. Furthermore, RCU implementations become extremely tricky.
107 * the lookup structure and RCU lookups become trivial.
/kernel/linux/linux-5.10/include/linux/
Dkref.h104 * structure. Furthermore, RCU implementations become extremely tricky.
107 * the lookup structure and RCU lookups become trivial.
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
Ddwmac-tegra.c102 dev_err(mgbe->dev, "timeout waiting for TX lane to become enabled\n"); in tegra_mgbe_resume()
146 dev_err(mgbe->dev, "timeout waiting for RX calibration to become enabled\n"); in mgbe_uphy_lane_bringup_serdes_up()
178 dev_err(mgbe->dev, "timeout waiting for link to become ready\n"); in mgbe_uphy_lane_bringup_serdes_up()
341 dev_err(mgbe->dev, "timeout waiting for TX lane to become enabled\n"); in tegra_mgbe_probe()
/kernel/linux/linux-6.6/arch/arm/mach-imx/
Dplatsmp.c52 * which may be present or become present in the system.
97 * which may be present or become present in the system.
/kernel/linux/linux-5.10/Documentation/x86/
Dtlb.rst32 4. The microarchitecture. The TLB has become a multi-level
33 cache on modern CPUs, and the global flushes have become more
/kernel/linux/linux-6.6/Documentation/arch/x86/
Dtlb.rst32 4. The microarchitecture. The TLB has become a multi-level
33 cache on modern CPUs, and the global flushes have become more
/kernel/linux/linux-5.10/Documentation/scheduler/
Dsched-bwc.rst14 slices as threads in the cgroup become runnable. Once all quota has been
93 There are two ways in which a group may become throttled:
104 the slice may be returned to the global pool if all threads on that cpu become
/kernel/linux/linux-6.6/fs/squashfs/
Dcache.c72 * go to sleep waiting for one to become available. in squashfs_cache_get()
123 * waiting for it to become available. in squashfs_cache_get()
147 * go to sleep waiting for it to become available. in squashfs_cache_get()
182 * If there's any processes waiting for a block to become in squashfs_cache_put()

12345678910>>...97