Home
last modified time | relevance | path

Searched refs:earlier (Results 1 – 25 of 203) sorted by relevance

123456789

/Linux-v6.6/include/linux/
Dktime.h169 static inline s64 ktime_us_delta(const ktime_t later, const ktime_t earlier) in ktime_us_delta() argument
171 return ktime_to_us(ktime_sub(later, earlier)); in ktime_us_delta()
174 static inline s64 ktime_ms_delta(const ktime_t later, const ktime_t earlier) in ktime_ms_delta() argument
176 return ktime_to_ms(ktime_sub(later, earlier)); in ktime_ms_delta()
/Linux-v6.6/Documentation/core-api/
Drefcount-vs-atomic.rst42 stores (all po-earlier instructions) on the same CPU are completed
44 It also guarantees that all po-earlier stores on the same CPU
50 stores (all po-earlier instructions) on the same CPU are completed
51 before the operation. It also guarantees that all po-earlier
/Linux-v6.6/Documentation/sound/hd-audio/
Dintel-multi-link.rst89 present in earlier generations.
181 present in earlier generations.
252 present in earlier generations:
/Linux-v6.6/tools/memory-model/Documentation/
Dglossary.txt8 based on the value returned by an earlier load, an "address
55 of a value computed from a value returned by an earlier load,
89 on the value returned by an earlier load, a "data dependency"
168 store after earlier memory references that ran on that same CPU.
/Linux-v6.6/Documentation/translations/zh_CN/core-api/
Drefcount-vs-atomic.rst43 [po-earlier]指令)在执行任何程序顺序较后指令(po-later)之前完成。它还保证
/Linux-v6.6/Documentation/userspace-api/media/cec/
Dcec-ioc-receive.rst52 2. the transmit result of an earlier non-blocking transmit (the ``sequence``
55 3. the reply to an earlier non-blocking transmit (the ``sequence`` field will
250 Other bits can still be set if earlier attempts met with failure before
322 - The reply to an earlier transmitted message timed out.
329 was the reply to an earlier transmitted message.
334 - The wait for a reply to an earlier transmitted message was aborted
/Linux-v6.6/Documentation/userspace-api/media/v4l/
Dapp-pri.rst22 device assigns a medium priority, compatible with earlier versions of
Dio.rst31 the same file descriptor, for compatibility with V4L and earlier
/Linux-v6.6/Documentation/networking/dsa/
Dconfiguration.rst99 # For kernels earlier than v5.12, the master interface needs to be
111 # For kernels earlier than v5.12, the master interface needs to be
137 # For kernels earlier than v5.12, the master interface needs to be
181 # For kernels earlier than v5.12, the master interface needs to be
224 # For kernels earlier than v5.12, the master interface needs to be
264 # For kernels earlier than v5.12, the master interface needs to be
/Linux-v6.6/Documentation/usb/
Dohci.rst14 compared to the earlier "Universal Host Controller Interface" (UHCI) from
/Linux-v6.6/arch/arm/boot/dts/marvell/
Darmada-xp-crs326-24g-2s.dtsi13 * DT-capable, U-Boot bootloaders provided by Marvell. Some earlier
Darmada-xp-crs328-4c-20s-4s.dtsi13 * DT-capable, U-Boot bootloaders provided by Marvell. Some earlier
Darmada-xp-db-xc3-24g4xg.dts12 * DT-capable, U-Boot bootloaders provided by Marvell. Some earlier
Darmada-xp-crs305-1g-4s.dtsi13 * DT-capable, U-Boot bootloaders provided by Marvell. Some earlier
Darmada-xp-db-dxbc2.dts12 * DT-capable, U-Boot bootloaders provided by Marvell. Some earlier
/Linux-v6.6/net/hsr/
DKconfig22 that have been forwarded earlier.
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-bus-pci-drivers-ehci_hcd44 correct for 2.6.35 (and probably several earlier kernel
/Linux-v6.6/Documentation/arch/arm64/
Dtagged-address-abi.rst54 NOTE: This behaviour changed in v5.6 and so some earlier kernels may
64 NOTE: This behaviour changed in v5.14 and so some earlier kernels may
/Linux-v6.6/arch/powerpc/boot/dts/
Diss4xx.dts6 * Based on earlier code:
/Linux-v6.6/Documentation/translations/zh_CN/maintainer/
Dpull-requests.rst101 lack of the Kconfig options in the earlier versions of the
/Linux-v6.6/arch/x86/
DMakefile_32.cpu45 # add at the end to overwrite eventual tuning options from earlier
/Linux-v6.6/drivers/scsi/arm/
DKconfig29 HD discs from the then new A5000 on earlier models. This interface
/Linux-v6.6/fs/quota/
DKconfig55 This quota format was (is) used by kernels earlier than 2.4.22. If
/Linux-v6.6/Documentation/arch/arm/
Dkernel_user_helpers.rst28 binaries are already to be incompatible with earlier ARM processors due to
30 don't make binaries unable to run on earlier processors just for the sake
/Linux-v6.6/Documentation/staging/
Dspeculation.rst82 This can be used to protect the earlier load_array() example::

123456789