Home
last modified time | relevance | path

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

/xnu-11417.121.6/libsyscall/mach/
H A Dvm_reclaim.c217 mach_vm_reclaim_id_t requested_id = *id; in mach_vm_reclaim_try_enter() local
220 if (requested_id == VM_RECLAIM_ID_NULL) { in mach_vm_reclaim_try_enter()
240 if (requested_id < head) { in mach_vm_reclaim_try_enter()
251 requested_id < original_tail, original_tail); in mach_vm_reclaim_try_enter()
253 os_atomic_store_wide(&indices->tail, requested_id, relaxed); in mach_vm_reclaim_try_enter()
256 if (requested_id < busy) { in mach_vm_reclaim_try_enter()
262 mach_vm_reclaim_entry_t entry = &entries[requested_id % buffer_len]; in mach_vm_reclaim_try_enter()
273 *id = requested_id; in mach_vm_reclaim_try_enter()