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;
3906 ret = kstate->allocation_name; in thread_set_allocation_name()3908 if (!new_name || !kstate->allocation_name) { in thread_set_allocation_name()3909 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()
221 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()
2291 prior __assert_only = thread_get_kernel_state(thread)->allocation_name; in thread_syscall_return()
9116 if ((name = thread_get_kernel_state(cthread)->allocation_name)) { in vm_tag_bt()