/linux-6.12.1/tools/bpf/bpftool/Documentation/ |
D | bpftool-cgroup.rst | 95 - **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-6.12.1/lib/ |
D | errseq.c | 145 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-6.12.1/Documentation/core-api/ |
D | errseq.rst | 6 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-6.12.1/fs/xfs/scrub/ |
D | stats.h | 33 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-6.12.1/Documentation/userspace-api/ |
D | ELF.rst | 20 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-6.12.1/Documentation/translations/zh_CN/core-api/ |
D | errseq.rst | 112 errseq_t since = errseq_sample(&wd.wd_err); 114 err = errseq_check(&wd.wd_err, since); 116 由于他只是要在那个点之后丢弃 ``since`` ,所以他不需要在这里推进它。同时他也不需要
|
/linux-6.12.1/include/linux/ |
D | errseq.h | 12 int errseq_check(errseq_t *eseq, errseq_t since); 13 int errseq_check_and_advance(errseq_t *eseq, errseq_t *since);
|
/linux-6.12.1/Documentation/fb/ |
D | tgafb.rst | 17 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-6.12.1/Documentation/RCU/ |
D | UP.rst | 8 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-6.12.1/Documentation/power/ |
D | suspend-and-cpuhotplug.rst | 157 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-6.12.1/Documentation/admin-guide/ |
D | unicode.rst | 31 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-6.12.1/Documentation/admin-guide/LSM/ |
D | SafeSetID.rst | 18 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-6.12.1/sound/soc/fsl/ |
D | Kconfig | 14 This option is only useful for out-of-tree drivers since 26 This option is only useful for out-of-tree drivers since 36 This option is only useful for out-of-tree drivers since 54 This option is only useful for out-of-tree drivers since 67 This option is only useful for out-of-tree drivers since 77 This option is only useful for out-of-tree drivers since 131 This option is only useful for out-of-tree drivers since 159 This option is only useful for out-of-tree drivers since
|
/linux-6.12.1/Documentation/arch/powerpc/ |
D | elf_hwcaps.rst | 81 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")
|
D | dawr-power9.rst | 52 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-6.12.1/Documentation/virt/kvm/ |
D | locking.rst | 95 The mapping from gfn to pfn may be changed since we can only ensure the pfn 135 For direct sp, we can easily avoid it since the spte of direct sp is fixed 151 spte is read-only and the Accessed bit has already been set since the 154 But it is not true after fast page fault since the spte can be marked 208 to be flushed caused this reason in mmu_spte_update() since this is a common 271 :Comment: it is a spinlock since it is used in mmu notifier. 303 wakeup notification event since external interrupts from the
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | configfs-stp-policy-p_sys-t | 29 passed since the previous packet from this source. Zero is 37 this many milliseconds have passed since the previous
|
D | sysfs-bus-pci-devices-aer_stats | 17 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
|
D | sysfs-kernel-oops_count | 6 Shows how many times the system has Oopsed since last boot.
|
D | sysfs-kernel-warn_count | 6 Shows how many times the system has Warned since last boot.
|
/linux-6.12.1/Documentation/process/ |
D | botching-up-ioctls.rst | 13 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-6.12.1/fs/nfs/ |
D | file.c | 142 errseq_t since; in nfs_file_flush() local 151 since = filemap_sample_wb_err(file->f_mapping); in nfs_file_flush() 153 return filemap_check_wb_err(file->f_mapping, since); in nfs_file_flush() 644 errseq_t since; in nfs_file_write() local 670 since = filemap_sample_wb_err(file->f_mapping); in nfs_file_write() 700 error = filemap_check_wb_err(file->f_mapping, since); in nfs_file_write()
|
/linux-6.12.1/drivers/gpu/drm/ci/xfails/ |
D | msm-apq8016-skips.txt | 15 # since core_getversion also fails.
|
D | mediatek-mt8173-skips.txt | 16 # since core_getversion also fails.
|
D | meson-g12b-skips.txt | 16 # since core_getversion also fails.
|