Home
last modified time | relevance | path

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

12345678910>>...24

/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-cgroup.rst95 - **ingress** ingress path of the inet socket (since 4.10)
96 - **egress** egress path of the inet socket (since 4.10)
97 - **sock_create** opening of an inet socket (since 4.10)
98 - **sock_ops** various socket operations (since 4.12)
99 - **device** device access (since 4.15)
100 - **bind4** call to bind(2) for an inet4 socket (since 4.17)
101 - **bind6** call to bind(2) for an inet6 socket (since 4.17)
102 - **post_bind4** return from bind(2) for an inet4 socket (since 4.17)
103 - **post_bind6** return from bind(2) for an inet6 socket (since 4.17)
104 - **connect4** call to connect(2) for an inet4 socket (since 4.17)
[all …]
/linux/lib/
H A Derrseq.c146 int errseq_check(errseq_t *eseq, errseq_t since) in errseq_check() argument
150 if (likely(cur == since)) in errseq_check()
176 int errseq_check_and_advance(errseq_t *eseq, errseq_t *since) in errseq_check_and_advance() argument
187 if (old != *since) { in errseq_check_and_advance()
203 *since = new; in errseq_check_and_advance()
/linux/Documentation/core-api/
H A 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/fs/xfs/scrub/
H A Dstats.h33 static inline u64 xchk_stats_elapsed_ns(u64 since) in xchk_stats_elapsed_ns() argument
42 if (now == since) in xchk_stats_elapsed_ns()
45 return now - since; in xchk_stats_elapsed_ns()
/linux/Documentation/userspace-api/
H A DELF.rst20 interpreter. Other PT_INTERP headers are ignored (since Linux 2.4.11).
26 (since Linux 2.6.6). Other PT_GNU_STACK headers are ignored.
31 ELF interpreter's last PT_GNU_PROPERTY program header is used (since
/linux/Documentation/translations/zh_CN/core-api/
H A Derrseq.rst112 errseq_t since = errseq_sample(&wd.wd_err);
114 err = errseq_check(&wd.wd_err, since);
116 由于他只是要在那个点之后丢弃 ``since`` ,所以他不需要在这里推进它。同时他也不需要
/linux/include/linux/
H A Derrseq.h12 int errseq_check(errseq_t *eseq, errseq_t since);
13 int errseq_check_and_advance(errseq_t *eseq, errseq_t *since);
/linux/scripts/kconfig/tests/conditional_dep/
H A Dtest_config32 # should pass since the dependency on FOO is conditional on BAR.
3 # TEST_COMPLEX should be also set since neither FOO nor BAR are selected
/linux/Documentation/fb/
H A 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/Documentation/RCU/
H A 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.
91 grace period has elapsed since those callbacks were queued. This is
134 then, since RCU callbacks can be invoked from softirq context,
139 This restriction might seem gratuitous, since very few RCU
/linux/Documentation/admin-guide/
H A Dunicode.rst31 In particular, ESC ( U is no longer "straight to font", since the font
42 refers to this as a "Corporate Zone", since this is inaccurate for
44 point since it lets the direct-mapping area start on a large power of
72 omitted the scan 5 line, since it is also used as a block-graphics
81 since they are horribly vendor-specific. This, of course, is an
122 However, since the set of symbols appear to be consistent throughout,
/linux/sound/soc/fsl/
H A DKconfig17 This option is only useful for out-of-tree drivers since
30 This option is only useful for out-of-tree drivers since
40 This option is only useful for out-of-tree drivers since
58 This option is only useful for out-of-tree drivers since
71 This option is only useful for out-of-tree drivers since
81 This option is only useful for out-of-tree drivers since
135 This option is only useful for out-of-tree drivers since
163 This option is only useful for out-of-tree drivers since
/linux/Documentation/arch/powerpc/
H A Delf_hwcaps.rst81 Unused in the kernel since f0ed73f3fa2c ("powerpc: Remove PowerPC 601")
94 Unused in the kernel since 732b32daef80 ("powerpc: Remove core support for 40x")
99 Unused in the kernel since 39c8bf2b3cc1 ("powerpc: Retire e200 core (mpc555x processor)")
115 Unused in the kernel since f0ed73f3fa2c ("powerpc: Remove PowerPC 601")
119 POWER4 support dropped from the kernel since 471d7ff8b51b ("powerpc/64s: Remove POWER4 support")
H A 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/Documentation/ABI/testing/
H A 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
H A Dsysfs-fs-ext472 of data that have been written to this filesystem since it was
81 filesystem since it was mounted.
109 write operation (since a 4k random write might turn
H A Dsysfs-kernel-oops_count6 Shows how many times the system has Oopsed since last boot.
H A Dsysfs-kernel-warn_count6 Shows how many times the system has Warned since last boot.
H A Dsysfs-kernel-rcu_stall_count6 Shows how many times the system has detected an RCU stall since last boot.
H A Dsysfs-kernel-softlockup_count6 Shows how many times the system has detected a soft lockup since last boot.
/linux/Documentation/process/
H A 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/fs/nfs/
H A Dfile.c144 errseq_t since; in nfs_file_flush() local
153 since = filemap_sample_wb_err(file->f_mapping); in nfs_file_flush()
155 return filemap_check_wb_err(file->f_mapping, since); in nfs_file_flush()
703 errseq_t since; in nfs_file_write() local
731 since = filemap_sample_wb_err(file->f_mapping); in nfs_file_write()
763 error = filemap_check_wb_err(file->f_mapping, since); in nfs_file_write()
/linux/tools/testing/selftests/resctrl/
H A 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
/linux/Documentation/admin-guide/mm/
H A Dsoft-dirty.rst19 written to since step 1.
29 This is so, since the pages are still mapped to physical memory, and thus all
H A Dpagemap.rst21 * Bit 56 page exclusively mapped (since 4.2)
22 * Bit 57 pte is uffd-wp write-protected (since 5.13) (see
24 * Bit 58 pte is a guard region (since 6.15) (see madvise (2) man page)
26 * Bit 61 page is file-page or shared-anon (since 3.5)
145 The page has not been accessed since it was marked idle (see
179 The page has been referenced since last LRU list enqueue/requeue.
316 have been written to since they were last marked and/or optionally write protect

12345678910>>...24