Searched refs:earlier (Results 1 – 25 of 180) sorted by relevance
12345678
/kernel/linux/linux-5.10/include/linux/ |
D | ktime.h | 169 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()
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | app-pri.rst | 22 device assigns a medium priority, compatible with earlier versions of
|
D | io.rst | 32 the same file descriptor, for compatibility with V4L and earlier
|
/kernel/linux/linux-5.10/Documentation/usb/ |
D | ohci.rst | 14 compared to the earlier "Universal Host Controller Interface" (UHCI) from
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mtd/partitions/ |
D | brcm,bcm947xx-cfe-partitions.txt | 24 As mentioned earlier, role of some partitions may depend on extra configuration.
|
/kernel/linux/linux-5.10/Documentation/userspace-api/media/cec/ |
D | cec-ioc-receive.rst | 52 2. the result of an earlier non-blocking transmit (the ``sequence`` field will 247 Other bits can still be set if earlier attempts met with failure before 319 - The reply to an earlier transmitted message timed out. 326 was the reply to an earlier transmitted message. 331 - The wait for a reply to an earlier transmitted message was aborted
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/net/hsr/ |
D | Kconfig | 22 that have been forwarded earlier.
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-bus-pci-drivers-ehci_hcd | 44 correct for 2.6.35 (and probably several earlier kernel
|
D | sysfs-block-device | 40 - Some hard drives only comply with an earlier version of the
|
/kernel/linux/linux-5.10/Documentation/arm64/ |
D | tagged-address-abi.rst | 54 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
|
/kernel/linux/linux-5.10/arch/powerpc/boot/dts/ |
D | iss4xx.dts | 6 * Based on earlier code:
|
D | iss4xx-mpic.dts | 6 * Based on earlier code:
|
/kernel/linux/linux-5.10/arch/x86/ |
D | Makefile_32.cpu | 45 # add at the end to overwrite eventual tuning options from earlier
|
/kernel/linux/linux-5.10/fs/quota/ |
D | Kconfig | 56 This quota format was (is) used by kernels earlier than 2.4.22. If
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | framerelay.rst | 43 use 'cd linux'. v0.10 is for use on pre-2.0.3 and earlier, v0.15 is for
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/tools/memory-model/ |
D | linux-kernel.bell | 8 * An earlier version of this file appeared in the companion webpage for
|
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/atm/ |
D | fore200e.rst | 8 to the Linux operating system. It is based on the earlier PCA-200E driver
|
/kernel/linux/linux-5.10/Documentation/staging/ |
D | speculation.rst | 82 This can be used to protect the earlier load_array() example::
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/ |
D | gemini.txt | 6 It was derived from earlier products from Storm named SL3316 (Centroid) and
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/ |
D | apm-xgene-phy.txt | 23 data earlier than the nominal sampling point. 1 means
|
/kernel/linux/linux-5.10/Documentation/hwmon/ |
D | adt7470.rst | 93 order for the automatic pwm algorithm to run. This was the case for earlier
|
12345678