Home
last modified time | relevance | path

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

12345678910>>...29

/Linux-v5.4/tools/bpf/bpftool/Documentation/
Dbpftool-cgroup.rst83 **ingress** ingress path of the inet socket (since 4.10);
84 **egress** egress path of the inet socket (since 4.10);
85 **sock_create** opening of an inet socket (since 4.10);
86 **sock_ops** various socket operations (since 4.12);
87 **device** device access (since 4.15);
88 **bind4** call to bind(2) for an inet4 socket (since 4.17);
89 **bind6** call to bind(2) for an inet6 socket (since 4.17);
90 **post_bind4** return from bind(2) for an inet4 socket (since 4.17);
91 **post_bind6** return from bind(2) for an inet6 socket (since 4.17);
92 **connect4** call to connect(2) for an inet4 socket (since 4.17);
[all …]
/Linux-v5.4/lib/
Derrseq.c144 int errseq_check(errseq_t *eseq, errseq_t since) in errseq_check() argument
148 if (likely(cur == since)) in errseq_check()
174 int errseq_check_and_advance(errseq_t *eseq, errseq_t *since) in errseq_check_and_advance() argument
185 if (old != *since) { in errseq_check_and_advance()
201 *since = new; in errseq_check_and_advance()
/Linux-v5.4/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-v5.4/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-v5.4/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-v5.4/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-v5.4/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-v5.4/Documentation/virt/kvm/
Dlocking.txt52 The mapping from gfn to pfn may be changed since we can only ensure the pfn
81 For direct sp, we can easily avoid it since the spte of direct sp is fixed
96 spte is read-only and the Accessed bit has already been set since the
99 But it is not true after fast page fault since the spte can be marked
144 be flushed caused by this reason in mmu_spte_update() since this is a common
192 Comment: it is a spinlock since it is used in mmu notifier.
213 wakeup notification event since external interrupts from the
/Linux-v5.4/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-v5.4/Documentation/power/
Dsuspend-and-cpuhotplug.rst157 argument. But during suspend, since the tasks are already frozen by the time
196 In this case since we probably need to apply different microcode revisions
211 Hence, when a new CPU is brought online, since the kernel finds that it
231 when the CPUs are brought back online, since they wouldn't have lost the
235 However, in the case of hibernation, since all the CPUs are completely
246 And during the CPU online operations (during resume/restore), since the
265 This might not reflect the true current state of the system, since the
276 into the kernel, since the freezing has not yet begun.
/Linux-v5.4/Documentation/media/uapi/dvb/
Dvideo-get-frame-count.rst54 - Returns the number of frames displayed since the decoder was
66 frames since the decoder was started.
/Linux-v5.4/arch/arc/plat-eznps/
Dentry.S45 ; We do not use physical cpuid since we want ids to be continious when
53 ; r3 is used since we use short instruction and we need q-class reg
/Linux-v5.4/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-v5.4/drivers/gpu/drm/i915/
Di915_drv.h1863 #define IS_REVID(p, since, until) \ argument
1864 (INTEL_REVID(p) >= (since) && INTEL_REVID(p) <= (until))
2021 #define IS_SKL_REVID(p, since, until) (IS_SKYLAKE(p) && IS_REVID(p, since, until)) argument
2029 #define IS_BXT_REVID(dev_priv, since, until) \ argument
2030 (IS_BROXTON(dev_priv) && IS_REVID(dev_priv, since, until))
2038 #define IS_KBL_REVID(dev_priv, since, until) \ argument
2039 (IS_KABYLAKE(dev_priv) && IS_REVID(dev_priv, since, until))
2044 #define IS_GLK_REVID(dev_priv, since, until) \ argument
2045 (IS_GEMINILAKE(dev_priv) && IS_REVID(dev_priv, since, until))
2051 #define IS_CNL_REVID(p, since, until) \ argument
[all …]
/Linux-v5.4/arch/arc/kernel/
Dentry.S55 ; user mode, in a round about way since that is always done from
155 ; using ERET won't work since next-PC has already committed
174 ; clobbered them (since they are in scratch regs). The tracer could also
307 ; in pt_reg since the "C" ABI (kernel code) will automatically
/Linux-v5.4/Documentation/media/uapi/v4l/
Dpixfmt-compressed.rst48 then the decoder has no requirements since it can parse all the
100 then the decoder has no requirements since it can parse all the
109 then the decoder has no requirements since it can parse all the
189 then the decoder has no requirements since it can parse all the
199 since the decoder can parse all the information from the raw bytestream.
/Linux-v5.4/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-v5.4/arch/arm/boot/compressed/
Defi-header.S13 @ This is almost but not quite a NOP, since it does clobber the
14 @ condition flags. But it is the best we can do for EFI, since
/Linux-v5.4/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
39 PCI device using ERR_FATAL. Note that since multiple errors may
70 PCI device using ERR_NONFATAL. Note that since multiple errors
/Linux-v5.4/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
43 This option is only useful for out-of-tree drivers since
55 This option is only useful for out-of-tree drivers since
65 This option is only useful for out-of-tree drivers since
89 This option is only useful for out-of-tree drivers since
/Linux-v5.4/include/asm-generic/
DKbuild4 # (This file is not included when SRCARCH=um since UML borrows several
/Linux-v5.4/Documentation/powerpc/
Ddawr-power9.rst44 will accept the command. Unfortunately since there is no hardware
54 speed since it can use the hardware emulation. Unfortunately if this
62 Kernels (since ~v5.2) have an option to force enable the DAWR via::
/Linux-v5.4/Documentation/ioctl/
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-v5.4/Documentation/admin-guide/mm/
Dsoft-dirty.rst21 written to since step 1.
31 This is so, since the pages are still mapped to physical memory, and thus all

12345678910>>...29