Home
last modified time | relevance | path

Searched full:had (Results 1 – 25 of 1637) sorted by relevance

12345678910>>...66

/Linux-v5.10/Documentation/driver-api/usb/
Dpersist.rst29 though they had disconnected. This is always safe and it is the
39 devices. The effect is exactly the same as if the device really had
40 been unplugged while the system was suspended. If you had a mounted
52 it's as though you had unplugged all the USB devices. Yes, it's
78 reset or otherwise had lost power) then it applies a persistence check
87 kernel treats the device as though it had merely been reset instead of
97 behaves as though the old device had been unplugged and a new device
/Linux-v5.10/Documentation/arm/nwfpe/
Dnotes.rst16 f4 had been converted to an extended value in the emulator.
18 This is a side effect of the stfe instruction. The double in f4 had to be
19 converted to extended, then stored. If an lfm/sfm combination had been used,
/Linux-v5.10/Documentation/filesystems/
Ddirectory-locking.rst82 the order until we had acquired all locks).
111 would have a contended child and we had assumed that no object is its
119 to (2) the order hadn't changed since we had acquired filesystem lock.
132 new parent had been equal to or a descendent of source since the moment when
133 we had acquired filesystem lock and rename() would fail with -ELOOP in that
Dporting.rst142 FS_SINGLE is gone (actually, that had happened back when ->get_sb()
231 ->revalidate() is gone. If your filesystem had it - provide ->getattr()
232 and let it call whatever you had as ->revlidate() + (for symlinks that
233 had ->revalidate()) add calls in ->follow_link()/->readlink().
243 * we know that parent had been locked (e.g. we are looking at
250 had been relying on BKL and that's prone to screwups. Old tree had quite
349 if it's zero is not *and* *never* *had* *been* enough. Final unlink() and iput()
393 via rcu-walk path walk (basically, if the file can have had a path name in the
661 it's a symlink. Checking ->i_mode is really needed now. In-tree we had
/Linux-v5.10/include/net/
Dinet_frag.h158 #define IPFRAG_ECN_NOT_ECT 0x01 /* one frag had ECN_NOT_ECT */
159 #define IPFRAG_ECN_ECT_1 0x02 /* one frag had ECN_ECT_1 */
160 #define IPFRAG_ECN_ECT_0 0x04 /* one frag had ECN_ECT_0 */
161 #define IPFRAG_ECN_CE 0x08 /* one frag had ECN_CE */
/Linux-v5.10/arch/mips/include/asm/octeon/
Dcvmx-wqe.h333 * than allowed and had an FCS error.
338 * and had an FCS error (100M and 10M only).
340 * than allowed and had an FCS error.
341 * - 7 = GMX FCS error: the RGMII packet had an FCS
345 * - 9 = extend error: the RGMII packet had an extend
347 * - 10 = length mismatch error: the RGMII packet had
351 * packet had one or more data reception errors
352 * (RXERR) or the SPI4 packet had one or more
359 * RGMII packet had a studder error (data not
362 * - 16 = FCS error: a SPI4.2 packet had an FCS error.
/Linux-v5.10/Documentation/ABI/removed/
Dvideo13947 alternative to raw1394's isochronous I/O functionality which had
8 performance issues in its first generation. Any video1394 user had
/Linux-v5.10/Documentation/block/
Dbiovecs.rst53 it had to walk two different bios at the same time, keeping both bi_idx and
61 * Before, any code that might need to use the biovec after the bio had been
63 it somewhere else if there was an error) had to save the entire bvec array
83 bcache) had some ugly workarounds for this.
/Linux-v5.10/fs/btrfs/tests/
Dextent-buffer-tests.c19 char *value = "mary had a little lamb"; in test_btrfs_split_item()
20 char *split1 = "mary had a little"; in test_btrfs_split_item()
23 char *split4 = " had a little"; in test_btrfs_split_item()
83 * 'mary had a little' in test_btrfs_split_item()
/Linux-v5.10/drivers/block/paride/
DTransition-notes74 from pd.c. That could happen only if pi_do_claimed() had been
86 0 when pd_next_buf() had acquired pd_lock. If it become 0 while
88 the thread that had reset it would be in the area simulateously.
107 check its value is in ps_set_intr() and if it had been non-zero at that
/Linux-v5.10/drivers/base/firmware_loader/
Dfallback.h16 * as if one had enabled CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y.
20 * This emulates the behaviour as if we had set the kernel
/Linux-v5.10/Documentation/process/
Dstable-api-nonsense.rst60 Assuming that we had a stable kernel source interface for the kernel, a
132 which have had to maintain their older USB interfaces over time. This
139 relatively little pain. If Linux had to ensure that it will preserve a
141 the older, broken one would have had to be maintained over time, leading
/Linux-v5.10/drivers/media/test-drivers/vidtv/
Dvidtv_common.c45 …pr_err_ratelimited("overflow detected, skipping. Try increasing the buffer size. Needed %zu, had %… in vidtv_memcpy()
81 …pr_err_ratelimited("overflow detected, skipping. Try increasing the buffer size. Needed %zu, had %… in vidtv_memset()
/Linux-v5.10/Documentation/sound/soc/
Doverview.rst9 had some limitations:-
13 Linux had different wm8731 drivers for 4 different SoC platforms.
/Linux-v5.10/drivers/net/wireless/ath/ath9k/
Dcommon-debug.h22 may have had errors.
24 may have had errors.
/Linux-v5.10/arch/powerpc/lib/
Dstrlen_32.S21 * 0 byte must have had no incoming carry (otherwise it's not the least
39 * iff that byte had one of its low 7 bits set. We can then just see
/Linux-v5.10/tools/testing/selftests/powerpc/stringloops/
Dstrlen_32.S21 * 0 byte must have had no incoming carry (otherwise it's not the least
39 * iff that byte had one of its low 7 bits set. We can then just see
/Linux-v5.10/tools/lib/traceevent/Documentation/
Dlibtraceevent-handle.txt32 as clean up all its resources that it had used. The argument _tep_ is
39 it had used are cleaned up.
/Linux-v5.10/drivers/usb/core/
DKconfig26 devices that lose power get reenumerated as if they had been
116 The default value Linux has always had is 2 seconds. Change
/Linux-v5.10/drivers/net/ethernet/freescale/
Ducc_geth.h88 successfully that had destination address
100 that had destination address equal to the
533 u32 removevlan; /* total frames that had their VLAN tag removed
535 u32 replacevlan; /* total frames that had their VLAN tag
537 u32 insertvlan; /* total frames that had their VLAN tag
725 u32 removevlan; /* total frames that had their VLAN tag removed
727 u32 replacevlan; /* total frames that had their VLAN tag
729 u32 insertvlan; /* total frames that had their VLAN tag
766 successfully that had destination address
778 that had destination address equal to the
/Linux-v5.10/net/openvswitch/
Ddatapath.h32 * @n_miss: Number of received packets that had no matching flow in the flow
35 * @n_lost: Number of received packets that had no matching flow in the flow
41 * @n_cache_hit: The number of received packets that had their mask found using
/Linux-v5.10/Documentation/locking/
Dlockstat.rst53 - number of lock acquisitions that had to wait
56 - shortest (non-0) time we ever had to wait for a lock
58 - longest time we ever had to wait for a lock
81 that had to wait on lock acquisition.
/Linux-v5.10/drivers/phy/marvell/
Dphy-armada375-usb2.c72 * Either the phy had never been requested and then the first in armada375_usb_phy_xlate()
73 * usb claiming it can get it, or it had already been in armada375_usb_phy_xlate()
/Linux-v5.10/Documentation/timers/
Dhrtimers.rst108 settimeofday and NTP, all the timers (!) had to be dequeued, the
109 time-changing code had to fix them up one by one, and all of them had to
/Linux-v5.10/drivers/net/ethernet/apple/
Dmace.h57 #define DEFER 0x04 /* MACE had to defer xmission (enet busy) */
62 #define EXDEF 0x80 /* had to defer for excessive time */
81 #define RS_FCSERR 0x1000 /* frame had FCS error */

12345678910>>...66