Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/vm/
H A Dvm_reclaim.c421 user_addr_t busy_ptr = get_busy_ptr(indices); in reclaim_copyin_busy() local
423 result = copyin_atomic64(busy_ptr, busy); in reclaim_copyin_busy()
427 "vm_reclaim: Unable to copy busy ptr from 0x%llx: err=%d\n", busy_ptr, result); in reclaim_copyin_busy()
439 user_addr_t busy_ptr = get_busy_ptr(indices); in reclaim_copyout_busy() local
441 result = copyout_atomic64(value, busy_ptr); in reclaim_copyout_busy()
445 "vm_reclaim: Unable to copy %llu to busy ptr at 0x%llx: err=%d\n", value, busy_ptr, result); in reclaim_copyout_busy()