Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/vm/
H A Dvm_reclaim.c803 user_addr_t busy_ptr = get_busy_ptr(metadata); local
805 result = copyin_atomic64(busy_ptr, busy);
809 "Unable to copy busy ptr from 0x%llx: err=%d\n", busy_ptr, result);
863 user_addr_t busy_ptr = get_busy_ptr(metadata); local
865 result = copyout_atomic64(value, busy_ptr);
870 "Unable to copy %llu to busy ptr at 0x%llx: err=%d\n", value, busy_ptr, result);