Home
last modified time | relevance | path

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

/xnu-12377.61.12/libsyscall/mach/
H A Dvm_reclaim.c202 mach_vm_reclaim_id_t requested_id = *id; in mach_vm_reclaim_try_enter() local
205 if (requested_id == VM_RECLAIM_ID_NULL) { in mach_vm_reclaim_try_enter()
225 if (requested_id < head) { in mach_vm_reclaim_try_enter()
236 requested_id < original_tail, original_tail); in mach_vm_reclaim_try_enter()
238 os_atomic_store_wide(&ring->tail, requested_id, relaxed); in mach_vm_reclaim_try_enter()
241 if (requested_id < busy) { in mach_vm_reclaim_try_enter()
247 mach_vm_reclaim_entry_t entry = &entries[requested_id % buffer_len]; in mach_vm_reclaim_try_enter()
258 *id = requested_id; in mach_vm_reclaim_try_enter()