Home
last modified time | relevance | path

Searched refs:since (Results 1 – 25 of 808) sorted by relevance

12345678910>>...33

/linux-5.19.10/tools/bpf/bpftool/Documentation/
Dbpftool-cgroup.rst88 **ingress** ingress path of the inet socket (since 4.10);
89 **egress** egress path of the inet socket (since 4.10);
90 **sock_create** opening of an inet socket (since 4.10);
91 **sock_ops** various socket operations (since 4.12);
92 **device** device access (since 4.15);
93 **bind4** call to bind(2) for an inet4 socket (since 4.17);
94 **bind6** call to bind(2) for an inet6 socket (since 4.17);
95 **post_bind4** return from bind(2) for an inet4 socket (since 4.17);
96 **post_bind6** return from bind(2) for an inet6 socket (since 4.17);
97 **connect4** call to connect(2) for an inet4 socket (since 4.17);
[all …]
/linux-5.19.10/drivers/gpu/drm/i915/
Di915_drv.h947 #define IS_DISPLAY_STEP(__i915, since, until) \ argument
949 INTEL_DISPLAY_STEP(__i915) >= (since) && INTEL_DISPLAY_STEP(__i915) < (until))
951 #define IS_GRAPHICS_STEP(__i915, since, until) \ argument
953 INTEL_GRAPHICS_STEP(__i915) >= (since) && INTEL_GRAPHICS_STEP(__i915) < (until))
955 #define IS_MEDIA_STEP(__i915, since, until) \ argument
957 INTEL_MEDIA_STEP(__i915) >= (since) && INTEL_MEDIA_STEP(__i915) < (until))
1137 #define IS_SKL_GRAPHICS_STEP(p, since, until) (IS_SKYLAKE(p) && IS_GRAPHICS_STEP(p, since, until)) argument
1139 #define IS_KBL_GRAPHICS_STEP(dev_priv, since, until) \ argument
1140 (IS_KABYLAKE(dev_priv) && IS_GRAPHICS_STEP(dev_priv, since, until))
1141 #define IS_KBL_DISPLAY_STEP(dev_priv, since, until) \ argument
[all …]
/linux-5.19.10/lib/
Derrseq.c145 int errseq_check(errseq_t *eseq, errseq_t since) in errseq_check() argument
149 if (likely(cur == since)) in errseq_check()
175 int errseq_check_and_advance(errseq_t *eseq, errseq_t *since) in errseq_check_and_advance() argument
186 if (old != *since) { in errseq_check_and_advance()
202 *since = new; in errseq_check_and_advance()
/linux-5.19.10/Documentation/core-api/
Derrseq.rst6 number of "subscribers" to tell whether it has changed since a previous
19 frequently, since we have so few bits to use as a counter.
22 a flag to tell whether the value has been sampled since a new value was
24 sampled it since the last time an error was recorded.
36 any new errors have occurred since that sampling was done, and atomically
39 can tell whether the value has changed since they last checked it.
44 has ever been an error set since it was first initialized.
57 far and whether he made any mistakes since they last asked.
111 whether one was made since they last checked, and the latest value
122 errseq_t since = errseq_sample(&wd.wd_err);
[all …]
/linux-5.19.10/include/linux/
Derrseq.h12 int errseq_check(errseq_t *eseq, errseq_t since);
13 int errseq_check_and_advance(errseq_t *eseq, errseq_t *since);
/linux-5.19.10/arch/arm64/boot/dts/rockchip/
Drk3399pro.dtsi10 /* Default to enabled since AP talk to NPU part over pcie */
15 /* Default to enabled since AP talk to NPU part over pcie */
/linux-5.19.10/drivers/block/paride/
DTransition-notes8 anything except B, since it is under if (!ps_tq_active) under
9 ps_spinlock. C is always preceded by B, since we can't reach it
12 the sum of numbers of A and C, since each call of ps_tq_int() is
16 since at any time number of B can not exceed the number of these
87 we were acquiring the lock, (1) would be already false, since
98 pi_spinlock, or after not tocuhing ->claimed_cont since acquiring pi_spinlock
122 ps_continuation, since the latter is changed only from the area.
123 We don't need to reset it to NULL, since we are guaranteed that there
/linux-5.19.10/drivers/staging/media/av7110/
Dvideo-get-frame-count.rst47 - Returns the number of frames displayed since the decoder was
58 frames since the decoder was started.
/linux-5.19.10/Documentation/fb/
Dtgafb.rst17 Major new features since Linux 2.0.x:
23 User-visible changes since Linux 2.2.x:
58 The XFree86 FBDev server has been reported not to work, since tgafb doesn't do
/linux-5.19.10/Documentation/devicetree/bindings/iommu/
Dapple,sart.yaml16 special support in the consumer driver is required since not all DMA
19 SART1 has first been used since at least the A11 (iPhone 8 and iPhone X)
/linux-5.19.10/Documentation/power/
Dsuspend-and-cpuhotplug.rst157 argument. But during suspend, since the tasks are already frozen by the time
197 In this case since we probably need to apply different microcode revisions
212 Hence, when a new CPU is brought online, since the kernel finds that it
232 when the CPUs are brought back online, since they wouldn't have lost the
236 However, in the case of hibernation, since all the CPUs are completely
247 And during the CPU online operations (during resume/restore), since the
266 This might not reflect the true current state of the system, since the
277 into the kernel, since the freezing has not yet begun.
/linux-5.19.10/Documentation/admin-guide/
Dunicode.rst32 In particular, ESC ( U is no longer "straight to font", since the font
43 refers to this as a "Corporate Zone", since this is inaccurate for
45 point since it lets the direct-mapping area start on a large power of
73 omitted the scan 5 line, since it is also used as a block-graphics
82 since they are horribly vendor-specific. This, of course, is an
123 However, since the set of symbols appear to be consistent throughout,
/linux-5.19.10/Documentation/admin-guide/LSM/
DSafeSetID.rst18 capabilities, since using file capabilities to run a program with elevated
19 privileges opens up possible security holes since any user with access to the
25 since CAP_SETUID allows changing to any user on the system, including the root
27 especially since programs often only call setuid() to drop privileges to a
38 of CAP_SETUID since the non-root program cannot take advantage of CAP_SETUID to
92 "Since setuid only affects the current process, and since the SELinux controls
/linux-5.19.10/Documentation/virt/kvm/
Dlocking.rst75 The mapping from gfn to pfn may be changed since we can only ensure the pfn
115 For direct sp, we can easily avoid it since the spte of direct sp is fixed
131 spte is read-only and the Accessed bit has already been set since the
134 But it is not true after fast page fault since the spte can be marked
188 be flushed caused by this reason in mmu_spte_update() since this is a common
250 :Comment: it is a spinlock since it is used in mmu notifier.
282 wakeup notification event since external interrupts from the
/linux-5.19.10/arch/arc/kernel/
Dentry.S67 ; user mode, in a round about way since that is always done from
164 ; using ERET won't work since next-PC has already committed
182 ; clobbered them (since they are in scratch regs). The tracer could also
312 ; in pt_reg since the "C" ABI (kernel code) will automatically
/linux-5.19.10/sound/soc/fsl/
DKconfig14 This option is only useful for out-of-tree drivers since
25 This option is only useful for out-of-tree drivers since
35 This option is only useful for out-of-tree drivers since
53 This option is only useful for out-of-tree drivers since
65 This option is only useful for out-of-tree drivers since
75 This option is only useful for out-of-tree drivers since
126 This option is only useful for out-of-tree drivers since
147 This option is only useful for out-of-tree drivers since
/linux-5.19.10/Documentation/RCU/
DUP.rst8 is that since there is only one CPU, it should not be necessary to
9 wait for anything else to get done, since there are no other CPUs for
45 RCU usage, since call_rcu() must wait for a grace period to elapse.
125 then, since RCU callbacks can be invoked from softirq context,
130 This restriction might seem gratuitous, since very few RCU
/linux-5.19.10/fs/nfs/
Dfile.c141 errseq_t since; in nfs_file_flush() local
150 since = filemap_sample_wb_err(file->f_mapping); in nfs_file_flush()
152 return filemap_check_wb_err(file->f_mapping, since); in nfs_file_flush()
610 errseq_t since; in nfs_file_write() local
636 since = filemap_sample_wb_err(file->f_mapping); in nfs_file_write()
672 error = filemap_check_wb_err(file->f_mapping, since); in nfs_file_write()
/linux-5.19.10/Documentation/ABI/testing/
Dconfigfs-stp-policy-p_sys-t29 passed since the previous packet from this source. Zero is
37 this many milliseconds have passed since the previous
Dsysfs-bus-pci-devices-aer_stats17 PCI device using ERR_COR. Note that since multiple errors may
38 PCI device using ERR_FATAL. Note that since multiple errors may
68 PCI device using ERR_NONFATAL. Note that since multiple errors
/linux-5.19.10/Documentation/devicetree/bindings/i2c/
Di2c-gpio.yaml24 from <dt-bindings/gpio/gpio.h> since the signal is by definition
32 from <dt-bindings/gpio/gpio.h> since the signal is by definition
/linux-5.19.10/Documentation/powerpc/
Ddawr-power9.rst52 will accept the command. Unfortunately since there is no hardware
62 speed since it can use the hardware emulation. Unfortunately if this
70 Kernels (since ~v5.2) have an option to force enable the DAWR via::
/linux-5.19.10/Documentation/userspace-api/media/v4l/
Dpixfmt-compressed.rst47 then the decoder has no requirements since it can parse all the
98 then the decoder has no requirements since it can parse all the
107 then the decoder has no requirements since it can parse all the
198 then the decoder has no requirements since it can parse all the
231 since the decoder can parse all the information from the raw bytestream.
/linux-5.19.10/Documentation/process/
Dbotching-up-ioctls.rst13 Which is nice, since there's no more insanity in the form of fake-generic, but
46 conversion or worse, fiddle the raw __u64 through your code since that
57 pain. And since getting things wrong on the first attempt is guaranteed you
62 rejecting the new flags/modes or ioctls (since doing that was botched in the
68 but isn't a complete solution since newer userspace on older kernels won't
74 future extensions is going right down the gutters since someone will submit
155 frame counter. With a spec lawyer hat on this isn't a bug since timeouts can
220 Finally, the name of the game is to get it right on the first attempt, since if
/linux-5.19.10/tools/testing/selftests/resctrl/
DREADME29 Run resctrl_tests as sudo or root since the test needs to mount resctrl file
50 Run resctrl_tests as sudo or root since the test needs to mount resctrl file

12345678910>>...33