Searched refs:internal (Results 1 - 25 of 29) sorted by relevance

12

/xnu-2422.115.4/osfmk/profiling/
H A Dprofile-mk.h35 #include <profiling/profile-internal.h>
H A DMakefile25 profile-internal.h profile-mk.h profile-kgmon.c
H A Dprofile-kgmon.c73 #include <profiling/profile-internal.h>
/xnu-2422.115.4/osfmk/vm/
H A Dvm_compressor_pager.h63 (object)->internal && \
74 (object)->internal && \
H A Dvm_user.c2010 * internal objects because the default pager can't
2064 user_entry->internal = TRUE;
2073 /* user_object pager and internal fields are not used */
2114 user_entry->internal = FALSE;
2185 user_entry->internal = FALSE;
2431 if (object->internal) {
2605 parent_entry->internal == object->internal &&
2641 user_entry->internal = object->internal;
2895 mach_memory_object_memory_entry_64( host_t host, boolean_t internal, vm_object_offset_t size, vm_prot_t permission, memory_object_t pager, ipc_port_t *entry_handle) argument
2931 mach_memory_object_memory_entry( host_t host, boolean_t internal, vm_size_t size, vm_prot_t permission, memory_object_t pager, ipc_port_t *entry_handle) argument
[all...]
H A Dvm_page.h814 if (mem->object->internal) { \
850 if (mem->object->internal) { \
898 if (mem->object->internal) { \
913 if (mem->object->internal) { \
H A Dpmap.h310 * Sundry required (internal) routines
395 if (__page->object->internal) { \
422 if (__page->object->internal) { \
584 #define PMAP_OPTIONS_INTERNAL 0x8 /* page from internal object */
H A Dvm_shared_region.c162 static void post_sys_powersource_internal(int i, int internal);
784 assert(!mem_entry->internal);
1572 if (object->internal == TRUE) {
1781 mem_entry->internal = TRUE;
2102 * 1 if it is internal power source ie battery
2119 post_sys_powersource_internal(int i, int internal) argument
2121 if (internal == 0)
H A Dvm_object.c151 * "internal". The "pager_created" field is provided to
177 /* Forward declarations for internal functions. */
590 vm_object_template.internal = TRUE;
1627 if ( !object->internal && (object->objq.next || object->objq.prev))
1741 if (object->internal && (object->objq.next || object->objq.prev)) {
2440 if (object->internal &&
2570 if ((kill_page) && (object->internal)) {
2647 if ((kill_page) && (object->internal)) {
2781 object->internal &&
2923 * be temporary/internal
4185 vm_object_enter( memory_object_t pager, vm_object_size_t size, boolean_t internal, boolean_t init, boolean_t named) argument
[all...]
H A Dvm_resident.c1030 * vm_page_insert: [ internal use only ]
1091 assert(!object->internal || offset < object->vo_size);
1150 if (object->internal) {
1291 * vm_page_remove: [ internal use only ]
1368 if (mem->object->internal) {
1375 if (!mem->object->internal && (mem->object->objq.next || mem->object->objq.prev)) {
1594 if (mem->object->internal && !new_object->internal) {
1597 if (!mem->object->internal && new_object->internal) {
[all...]
H A Dvm_pageout.c275 * Forward declarations for internal routines.
793 * manipulated to use the "internal memory" data type.
862 if (object->internal == TRUE) {
912 if (m->object->internal == TRUE)
2251 if (object->internal) {
2448 if ( !object->internal && object->pager != MEMORY_OBJECT_NULL &&
2511 if (object->internal) {
2520 object->internal && m->dirty &&
2535 if (object->internal == FALSE) {
2566 if (m->object->internal) {
[all...]
H A Dvm_debug.c238 cobject->internal;
452 cobject->internal;
H A Dvm_object.h134 vm_object_size_t vou_size; /* Object size (only valid if internal) */
199 * all internal objects (backed
208 /* boolean_t */ internal:1, /* Created by the kernel (and member in struct:vm_object
255 /* boolean_t */ named:1, /* An enforces an internal
686 boolean_t internal,
H A Dbsd_vm.c382 assert(!object->internal);
1293 } else if (object->internal) {
1372 if (object && !object->internal && object->pager_ready && !object->terminating &&
H A Dvm_fault.c148 /* Forward declarations of internal routines. */
848 * by the VM subsystem for internal objects to indicate which pages of
862 * permanent objects. Note also that if the pager for an internal object
1477 if (!object->internal && !object->phys_contiguous && object->paging_in_progress > vm_object_pagein_throttle) {
1516 if ((COMPRESSED_PAGER_IS_ACTIVE || DEFAULT_FREEZER_COMPRESSED_PAGER_IS_ACTIVE) && object->internal) {
2233 } else if (copy_object->internal &&
2236 * For internal objects check with the pager to see
2386 if (!m->object->internal || (DEFAULT_PAGER_IS_ACTIVE || DEFAULT_FREEZER_IS_ACTIVE))
2392 if (m->object->internal) {
2526 if (m->object->internal) {
[all...]
/xnu-2422.115.4/tools/tests/memorystatus/
H A DMakefile24 SDKROOT:=$(shell xcodebuild -sdk macosx.internal -version Path)
26 SDKROOT:=$(shell xcodebuild -sdk iphoneos.internal -version Path)
/xnu-2422.115.4/tools/tests/unit_tests/
H A Dbuild_tests.sh74 T_ios=`/usr/bin/xcodebuild -sdk iphoneos.internal -version Path`
75 T_ios_name=iphoneos.internal
H A DMakefile17 # 64-bit: $make SDKROOT=iphoneos.internal <targetname>
18 # 32-bit: $make SDKROOT=iphoneos.internal ARCH_CONFIGS="armv7" <targetname>
29 # optionally you can pass SDKROOT=iphoneos|iphoneos.internal|macosx|macosx.internal and verify
94 XCODEBUILD=xcodebuild -sdk iphoneos.internal $(ARCH_CONFIGS)
/xnu-2422.115.4/osfmk/mach/
H A Dmach_host.defs126 internal :boolean_t;
222 internal :boolean_t;
H A Dtask_info.h60 * will translate its internal data structures to these structures
312 mach_vm_size_t internal; member in struct:task_vm_info
H A Dvm_statistics.h242 integer_t internal; member in struct:pmap_statistics
443 /* libdispatch internal allocator */
/xnu-2422.115.4/osfmk/i386/
H A Dpmap_x86_common.c686 assert(pmap->stats.internal > 0);
687 OSAddAtomic(-1, &pmap->stats.internal);
827 OSAddAtomic(+1, &pmap->stats.internal);
828 PMAP_STATS_PEAK(pmap->stats.internal);
1105 assert(pmap->stats.internal >= num_internal);
1107 OSAddAtomic(-num_internal, &pmap->stats.internal);
1404 assert(pmap->stats.internal > 0);
1405 OSAddAtomic(-1, &pmap->stats.internal);
1848 /* one less "internal" */
1862 /* one more "internal" */
[all...]
/xnu-2422.115.4/makedefs/
H A DMakeInc.cmd39 # SDKROOT may be passed as a shorthand like "iphoneos.internal". We
69 export HOST_SPARSE_SDKROOT := $(shell $(XCRUN) -sdk iphonehost.internal -show-sdk-path)
/xnu-2422.115.4/osfmk/default_pager/
H A Ddp_memory_object.c328 boolean_t internal)
343 if (internal) {
648 vs_unlock(vs); /* bump internal count of seqno */
/xnu-2422.115.4/tools/lldbmacros/
H A Dmemory.py870 vmstats.internal = 0
879 print hdr_format.format('pid', 'command', '#ents', 'wired', 'vsize', 'rsize', 'NEW RSIZE', 'max rsize', 'internal', 'external', 'reusable', 'compressed', 'compressed', 'compressed', '')
881 entry_format = "{p.p_pid: >10d} {p.p_comm: <20s} {m.hdr.nentries: >6d} {s.wired_count: >10d} {vsize: >10d} {s.resident_count: >10d} {s.new_resident_count: >10d} {s.resident_max: >10d} {s.internal: >10d} {s.external: >10d} {s.reusable: >10d} {s.compressed: >10d} {s.compressed_peak: >10d} {s.compressed_lifetime: >10d} {s.error}"
890 vmstats.internal = unsigned(vmmap.pmap.stats.internal);
896 vmstats.new_resident_count = vmstats.internal + vmstats.external
898 if vmstats.internal < 0:

Completed in 231 milliseconds

12