Searched refs:deallocate (Results 1 - 13 of 13) sorted by relevance

/darwin-on-arm/xnu/osfmk/mach/
H A Dmessage.h248 boolean_t deallocate: 8; member in struct:__anon1242
257 boolean_t deallocate: 8; member in struct:__anon1243
270 boolean_t deallocate: 8; member in struct:__anon1244
286 boolean_t deallocate: 8; member in struct:__anon1245
295 boolean_t deallocate: 8; member in struct:__anon1246
308 boolean_t deallocate: 8; member in struct:__anon1247
H A Dvm32_map.defs96 routine deallocate(
/darwin-on-arm/xnu/iokit/IOKit/
H A DIORangeAllocator.h76 @param endOfRange If the free list is to contain an initial fragment, set endOfRange to the last offset in the range, ie. size - 1, to create a free fragment for the range zero to endOfRange inclusive. If zero is passed, the free list will be initialized empty, and can be populated with calls to the deallocate method.
90 @param endOfRange If the free list is to contain an initial fragment, set endOfRange to the last offset in the range, ie. size - 1, to create a free fragment for the range zero to endOfRange inclusive. If zero is passed the free list will be initialized empty, and can be populated with calls to the deallocate method.
160 /*! @function deallocate
167 virtual void deallocate( IORangeScalar start,
/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_fault.h143 boolean_t deallocate,
H A Dvm_fault.c2111 * check whether we'll have to deallocate
2172 * to deallocate the hard way.
4134 boolean_t deallocate,
4232 if (deallocate) {
4131 vm_fault_unwire( vm_map_t map, vm_map_entry_t entry, boolean_t deallocate, pmap_t pmap, vm_map_offset_t pmap_addr) argument
/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_kmsg.c447 dsc->deallocate ? "DEALLOC" : "");
461 dsc->deallocate ? "DEALLOC" : "");
1403 * We can't let ipc_kmsg_destroy deallocate
2072 dealloc = user_ool_dsc->deallocate;
2081 dealloc = user_ool_dsc->deallocate;
2090 dsc->deallocate = dealloc;
2182 boolean_t deallocate; local
2191 deallocate = user_ool_dsc->deallocate;
2202 deallocate
2818 boolean_t deallocate = source_dsc->deallocate; local
2838 boolean_t deallocate = source_dsc->deallocate; local
4059 boolean_t deallocate = source_dsc->deallocate; local
4077 boolean_t deallocate = source_dsc->deallocate; local
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIORangeAllocator.cpp89 deallocate( 0, endOfRange + 1 );
291 void IORangeAllocator::deallocate( IORangeScalar data, function in class:IORangeAllocator
/darwin-on-arm/xnu/osfmk/kern/
H A Dipc_mig.c703 boolean_t deallocate = TRUE; local
739 deallocate = FALSE;
746 if (deallocate)
801 * TRUE - port deallocate and reference dropped
/darwin-on-arm/xnu/libsyscall/mach/
H A Dmach_msg.c254 * First, it can deallocate all port rights and
309 if (dsc->deallocate) {
345 if (dsc->deallocate) {
/darwin-on-arm/xnu/tools/tests/libMicro/apple/
H A Dlb_mmtest.c266 complexmsg->descriptor.deallocate = FALSE;
/darwin-on-arm/xnu/bsd/kern/
H A Dsysv_shm.c286 int deallocate)
295 if (deallocate) {
285 shm_delete_mapping(__unused struct proc *p, struct shmmap_state *shmmap_s, int deallocate) argument
/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c563 ((ipc_complex_message *)req)->descriptor.deallocate = FALSE;
H A DKQMPMMtest.c616 ((ipc_complex_message *)req)->descriptor.deallocate = FALSE;

Completed in 163 milliseconds