| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-cgroup.rst | 84 **ingress** ingress path of the inet socket (since 4.10); 85 **egress** egress path of the inet socket (since 4.10); 86 **sock_create** opening of an inet socket (since 4.10); 87 **sock_ops** various socket operations (since 4.12); 88 **device** device access (since 4.15); 89 **bind4** call to bind(2) for an inet4 socket (since 4.17); 90 **bind6** call to bind(2) for an inet6 socket (since 4.17); 91 **post_bind4** return from bind(2) for an inet4 socket (since 4.17); 92 **post_bind6** return from bind(2) for an inet6 socket (since 4.17); 93 **connect4** call to connect(2) for an inet4 socket (since 4.17); [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | errseq.c | 144 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()
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_drv.h | 1318 #define IS_REVID(p, since, until) \ argument 1319 (INTEL_REVID(p) >= (since) && INTEL_REVID(p) <= (until)) 1494 #define IS_SKL_REVID(p, since, until) (IS_SKYLAKE(p) && IS_REVID(p, since, until)) argument 1502 #define IS_BXT_REVID(dev_priv, since, until) \ argument 1503 (IS_BROXTON(dev_priv) && IS_REVID(dev_priv, since, until)) 1525 #define IS_KBL_GT_REVID(dev_priv, since, until) \ argument 1527 kbl_revids[INTEL_REVID(dev_priv)].gt_stepping >= since && \ 1529 #define IS_KBL_DISP_REVID(dev_priv, since, until) \ argument 1531 kbl_revids[INTEL_REVID(dev_priv)].disp_stepping >= since && \ 1539 #define IS_GLK_REVID(dev_priv, since, until) \ argument [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-shells/zsh/zsh/ |
| H A D | CVE-2021-45444_3.patch | 36 +Changes since 5.8 56 Changes since 5.7.1-test-3 67 +Incompatibilities since 5.8 73 Incompatibilities since 5.7.1
|
| /OK3568_Linux_fs/buildroot/package/binutils/2.37/ |
| H A D | 0007-i386-Allow-GOT32-relocations-against-ABS-symbols.patch | 6 GOT32 relocations are allowed since absolute value + addend is stored in 29 - are allowed since absolute value + addend is stored in the 32 + relocations are allowed since absolute value + addend is
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A 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);
|
| /OK3568_Linux_fs/buildroot/package/gcc/ |
| H A D | Config.in.host | 30 # powerpc spe support has been deprecated since gcc 8.x. 40 # powerpc spe support has been deprecated since gcc 8.x. 44 # that need to be reverted since gcc 8.4, 9.3 and 10.1. 53 # powerpc spe support has been deprecated since gcc 8.x. 57 # that need to be reverted since gcc 8.4, 9.3 and 10.1.
|
| /OK3568_Linux_fs/kernel/drivers/block/paride/ |
| H A D | Transition-notes | 8 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
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/python3/ |
| H A D | 0001-setup.py-Do-not-detect-multiarch-paths-when-cross-co.patch | 7 to operate, which is not good when cross compiling, since it ends up 11 -I/usr/include/aarch64-linux-gnu during cross compile and since arches 14 works ok with gcc since headers are similar but clang barfs on some gcc
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl-cross/files/ |
| H A D | determinism.patch | 3 a) Remove the \n from configure_attr.sh since it gets quoted differently depending on 7 b) Sort the order of the module lists from configure_mods.sh since otherwise 15 d) Use bash for perl-cross configure since otherwise trnl gets set to "\n" with bash
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/files/ |
| H A D | determinism.patch | 3 a) Remove the \n from configure_attr.sh since it gets quoted differently depending on 7 b) Sort the order of the module lists from configure_mods.sh since otherwise 15 d) Use bash for perl-cross configure since otherwise trnl gets set to "\n" with bash
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3399pro.dtsi | 10 /* Default to enabled since AP talk to NPU part over pcie */ 15 /* Default to enabled since AP talk to NPU part over pcie */
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/php/php/ |
| H A D | php-fpm.conf | 250 ; start since - number of seconds since FPM has started; 255 ; of pending connections since FPM has started; 260 ; max active processes - the maximum number of active processes since FPM 270 ; start since: 62636 300 ; start since - the number of seconds since the process has started; 324 ; start since: 63087
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/ |
| H A D | qtlocation-changes.qdoc | 30 \title Qt Location QML API changes since 5.4 31 \brief Information about the Qt Location QML API changes since 5.4 33 This page lists the QtLocation QML API changes since the first Qt Location Technology Preview 37 \note The public C++ API remained binary compatible since Qt 5.4.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/gperftools/gperftools/ |
| H A D | ppc-musl.patch | 39 // We don't care about the rest, since the IP value is at 'uc' field. 48 // We don't care about the rest, since IP value is at 'mctx' field. 57 // We don't care about the rest, since IP value is at 'uc' field.A
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
| H A D | PTHREAD_STACK_MIN.patch | 1 PTHREAD_STACK_MIN is no longer a compile time define in glibc 2.34+ and since 3 is no need to check for constant called PTHREAD_STACK_MIN since its already defined
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/diffutils/diffutils/ |
| H A D | 0001-Skip-strip-trailing-cr-test-case.patch | 6 Skip the test "strip-trailing-cr" since it requires valgrind to 29 +# Skipping this test since it requires valgrind
|
| /OK3568_Linux_fs/kernel/Documentation/virt/kvm/ |
| H A D | locking.rst | 58 The mapping from gfn to pfn may be changed since we can only ensure the pfn 98 For direct sp, we can easily avoid it since the spte of direct sp is fixed 114 spte is read-only and the Accessed bit has already been set since the 117 But it is not true after fast page fault since the spte can be marked 171 be flushed caused by this reason in mmu_spte_update() since this is a common 219 :Comment: it is a spinlock since it is used in mmu notifier. 240 wakeup notification event since external interrupts from the
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-test/googletest/ |
| H A D | googletest_git.bb | 26 …# the scripts are already python3 compatible since https://github.com/google/googletest/commit/d40… 27 …# but since this oe-core change http://git.openembedded.org/openembedded-core/commit/?id=5f8f16b17…
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/Documentation/power/ |
| H A 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.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/ncftp/ncftp/ |
| H A D | unistd.patch | 3 definitions causes the sed.sh script in configure to fail since it 8 which then caused almost all subsequent compile time tests to fail since
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/ |
| H A D | video-get-frame-count.rst | 47 - Returns the number of frames displayed since the decoder was 58 frames since the decoder was started.
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/LSM/ |
| H A 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
|