Searched refs:zone_t (Results 26 - 50 of 53) sorted by relevance

123

/xnu-2422.115.4/bsd/kern/
H A Dkern_malloc.c496 extern zone_t kalloc_zone(vm_size_t); /* XXX */
H A Dkern_event.c249 static zone_t knote_zone;
/xnu-2422.115.4/bsd/security/audit/
H A Daudit.c178 static zone_t audit_record_zone;
H A Daudit_arg.c87 extern zone_t audit_mac_label_zone;
/xnu-2422.115.4/osfmk/default_pager/
H A Ddefault_pager_internal.h676 extern zone_t vstruct_zone;
H A Ddp_backing_store.c1327 zone_t vstruct_zone;
/xnu-2422.115.4/osfmk/i386/
H A Dfpu.c85 zone_t ifps_zone; /* zone for FPU save area */
H A Dpcb.c132 zone_t iss_zone; /* zone for saved_state area */
133 zone_t ids_zone; /* zone for debug_state area */
H A Dpmap_internal.h267 extern zone_t pv_hashed_list_zone; /* zone of pv_hashed_entry
H A Dlocks_i386.c1682 extern zone_t lck_mtx_zone;
/xnu-2422.115.4/osfmk/ipc/
H A Dipc_object.c99 zone_t ipc_object_zones[IOT_NUMBER];
/xnu-2422.115.4/osfmk/kern/
H A Dsync_sema.c66 zone_t semaphore_zone;
H A Dthread_call.c56 static zone_t thread_call_zone;
H A Dtask.c159 zone_t task_zone;
/xnu-2422.115.4/osfmk/vm/
H A Dvm_compressor_pager.c172 zone_t compressor_pager_zone;
H A Dbsd_vm.c155 zone_t vnode_pager_zone;
H A Dmemory_object.c1998 static zone_t mem_obj_control_zone;
H A Dvm_map.c429 static zone_t vm_map_zone; /* zone for vm_map structures */
430 static zone_t vm_map_entry_zone; /* zone for vm_map_entry structures */
431 static zone_t vm_map_entry_reserved_zone; /* zone with reserve for non-blocking
433 static zone_t vm_map_copy_zone; /* zone for vm_map_copy structures */
791 zone_t zone;
845 register zone_t zone;
7799 zone_t old_zone;
H A Dvm_compressor.c166 zone_t compressor_segment_zone;
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_bio.c145 static zone_t buf_hdr_zone;
2021 zone_t mz_zone;
2056 static __inline__ zone_t
2420 zone_t z;
3262 zone_t zprev, z;
H A Dvfs_fsevents.c133 static zone_t event_zone;
/xnu-2422.115.4/osfmk/pmc/
H A Dpmc.c176 static zone_t perf_small_zone = NULL;
181 static zone_t perf_big_zone = NULL;
/xnu-2422.115.4/osfmk/x86_64/
H A Dpmap.c185 zone_t pv_hashed_list_zone; /* zone of pv_hashed_entry structures */
/xnu-2422.115.4/security/
H A Dmac_base.c256 extern zone_t mac_audit_data_zone;
/xnu-2422.115.4/bsd/net/
H A Dif_bridge.c398 static zone_t bridge_rtnode_pool = NULL;

Completed in 167 milliseconds

123