Searched refs:head_ptr (Results 1 – 2 of 2) sorted by relevance
380 user_addr_t head_ptr = get_head_ptr(indices); in reclaim_copyin_head() local382 result = copyin_atomic64(head_ptr, head); in reclaim_copyin_head()386 "vm_reclaim: Unable to copy head ptr from 0x%llx: err=%d\n", head_ptr, result); in reclaim_copyin_head()452 user_addr_t head_ptr = get_head_ptr(indices); in reclaim_copyout_head() local454 result = copyout_atomic64(value, head_ptr); in reclaim_copyout_head()458 "vm_reclaim: Unable to copy %llu to head ptr at 0x%llx: err=%d\n", value, head_ptr, result); in reclaim_copyout_head()
1594 head_ptr = proc.p_children.lh_first