Home
last modified time | relevance | path

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

12345678910>>...72

/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-4.19/drivers/net/ethernet/agere/
Det131x.h186 * Defined earlier (u32)
191 * Defined earlier (u32)
303 * Defined earlier (u32)
308 * Defined earlier (u32)
327 * Defined earlier (u32)
332 * Defined earlier (u32)
337 * Defined earlier (u32)
342 * Defined earlier (u32)
347 * Defined earlier (u32)
390 * Defined earlier (u32)
[all …]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-4.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
/kernel/linux/linux-4.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()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/fs/ntfs/
Dlogfile.h41 * then it doesn't matter whether we are on an earlier version. We can just
129 and presumably earlier, on a clean volume
145 presumably earlier, on a clean volume this
157 and presumably earlier this is always 0. On
201 earlier, this is 0x30, i.e. immediately
270 /* 20*/ le16 seq_number; /* On Win2k and presumably earlier, this is set
/kernel/linux/linux-4.19/fs/ntfs/
Dlogfile.h55 * then it doesn't matter whether we are on an earlier version. We can just
143 and presumably earlier, on a clean volume
159 presumably earlier, on a clean volume this
171 and presumably earlier this is always 0. On
215 earlier, this is 0x30, i.e. immediately
284 /* 20*/ le16 seq_number; /* On Win2k and presumably earlier, this is set
/kernel/linux/linux-4.19/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-4.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
308 - The reply to an earlier transmitted message timed out.
315 was the reply to an earlier transmitted message.
320 - The wait for a reply to an earlier transmitted message was aborted
/kernel/linux/linux-4.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 …]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/cec/
Dcec-ioc-receive.rst52 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-4.19/drivers/media/pci/bt8xx/
Dbttv-vbi.c49 /* 2048 for compatibility with earlier driver versions. The driver
123 as earlier driver versions did. The driver permits video in vbi_buffer_prepare()
251 /* For compatibility with earlier driver versions we must pretend in try_fmt()
297 /* As in earlier driver versions. */ in try_fmt()
392 behaviour of earlier driver versions after video in bttv_g_fmt_vbi_cap()
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
Dbttv-vbi.c37 /* 2048 for compatibility with earlier driver versions. The driver
111 as earlier driver versions did. The driver permits video in vbi_buffer_prepare()
239 /* For compatibility with earlier driver versions we must pretend in try_fmt()
285 /* As in earlier driver versions. */ in try_fmt()
380 behaviour of earlier driver versions after video in bttv_g_fmt_vbi_cap()
/kernel/linux/linux-5.10/tools/memory-model/Documentation/
Dexplanation.txt197 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 …]
/kernel/linux/linux-4.19/kernel/
Dcpu_pm.c99 * PM entry who are notified earlier to prepare for it. in cpu_pm_enter()
150 * PM entry who are notified earlier to prepare for it. in cpu_cluster_pm_enter()
/kernel/linux/linux-5.10/arch/powerpc/boot/
Dholly.c8 * Based on earlier code:
/kernel/linux/linux-4.19/arch/powerpc/boot/
Dholly.c7 * Based on earlier code:
/kernel/linux/linux-4.19/net/hsr/
DKconfig18 earlier.
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/
Dintel_context.h74 * intel_context_unlock_pinned - Releases the earlier locking of 'pinned' status
77 * Releases the lock earlier acquired by intel_context_unlock_pinned().
/kernel/linux/linux-4.19/drivers/cpufreq/
Dtegra20-cpufreq.c107 /* Restore to earlier frequency on error, i.e. pll_x */ in tegra_target()
117 * earlier while transitioning to a target frequency. in tegra_target()
/kernel/linux/linux-5.10/Documentation/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
/kernel/linux/linux-4.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
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dbootx.h21 /* BootX passes the device-tree using a format that comes from earlier

12345678910>>...72