Home
last modified time | relevance | path

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

123456

/Linux-v4.19/include/linux/
Dktime.h186 static inline s64 ktime_us_delta(const ktime_t later, const ktime_t earlier) in ktime_us_delta() argument
188 return ktime_to_us(ktime_sub(later, earlier)); in ktime_us_delta()
191 static inline s64 ktime_ms_delta(const ktime_t later, const ktime_t earlier) in ktime_ms_delta() argument
193 return ktime_to_ms(ktime_sub(later, earlier)); in ktime_ms_delta()
/Linux-v4.19/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-v4.19/Documentation/media/uapi/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-v4.19/net/hsr/
DKconfig18 earlier.
/Linux-v4.19/tools/memory-model/
Dlinux-kernel.bell8 * An earlier version of this file appeared in the companion webpage for
/Linux-v4.19/Documentation/usb/
Dohci.txt10 compared to the earlier "Universal Host Controller Interface" (UHCI) from
/Linux-v4.19/Documentation/devicetree/bindings/mtd/partitions/
Dbrcm,bcm947xx-cfe-partitions.txt24 As mentioned earlier, role of some partitions may depend on extra configuration.
/Linux-v4.19/arch/arm/boot/dts/
Darmada-xp-db-xc3-24g4xg.dts12 * 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-v4.19/Documentation/ABI/testing/
Dsysfs-bus-pci-drivers-ehci_hcd44 correct for 2.6.35 (and probably several earlier kernel
Dsysfs-block-device38 - Some hard drives only comply with an earlier version of the
/Linux-v4.19/Documentation/media/uapi/cec/
Dcec-ioc-receive.rst50 2. the result of an earlier non-blocking transmit (the ``sequence`` field will
235 Other bits can still be set if earlier attempts met with failure before
295 - The reply to an earlier transmitted message timed out.
302 was the reply to an earlier transmitted message.
/Linux-v4.19/arch/x86/
DMakefile_32.cpu44 # add at the end to overwrite eventual tuning options from earlier
/Linux-v4.19/arch/powerpc/boot/dts/
Diss4xx.dts6 * Based on earlier code:
Diss4xx-mpic.dts6 * Based on earlier code:
/Linux-v4.19/Documentation/networking/
Dfore200e.txt6 to the Linux operating system. It is based on the earlier PCA-200E driver
Dframerelay.txt37 use 'cd linux'. v0.10 is for use on pre-2.0.3 and earlier, v0.15 is for
/Linux-v4.19/fs/quota/
DKconfig55 This quota format was (is) used by kernels earlier than 2.4.22. If
/Linux-v4.19/Documentation/arm/
Dkernel_user_helpers.txt27 binaries are already to be incompatible with earlier ARM processors due to
29 don't make binaries unable to run on earlier processors just for the sake
/Linux-v4.19/tools/memory-model/Documentation/
Dexplanation.txt195 it, as loads can obtain values only from earlier stores.
468 through a pointer will depend on the value read earlier from that
486 come earlier in program order. Symbolically, if we have R ->data X,
643 coming earlier in the coherence order (in this case, x's initial
693 equivalently, when R reads from a store which comes earlier than W in
785 the CPU to execute all po-earlier instructions before any
788 smp_rmb() forces the CPU to execute all po-earlier loads
791 smp_wmb() forces the CPU to execute all po-earlier stores
800 execute all po-earlier instructions before the store
807 For each other CPU C', smp_wmb() forces all po-earlier stores
[all …]
/Linux-v4.19/Documentation/
Dspeculation.txt80 This can be used to protect the earlier load_array() example:
/Linux-v4.19/drivers/scsi/arm/
DKconfig39 HD discs from the then new A5000 on earlier models. This interface
/Linux-v4.19/Documentation/hwmon/
Dadt747089 order for the automatic pwm algorithm to run. This was the case for earlier
/Linux-v4.19/Documentation/devicetree/bindings/arm/
Dgemini.txt6 It was derived from earlier products from Storm named SL3316 (Centroid) and

123456