| /OK3568_Linux_fs/kernel/Documentation/vm/ |
| H A D | active_mm.rst | 26 - we have "real address spaces" and "anonymous address spaces". The 27 difference is that an anonymous address space doesn't care about the 29 anonymous address space we just leave the previous address space 32 The obvious use for a "anonymous address space" is any thread that 40 - "tsk->mm" points to the "real address space". For an anonymous process, 41 tsk->mm will be NULL, for the logical reason that an anonymous process 45 "stole" for such an anonymous user. For that, we have "tsk->active_mm", 52 For a anonymous process, tsk->mm == NULL, and tsk->active_mm is the 53 "borrowed" mm while the anonymous process is running. When the 54 anonymous process gets scheduled away, the borrowed address space is [all …]
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/kernel/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";
|
| /OK3568_Linux_fs/buildroot/package/i2pd/ |
| H A D | Config.in | 22 I2P (Invisible Internet Protocol) is a universal anonymous 24 All communications over I2P are anonymous and end-to-end
|
| /OK3568_Linux_fs/kernel/Documentation/doc-guide/ |
| H A D | kernel-doc.rst | 232 * @memb1: first member of anonymous union/anonymous struct 233 * @memb2: second member of anonymous union/anonymous struct 234 * @memb3: third member of anonymous union/anonymous struct 235 * @memb4: fourth member of anonymous union/anonymous struct 236 * @bar: non-anonymous union 273 #) When the nested struct/union is anonymous, the member ``bar`` in it
|
| /OK3568_Linux_fs/buildroot/package/mongodb/ |
| H A D | 0001-ssl_manager.cpp-fix-build-with-gcc-7-and-fpermissive.patch | 12 …static member function 'static mongo::StatusWith<mongo::{anonymous}::DERToken> mongo::{anonymous}:…
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
| H A D | 1296.patch | 13 …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
|
| /OK3568_Linux_fs/kernel/Documentation/translations/it_IT/doc-guide/ |
| H A D | kernel-doc.rst | 263 * @memb1: first member of anonymous union/anonymous struct 264 * @memb2: second member of anonymous union/anonymous struct 265 * @memb3: third member of anonymous union/anonymous struct 266 * @memb4: fourth member of anonymous union/anonymous struct 267 * @bar: non-anonymous union
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/netdata/ |
| H A D | netdata_1.34.1.bb | 23 # Stop sending anonymous statistics to Google Analytics 70 touch ${D}${sysconfdir}/netdata/.opt-out-from-anonymous-statistics
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/nfs/ |
| H A D | exporting.rst | 58 This is set when anonymous dentries are created, and cleared when a 80 c. Helper routines to allocate anonymous dentries, and to help attach 86 If it doesn't, a new anonymous (IS_ROOT and 94 (such as an anonymous one created by d_obtain_alias), if appropriate.
|
| /OK3568_Linux_fs/u-boot/arch/x86/dts/ |
| H A D | theadorable-x86-dfi-bt700.dts | 14 compatible = "anonymous,theadorable-x86-dfi-bt700", "dfi,bt700",
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/ |
| H A D | transhuge.rst | 17 Currently THP only works for anonymous memory mappings and tmpfs/shmem. 97 Transparent Hugepage Support for anonymous memory can be entirely disabled 107 anonymous hugepages in case they're not immediately free to madvise 152 anonymous mapping. It's possible to disable huge zero page by writing 0 265 is used for SysV SHM, memfds, shared anonymous mmaps (of /dev/zero or 288 The number of anonymous transparent huge pages currently used by the 290 To identify what applications are using anonymous transparent huge pages,
|
| H A D | nommu-mmap.rst | 115 (#) A request for an anonymous mapping will always be page aligned. If 121 (#) The memory allocated by a request for an anonymous mapping will normally 133 In the no-MMU case, however, anonymous mappings are backed by physical 136 anonymous mapping and the kernel then does a memset for the entire map. 147 (#) A list of all the private copy and anonymous mappings on the system is
|
| H A D | concepts.rst | 146 The `anonymous memory` or `anonymous mappings` represent memory that 149 call. Usually, the anonymous mappings only define virtual memory areas 170 reclaimable pages are page cache and anonymous memory.
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-kernel-mm-swap | 12 will be used for swappable anonymous pages mapped in a
|
| /OK3568_Linux_fs/yocto/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
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | socfpga_cyclone5_sr1500.dts | 11 compatible = "anonymous,socfpga-sr1500", "altr,socfpga-cyclone5", "altr,socfpga";
|
| H A D | socfpga_cyclone5_is1.dts | 11 compatible = "anonymous,socfpga-is1", "altr,socfpga-cyclone5", "altr,socfpga";
|
| /OK3568_Linux_fs/buildroot/package/pulseaudio/ |
| H A D | default.pa | 73 load-module module-native-protocol-unix auth-anonymous=1 socket=/tmp/pulse-socket
|
| /OK3568_Linux_fs/buildroot/package/leveldb/ |
| H A D | 0003-CMakeLists.txt-check-for-atomic-library.patch | 11 …nux-uclibc/bin/ld: libleveldb.a(env_posix.cc.o): in function `leveldb::(anonymous namespace)::Limi…
|
| /OK3568_Linux_fs/buildroot/package/assimp/ |
| H A D | 0001-Fix-FBXConverter-use-proper-64-bit-constant.patch | 33 // XXX vc9's debugger won't step into anonymous namespaces
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/apr/apr/ |
| H A D | 0001-configure-Remove-runtime-test-for-mmap-that-can-map-.patch | 56 # Now we determine which one is our anonymous shmem preference.
|
| /OK3568_Linux_fs/debian/overlay/etc/pulse/ |
| H A D | default.pa | 74 load-module module-native-protocol-unix auth-anonymous=1 socket=/tmp/pulse-socket
|