Home
last modified time | relevance | path

Searched refs:btref_put (Results 1 – 10 of 10) sorted by relevance

/xnu-10002.41.9/san/memory/
H A Dkasan-classic.c488 btref_put(h->alloc_btref); in kasan_zmem_remove()
489 btref_put(h->free_btref); in kasan_zmem_remove()
513 btref_put(h->free_btref); in kasan_alloc()
514 btref_put(h->alloc_btref); in kasan_alloc()
/xnu-10002.41.9/osfmk/kern/
H A Dbtlog.h129 extern void btref_put(
H A Dbtlog.c928 btref_put(btref_t btref) in btref_put() function
1126 btref_put(__bt_ref(btll->btll_entries[i].btle_where)); in __btlog_log_destroy()
1160 btref_put(old); in __btlog_log_record()
1183 btref_put(__bt_ref(btlh->btlh_entries[i].bthe_where)); in __btlog_hash_destroy()
1305 btref_put(old); in __btlog_hash_record()
1723 btref_put(__bt_ref(btr.btr_where)); in btlog_get_records()
/xnu-10002.41.9/osfmk/vm/
H A Dvm_map_store.c132 btref_put(entry->vme_insertion_bt); in _vm_map_store_entry_link()
H A Dvm_map.h415 btref_put(entry->vme_tag_btref); in VME_OBJECT_SET()
501 btref_put(entry->vme_tag_btref); in vme_btref_consider_and_put()
H A Dvm_map.c498 btref_put(new->vme_creation_bt); in vm_map_entry_copy_full()
502 btref_put(new->vme_insertion_bt); in vm_map_entry_copy_full()
508 btref_put(new->vme_tag_btref); in vm_map_entry_copy_full()
1686 btref_put(entry->vme_tag_btref); in vm_map_entry_dispose()
1690 btref_put(entry->vme_creation_bt); in vm_map_entry_dispose()
1693 btref_put(entry->vme_insertion_bt); in vm_map_entry_dispose()
H A Dvm_user.c4113 btref_put(named_entry->named_entry_bt); in mach_memory_entry_no_senders()
H A Dvm_pageout.c5600 btref_put(upl->upl_commit_records[i].c_btref); in upl_destroy()
5602 btref_put(upl->uple_create_btref); in upl_destroy()
/xnu-10002.41.9/bsd/kern/
H A Dkern_proc.c451 btref_put(upri->upri_proc_stacks[i]); in uthread_reset_proc_refcount()
482 btref_put(upri->upri_proc_stacks[i]); in uthread_destroy_proc_refcount()
/xnu-10002.41.9/osfmk/ipc/
H A Dipc_port.c3264 btref_put(port->ip_made_bt); in ipc_port_finalize()