Home
last modified time | relevance | path

Searched refs:allocation_name (Results 1 – 7 of 7) sorted by relevance

/xnu-11417.121.6/osfmk/kern/
H A Dthread_kernel_state.h35 kern_allocation_name_t allocation_name; member
44 thread_get_kernel_state((thread))->allocation_name = NULL;
H A Dthread.c3950 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()
/xnu-11417.121.6/osfmk/i386/
H A Dbsd_i386.c372 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()
H A Dtrap.c223 prior __assert_only = thread_get_kernel_state(thr_act)->allocation_name; in thread_syscall_return()
/xnu-11417.121.6/osfmk/arm64/
H A Dbsd_arm64.c298 prior __assert_only = thread_get_kernel_state(current_thread())->allocation_name; in mach_syscall()
H A Dsleh.c2637 prior __assert_only = thread_get_kernel_state(thread)->allocation_name; in thread_syscall_return()
/xnu-11417.121.6/osfmk/vm/
H A Dvm_resident.c9801 if ((name = thread_get_kernel_state(cthread)->allocation_name)) { in vm_tag_bt()