Searched refs:btref_get (Results 1 – 12 of 12) sorted by relevance
| /xnu-8020.121.3/osfmk/kern/ |
| H A D | btlog.h | 110 extern btref_t btref_get(
|
| H A D | btlog.c | 892 btref_get(void *fp, btref_get_flags_t flags) in btref_get() function
|
| H A D | zalloc.c | 3712 ref = btref_get(fp, (flags & Z_NOWAIT) ? BTREF_GET_NOWAIT : 0); in zalloc_log() 3733 btref_get(fp, BTREF_GET_NOWAIT)); in zfree_log()
|
| /xnu-8020.121.3/osfmk/vm/ |
| H A D | vm_map_store.c | 142 entry->vme_insertion_bt = btref_get(__builtin_frame_address(0), in _vm_map_store_entry_link()
|
| H A D | vm_user.c | 3274 btref_get(__builtin_frame_address(0), 0)); in mach_make_memory_entry_internal() 3388 user_entry->named_entry_bt = btref_get(__builtin_frame_address(0), 0); in mach_memory_entry_allocate()
|
| H A D | vm_pageout.c | 6884 btref_get(__builtin_frame_address(0), 0)); in vm_map_create_upl() 9214 btref_get(__builtin_frame_address(0), 0)); in vm_object_iopl_request()
|
| H A D | vm_object.c | 497 btref_get(__builtin_frame_address(0), 0)); in _vm_object_allocate()
|
| H A D | vm_resident.c | 2042 btref_get(__builtin_frame_address(0), 0)); in vm_page_insert_internal()
|
| H A D | vm_map.c | 1656 entry->vme_creation_bt = btref_get(__builtin_frame_address(0), in _vm_map_entry_create()
|
| /xnu-8020.121.3/libkern/os/ |
| H A D | refcnt.c | 116 btref_get(__builtin_frame_address(0), BTREF_GET_NOWAIT)); in ref_log_op()
|
| /xnu-8020.121.3/osfmk/ipc/ |
| H A D | ipc_port.c | 3388 port->ip_made_bt = btref_get(fp, 0); in ipc_port_init_debug()
|
| /xnu-8020.121.3/bsd/kern/ |
| H A D | kern_proc.c | 531 btref_get(__builtin_frame_address(0), BTREF_GET_NOWAIT); in record_procref()
|