Home
last modified time | relevance | path

Searched refs:head_ptr (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/osfmk/vm/
H A Dvm_reclaim.c745 user_addr_t head_ptr = get_head_ptr(metadata); in reclaim_copyin_head() local
747 result = copyin_atomic64(head_ptr, head); in reclaim_copyin_head()
751 "Unable to copy head ptr from 0x%llx: err=%d\n", head_ptr, result); in reclaim_copyin_head()
853 user_addr_t head_ptr = get_head_ptr(metadata); in reclaim_copyout_head() local
855 result = copyout_atomic64(value, head_ptr); in reclaim_copyout_head()
860 "Unable to copy %llu to head ptr at 0x%llx: err=%d\n", value, head_ptr, result); in reclaim_copyout_head()
/xnu-12377.41.6/tools/lldbmacros/
H A Dprocess.py1857 head_ptr = proc.p_children.lh_first