Searched refs:is_shared (Results 1 - 7 of 7) sorted by last modified time

/macosx-10.10.1/xnu-2782.1.97/osfmk/vm/
H A Dvm_pageout.c5645 ((entry->is_shared || map->mapped_in_other_pmaps)
H A Dvm_map.c315 (NEW)->is_shared = FALSE; \
1337 new_entry->is_shared = FALSE;
2068 (!entry->is_shared) &&
6721 entry->is_shared = FALSE;
7624 if ((!entry->is_shared &&
8893 (!was_wired && !map_share && !tmp_entry->is_shared)) &&
8919 (src_entry->is_shared ?
8971 (tmp_entry->is_shared || map_share)) {
9511 !old_entry->is_shared &&
9664 old_entry->is_shared
12401 vm_map_entry_insert( vm_map_t map, vm_map_entry_t insp_entry, vm_map_offset_t start, vm_map_offset_t end, vm_object_t object, vm_object_offset_t offset, boolean_t needs_copy, boolean_t is_shared, boolean_t in_transition, vm_prot_t cur_protection, vm_prot_t max_protection, vm_behavior_t behavior, vm_inherit_t inheritance, unsigned wired_count, boolean_t no_cache, boolean_t permanent, unsigned int superpage_size, boolean_t clear_map_aligned, boolean_t is_submap) argument
[all...]
H A Dvm_map.h220 /* boolean_t */ is_shared:1, /* region is shared */ member in struct:vm_map_entry
563 boolean_t is_shared,
H A Dvm_user.c2508 ((map_entry->is_shared
H A Dbsd_vm.c1203 if (entry->is_shared)
1304 if (entry->is_shared)
/macosx-10.10.1/BootCache-109/
H A Dkext.c1667 int is_shared = 0, is_swap = 0; local
1711 is_shared = vnode_isdyldsharedcache(vp);
2180 if (is_shared) {
2197 BC_add_history(blkno, nbytes, pid, 1, 0, 0, is_shared, dev);
2285 is_root_disk = BC_add_history(blkno, nbytes, pid, 0, ((bufflags & B_READ) ? 0 : 1), 0, is_shared, dev);
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dclient.c252 isc_boolean_t is_shared, dns_dispatch_t **dispp)
281 maxbuffers = is_shared ? 1000 : 8;
283 buckets = is_shared ? 16411 : 3;
284 increment = is_shared ? 16433 : 5;
250 getudpdispatch(int family, dns_dispatchmgr_t *dispatchmgr, isc_socketmgr_t *socketmgr, isc_taskmgr_t *taskmgr, isc_boolean_t is_shared, dns_dispatch_t **dispp) argument

Completed in 207 milliseconds