Home
last modified time | relevance | path

Searched full:earlier (Results 1 – 25 of 1201) sorted by relevance

12345678910>>...49

/linux-6.12.1/drivers/net/ethernet/agere/
Det131x.h185 * Defined earlier (u32)
190 * Defined earlier (u32)
302 * Defined earlier (u32)
307 * Defined earlier (u32)
326 * Defined earlier (u32)
331 * Defined earlier (u32)
336 * Defined earlier (u32)
341 * Defined earlier (u32)
346 * Defined earlier (u32)
389 * Defined earlier (u32)
[all …]
/linux-6.12.1/include/linux/
Dktime.h167 static inline s64 ktime_us_delta(const ktime_t later, const ktime_t earlier) in ktime_us_delta() argument
169 return ktime_to_us(ktime_sub(later, earlier)); in ktime_us_delta()
172 static inline s64 ktime_ms_delta(const ktime_t later, const ktime_t earlier) in ktime_ms_delta() argument
174 return ktime_to_ms(ktime_sub(later, earlier)); in ktime_ms_delta()
/linux-6.12.1/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.
Dordering.txt69 In other words, all CPUs will agree that any earlier action taken
313 As mentioned earlier, release operations are often paired with acquire
351 release operations covered earlier. For example, consider the following
455 described earlier in this document.
492 the operations called out earlier in this document.
Dexplanation.txt198 it, as loads can obtain values only from earlier stores.
465 through a pointer will depend on the value read earlier from that
484 come earlier in program order. Symbolically, if we have R ->data X,
692 coming earlier in the coherence order (in this case, x's initial
742 equivalently, when R reads from a store which comes earlier than W in
834 the CPU to execute all po-earlier instructions before any
837 smp_rmb() forces the CPU to execute all po-earlier loads
840 smp_wmb() forces the CPU to execute all po-earlier stores
849 execute all po-earlier instructions before the store
856 For each other CPU C', smp_wmb() forces all po-earlier stores
[all …]
/linux-6.12.1/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-6.12.1/lib/
Dwin_minmax.c19 * Upon getting a new min, we can forget everything earlier because
73 return minmax_reset(m, t, meas); /* forget earlier samples */ in minmax_running_max()
91 return minmax_reset(m, t, meas); /* forget earlier samples */ in minmax_running_min()
/linux-6.12.1/Documentation/scheduler/
Dsched-eevdf.rst8 away from the earlier Completely Fair Scheduler (CFS) in favor of a version
30 reset. Finally, tasks can preempt others if their VD is earlier, and tasks
/linux-6.12.1/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
265 Other bits can still be set if earlier attempts met with failure before
337 - The reply to an earlier transmitted message timed out.
344 was the reply to an earlier transmitted message.
349 - The wait for a reply to an earlier transmitted message was aborted
/linux-6.12.1/Documentation/networking/dsa/
Dconfiguration.rst99 # For kernels earlier than v5.12, the conduit interface needs to be
111 # For kernels earlier than v5.12, the conduit interface needs to be
137 # For kernels earlier than v5.12, the conduit interface needs to be
181 # For kernels earlier than v5.12, the conduit interface needs to be
224 # For kernels earlier than v5.12, the conduit interface needs to be
264 # For kernels earlier than v5.12, the conduit interface needs to be
/linux-6.12.1/rust/kernel/
Dtime.rs70 pub fn ktime_ms_delta(later: Ktime, earlier: Ktime) -> i64 { in ktime_ms_delta()
71 (later - earlier).to_ms() in ktime_ms_delta()
/linux-6.12.1/Documentation/admin-guide/
Dverify-bugs-and-bisect-regressions.rst10 causing the issue, if it is a regression (e.g. did not happen with earlier
130 b) Build, install, and boot a kernel as described earlier in *segment 1,
151 c) Build, install, and boot a kernel as described earlier in *segment 1,
188 remove some kernels you built earlier. You most likely want to keep those
205 the kernels you built earlier and later you might want to keep around for
231 set to report the bug -- unless it did not happen with earlier kernel versions,
396 * Is one of the versions you earlier established as 'good' or 'bad' a stable or
407 Before doing so, ensure you are still running the 'working' kernel an earlier
411 Afterwards check out the source code for the version earlier established as
673 commands the earlier steps already described in more detail::
[all …]
/linux-6.12.1/drivers/pci/msi/
Dapi.c44 * free earlier allocated interrupt vectors, and restore INTx emulation.
106 * earlier enabled on device. Return other errnos otherwise.
187 * free earlier-allocated interrupt vectors, and restore INTx.
373 * enablement earlier done through pci_alloc_irq_vectors_affinity() or
/linux-6.12.1/include/soc/tegra/
Dmc.h34 * For Tegra210 and earlier, this is the SWGROUP ID used for IOVA translations in the
46 /* Tegra SMMU enable (Tegra210 and earlier) */
/linux-6.12.1/arch/powerpc/boot/
Dholly.c8 * Based on earlier code:
/linux-6.12.1/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-6.12.1/drivers/media/pci/bt8xx/
Dbttv-vbi.c185 /* For compatibility with earlier driver versions we must pretend in try_fmt()
231 /* As in earlier driver versions. */ in try_fmt()
320 behaviour of earlier driver versions after video in bttv_g_fmt_vbi_cap()
/linux-6.12.1/arch/s390/include/asm/
Dkfence.h22 * but earlier where page table allocations still happen with memblock.
/linux-6.12.1/arch/mips/include/asm/
Dpgtable-bits.h203 * 64-bit, R1 or earlier: CCC D V G [S H] M A W R P
204 * 32-bit, R1 or earlier: CCC D V G M A W R P
/linux-6.12.1/drivers/gpu/drm/i915/
Di915_deps.c165 * an earlier fence already added, then the fence will replace the older
166 * fence from the same context and the reference on the earlier fence will
/linux-6.12.1/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-6.12.1/arch/x86/include/asm/
Dcrash_reserve.h11 * Earlier 32-bits kernels would limit the kernel to the low 512 MB range
/linux-6.12.1/arch/powerpc/include/asm/
Dbootx.h21 /* BootX passes the device-tree using a format that comes from earlier
/linux-6.12.1/Documentation/userspace-api/media/v4l/
Dapp-pri.rst22 device assigns a medium priority, compatible with earlier versions of
/linux-6.12.1/arch/powerpc/platforms/85xx/
Dmvme2500.c7 * Based on earlier code by:

12345678910>>...49