Searched refs:earlier (Results 1 – 25 of 161) sorted by relevance
1234567
| /Linux-v5.4/include/linux/ |
| D | ktime.h | 186 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-v5.4/Documentation/core-api/ |
| D | refcount-vs-atomic.rst | 42 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-v5.4/net/hsr/ |
| D | Kconfig | 19 earlier.
|
| /Linux-v5.4/Documentation/usb/ |
| D | ohci.rst | 14 compared to the earlier "Universal Host Controller Interface" (UHCI) from
|
| /Linux-v5.4/Documentation/media/uapi/v4l/ |
| D | app-pri.rst | 29 device assigns a medium priority, compatible with earlier versions of
|
| D | io.rst | 38 the same file descriptor, for compatibility with V4L and earlier
|
| /Linux-v5.4/Documentation/devicetree/bindings/mtd/partitions/ |
| D | brcm,bcm947xx-cfe-partitions.txt | 24 As mentioned earlier, role of some partitions may depend on extra configuration.
|
| /Linux-v5.4/Documentation/media/uapi/cec/ |
| D | cec-ioc-receive.rst | 57 2. the result of an earlier non-blocking transmit (the ``sequence`` field will 254 Other bits can still be set if earlier attempts met with failure before 327 - The reply to an earlier transmitted message timed out. 334 was the reply to an earlier transmitted message. 339 - The wait for a reply to an earlier transmitted message was aborted
|
| /Linux-v5.4/arch/arm/boot/dts/ |
| D | armada-xp-db-xc3-24g4xg.dts | 12 * DT-capable, U-Boot bootloaders provided by Marvell. Some earlier
|
| D | armada-xp-db-dxbc2.dts | 12 * DT-capable, U-Boot bootloaders provided by Marvell. Some earlier
|
| /Linux-v5.4/Documentation/ABI/testing/ |
| D | sysfs-block-device | 38 - Some hard drives only comply with an earlier version of the
|
| D | sysfs-bus-pci-drivers-ehci_hcd | 44 correct for 2.6.35 (and probably several earlier kernel
|
| /Linux-v5.4/arch/powerpc/boot/dts/ |
| D | iss4xx.dts | 6 * Based on earlier code:
|
| D | iss4xx-mpic.dts | 6 * Based on earlier code:
|
| /Linux-v5.4/arch/x86/ |
| D | Makefile_32.cpu | 44 # add at the end to overwrite eventual tuning options from earlier
|
| /Linux-v5.4/Documentation/networking/ |
| D | fore200e.txt | 6 to the Linux operating system. It is based on the earlier PCA-200E driver
|
| D | framerelay.txt | 37 use 'cd linux'. v0.10 is for use on pre-2.0.3 and earlier, v0.15 is for
|
| /Linux-v5.4/fs/quota/ |
| D | Kconfig | 56 This quota format was (is) used by kernels earlier than 2.4.22. If
|
| /Linux-v5.4/Documentation/arm/ |
| D | kernel_user_helpers.rst | 28 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-v5.4/tools/memory-model/ |
| D | linux-kernel.bell | 8 * An earlier version of this file appeared in the companion webpage for
|
| /Linux-v5.4/Documentation/ |
| D | speculation.txt | 80 This can be used to protect the earlier load_array() example::
|
| /Linux-v5.4/tools/memory-model/Documentation/ |
| D | explanation.txt | 197 it, as loads can obtain values only from earlier stores. 464 through a pointer will depend on the value read earlier from that 482 come earlier in program order. Symbolically, if we have R ->data X, 639 coming earlier in the coherence order (in this case, x's initial 689 equivalently, when R reads from a store which comes earlier than W in 781 the CPU to execute all po-earlier instructions before any 784 smp_rmb() forces the CPU to execute all po-earlier loads 787 smp_wmb() forces the CPU to execute all po-earlier stores 796 execute all po-earlier instructions before the store 803 For each other CPU C', smp_wmb() forces all po-earlier stores [all …]
|
| /Linux-v5.4/drivers/scsi/arm/ |
| D | Kconfig | 40 HD discs from the then new A5000 on earlier models. This interface
|
| /Linux-v5.4/Documentation/devicetree/bindings/arm/ |
| D | gemini.txt | 6 It was derived from earlier products from Storm named SL3316 (Centroid) and
|
| /Linux-v5.4/Documentation/hwmon/ |
| D | adt7470.rst | 93 order for the automatic pwm algorithm to run. This was the case for earlier
|
1234567