Home
last modified time | relevance | path

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

/xnu-12377.61.12/doc/vm/
H A Dpageout_scan.md46 - How might a bias towards paging anonymous memory affect jetsam? Too many
50 pageout algorithm? A bias towards anonymous pages may result in quicker
119 - `FCS_IDLE`: There are plenty of file-backed pages, bias the loop towards reclaiming these
134 3. Look for a background page. On Intel systems, we heavily bias towards
/xnu-12377.61.12/osfmk/i386/
H A Dlocks_i386.c1897 uint64_t spin_start, start_time, cur_time, avg_hold_time, bias, delta; in lck_mtx_lock_spinwait_x86() local
1945 bias = (os_hash_kernel_pointer(mutex) + cpu_number()) % real_ncpus; in lck_mtx_lock_spinwait_x86()
2094 sliding_deadline = cur_time + ((delta * bias) / real_ncpus); in lck_mtx_lock_spinwait_x86()
/xnu-12377.61.12/osfmk/vm/
H A Dvm_dyld_pager.c492 uint32_t bias = (0x04000000 + segInfo->max_valid_pointer) / 2; in fixupPageChain32() local
493 *chain = target - bias; in fixupPageChain32()