Searched refs:get_current_unique_pid (Results 1 – 4 of 4) sorted by relevance
510 extern uint64_t get_current_unique_pid(void);
4000 extern uint64_t get_current_unique_pid(void);4113 …fo->user_tag << 16) | (caller_prot << 8) | type_of_fault, m->vmp_offset, get_current_unique_pid()); in vm_fault_complete()4115 KDBG_FILTERED(MACHDBG_CODE(DBG_MACH_WORKINGSET, VM_REAL_FAULT_FAST), get_current_unique_pid()); in vm_fault_complete()6423 …fault_type_for_tracing(need_copy_on_read, type_of_fault), m->vmp_offset, get_current_unique_pid()); in vm_fault_internal()6424 KDBG_FILTERED(MACHDBG_CODE(DBG_MACH_WORKINGSET, VM_REAL_FAULT_SLOW), get_current_unique_pid()); in vm_fault_internal()8138 uint64_t cupid = get_current_unique_pid(); in vm_record_rtfault()
2461 uint64_t effpid = get_current_unique_pid(); in proc_pidinfo()
258 get_current_unique_pid(void) in get_current_unique_pid() function