Searched refs:allocation_name (Results 1 – 7 of 7) sorted by relevance
35 kern_allocation_name_t allocation_name; member44 thread_get_kernel_state((thread))->allocation_name = NULL;
3950 ret = kstate->allocation_name; in thread_set_allocation_name()3952 if (!new_name || !kstate->allocation_name) { in thread_set_allocation_name()3953 kstate->allocation_name = new_name; in thread_set_allocation_name()
372 prior __assert_only = thread_get_kernel_state(current_thread())->allocation_name; in machdep_syscall()446 prior __assert_only = thread_get_kernel_state(current_thread())->allocation_name; in machdep_syscall64()603 prior __assert_only = thread_get_kernel_state(current_thread())->allocation_name; in mach_call_munger()720 prior __assert_only = thread_get_kernel_state(current_thread())->allocation_name; in mach_call_munger64()
223 prior __assert_only = thread_get_kernel_state(thr_act)->allocation_name; in thread_syscall_return()
298 prior __assert_only = thread_get_kernel_state(current_thread())->allocation_name; in mach_syscall()
2637 prior __assert_only = thread_get_kernel_state(thread)->allocation_name; in thread_syscall_return()
9801 if ((name = thread_get_kernel_state(cthread)->allocation_name)) { in vm_tag_bt()