Home
last modified time | relevance | path

Searched defs:free (Results 51 – 75 of 84) sorted by relevance

1234

/xnu-12377.61.12/libkern/c++/
H A DOSSymbol.cpp643 OSSymbol::free() in free() function in OSSymbol
H A DOSDictionary.cpp278 OSDictionary::free() in free() function in OSDictionary
H A DOSUnserialize.cpp206 #define free(addr) free_impl(addr) macro
/xnu-12377.61.12/iokit/Kernel/
H A DIOWorkLoop.cpp241 IOWorkLoop::free() in free() function in IOWorkLoop
H A DIOBufferMemoryDescriptor.cpp705 IOBufferMemoryDescriptor::free() in free() function in IOBufferMemoryDescriptor
H A DIOReporter.cpp243 IOReporter::free(void) in free() function in IOReporter
H A DIOStateReporter.cpp98 IOStateReporter::free(void) in free() function in IOStateReporter
H A DIOCatalogue.cpp207 IOCatalogue::free( void ) in free() function in IOCatalogue
H A DIOUserClient.cpp404 IOMachPort::free( void ) in free() function in IOMachPort
471 IOUserIterator::free() in free() function in IOUserIterator
888 IOUserNotification::free( void ) in free() function in IOUserNotification
997 IOServiceUserNotification::free( void ) in free() function in IOServiceUserNotification
1163 IOServiceMessageUserNotification::free( void ) in free() function in IOServiceMessageUserNotification
1943 IOUserClient::free() in free() function in IOUserClient
H A DIOMemoryDescriptor.cpp2374 IOGeneralMemoryDescriptor::free() in free() function in IOGeneralMemoryDescriptor
5758 IOMemoryMap::free() in free() function in IOMemoryMap
5950 IOMemoryDescriptor::free( void ) in free() function in IOMemoryDescriptor
6461 _IOMemoryDescriptorMixedData::free() in free() function in _IOMemoryDescriptorMixedData
H A DIORegistryEntry.cpp415 IORegistryEntry::free( void ) in free() function in IORegistryEntry
2469 IORegistryIterator::free( void ) in free() function in IORegistryIterator
H A DIOService.cpp840 IOService::free( void ) in free() function in IOService
1441 _IOOpenServiceIterator::free() in free() function in _IOOpenServiceIterator
2436 _IOServiceInterestNotifier::free() in free() function in _IOServiceInterestNotifier
7170 _IOServiceNotifier::free() in free() function in _IOServiceNotifier
7248 _IOServiceNullNotifier::free() in free() function in _IOServiceNullNotifier
H A DIODMACommand.cpp351 IODMACommand::free() in free() function in IODMACommand
H A DIOPlatformExpert.cpp2169 IOPlatformExpertDevice::free() in free() function in IOPlatformExpertDevice
/xnu-12377.61.12/iokit/System/
H A DIODataQueueDispatchSourceShared.h266 IODataQueueDispatchSource::free() in free() function
H A DOSUnserializeXMLSharedImplementation.h178 struct object *free; member
245 #define free(addr) free_impl(addr) macro
/xnu-12377.61.12/osfmk/kern/
H A Dsmr_hash.h789 #define smr_hash_serialized_clear(smrh, traits, free...) \ argument
1208 #define smr_shash_destroy(smrh, traits, free...) \ argument
/xnu-12377.61.12/bsd/net/
H A Dkpi_interface.h1189 ifnet_free_func free; /* optional */ member
1194 ifnet_free_func free; /* optional */ member
/xnu-12377.61.12/libkern/libkern/c++/
H A DOSUnserializeXMLSharedImplementation.h178 struct object *free; member
245 #define free(addr) free_impl(addr) macro
/xnu-12377.61.12/osfmk/vm/
H A Dvm_pageout.c240 #define VM_PAGE_FREE_TARGET(free) (15 + (free) / 100) argument
242 #define VM_PAGE_FREE_TARGET(free) (15 + (free) / 80) argument
254 #define VM_PAGE_FREE_MIN(free) (10 + (free) / 200) argument
256 #define VM_PAGE_FREE_MIN(free) (10 + (free) / 100) argument
H A Dvm_mteinfo.c848 uint32_t free = cell_free_page_count(cell); in mteinfo_free_queue_idx() local
/xnu-12377.61.12/iokit/Tests/
H A DTests.cpp2179 TestIOServiceHandle::free() in free() function in TestIOServiceHandle
/xnu-12377.61.12/osfmk/ipc/
H A Dipc_port.c461 ipc_port_request_index_t free, i; in ipc_port_request_grow() local
/xnu-12377.61.12/osfmk/tests/
H A Dkernel_tests.c2095 put_obj_cache(int obj_id, struct info_sleep_inheritor_test *info, bool free) in put_obj_cache()
/xnu-12377.61.12/bsd/nfs/gss/
H A Dgss_krb5_mech.c193 gss_krb5_key_free(krb5_key_t *krb_key, int free) in gss_krb5_key_free()

1234