/openbmc/linux/Documentation/mm/ |
H A D | active_mm.rst | 30 - we have "real address spaces" and "anonymous address spaces". The 31 difference is that an anonymous address space doesn't care about the 33 anonymous address space we just leave the previous address space 36 The obvious use for a "anonymous address space" is any thread that 44 - "tsk->mm" points to the "real address space". For an anonymous process, 45 tsk->mm will be NULL, for the logical reason that an anonymous process 49 "stole" for such an anonymous user. For that, we have "tsk->active_mm", 56 For a anonymous process, tsk->mm == NULL, and tsk->active_mm is the 57 "borrowed" mm while the anonymous process is running. When the 58 anonymous process gets scheduled away, the borrowed address space is [all …]
|
/openbmc/linux/Documentation/translations/zh_CN/doc-guide/ |
H A D | kernel-doc.rst | 207 * @memb1: first member of anonymous union/anonymous struct 208 * @memb2: second member of anonymous union/anonymous struct 209 * @memb3: third member of anonymous union/anonymous struct 210 * @memb4: fourth member of anonymous union/anonymous struct 211 * @bar: non-anonymous union
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/files/ |
H A D | close-RequireValidShell-check.patch | 18 # We want clients to be able to login with "anonymous" as well as "ftp" 19 UserAlias anonymous ftp 22 # Limit the maximum number of anonymous logins
|
/openbmc/linux/arch/powerpc/boot/dts/ |
H A D | a3m071.dts | 19 model = "anonymous,a3m071"; 20 compatible = "anonymous,a3m071"; 128 compatible = "anonymous,a3m071-fpga";
|
H A D | a4m072.dts | 20 model = "anonymous,a4m072"; 21 compatible = "anonymous,a4m072";
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
H A D | 1296.patch | 12 …static member function 'static mongo::StatusWith<mongo::{anonymous}::DERToken> mongo::{anonymous}:…
|
H A D | 0001-Support-deprecated-resolver-functions.patch | 30 // The anonymous namespace is safe, in this header, as it is not really a header. It is only used
|
/openbmc/linux/Documentation/doc-guide/ |
H A D | kernel-doc.rst | 238 * @memb1: first member of anonymous union/anonymous struct 239 * @memb2: second member of anonymous union/anonymous struct 240 * @memb3: third member of anonymous union/anonymous struct 241 * @memb4: fourth member of anonymous union/anonymous struct 242 * @bar: non-anonymous union 279 #) When the nested struct/union is anonymous, the member ``bar`` in it
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | union-bad-base.json | 1 # we allow anonymous base, but enforce no duplicate keys
|
H A D | union-bad-discriminator.json | 2 # this tests the old syntax for anonymous unions before we added alternates
|
/openbmc/u-boot/arch/x86/dts/ |
H A D | theadorable-x86-dfi-bt700.dts | 13 compatible = "anonymous,theadorable-x86-dfi-bt700", "dfi,bt700",
|
/openbmc/linux/Documentation/translations/it_IT/doc-guide/ |
H A D | kernel-doc.rst | 266 * @memb1: first member of anonymous union/anonymous struct 267 * @memb2: second member of anonymous union/anonymous struct 268 * @memb3: third member of anonymous union/anonymous struct 269 * @memb4: fourth member of anonymous union/anonymous struct 270 * @bar: non-anonymous union
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | FBM | 5 This software is available to all free of charge by anonymous
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/webrtc-audio-processing/webrtc-audio-processing-1/ |
H A D | 0001-Fix-return-type-errors.patch | 9 …sing/agc2/adaptive_mode_level_estimator.cc: In function 'float webrtc::{anonymous}::GetLevel(const… 13 …dio_processing_impl.cc: In function 'webrtc::GainControl::Mode webrtc::{anonymous}::Agc1ConfigMode…
|
/openbmc/openbmc/poky/meta-poky/classes/ |
H A D | poky-bleeding.bbclass | 2 # AUTOREV and PV containing '+git' needs to be set early, before any anonymous python
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-kernel-mm-swap | 12 will be used for swappable anonymous pages mapped in a
|
/openbmc/openbmc/poky/meta/recipes-core/meta/ |
H A D | dummy-sdk-package.inc | 11 # (note that we have to do this in anonymous python here to avoid
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/uw-imap/uw-imap/ |
H A D | CVE-2018-19518.patch | 18 -DANONYMOUSHOME=\"$(MAILSPOOL)/anonymous\" \
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 257 | 367 anonymous = EmulatedBitmap() 368 anonymous.dirty_group(2) 369 anonymous.compare(vm.get_bitmap(drive0.node, '', recording=True,
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/wavpack/files/ |
H A D | extract-libtool-and-convert-to-soversion.patch | 2 From: Anonymous Maarten <anonymous.maarten@gmail.com>
|
H A D | set-soversion-and-version.patch | 2 From: Anonymous Maarten <anonymous.maarten@gmail.com>
|
/openbmc/linux/Documentation/admin-guide/mm/ |
H A D | transhuge.rst | 15 Currently THP only works for anonymous memory mappings and tmpfs/shmem. 95 Transparent Hugepage Support for anonymous memory can be entirely disabled 105 anonymous hugepages in case they're not immediately free to madvise 150 anonymous mapping. It's possible to disable huge zero page by writing 0 270 is used for SysV SHM, memfds, shared anonymous mmaps (of /dev/zero or 293 The number of anonymous transparent huge pages currently used by the 295 To identify what applications are using anonymous transparent huge pages,
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | yocto-check-layer.bbclass | 12 # It adds an anonymous python function with extra processing to all recipes,
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/ |
H A D | 0001-Do-not-use-Werror-with-clang.patch | 24 …at -Wno-c++98-compat-pedantic -Wno-c++11-long-long -Wno-padded -Wno-gnu-anonymous-struct -Wno-nest…
|
/openbmc/linux/Documentation/filesystems/caching/ |
H A D | cachefiles.rst | 583 * ``fd`` indicates an anonymous fd referring to the cache file, through 589 the requested cache file. With the given anonymous fd, the user daemon can 594 anonymous fds. The user daemon may duplicate anonymous fds from the initial 595 anonymous fd indicated by the @fd field through dup(). Thus each object_id can 596 be mapped to multiple anonymous fds, while the usr daemon itself needs to 622 sent to the user daemon. This tells the user daemon to close all anonymous fds 651 by using the CACHEFILES_IOC_READ_COMPLETE ioctl on one of the anonymous fds 659 * ``fd`` is one of the anonymous fds associated with the object_id
|