Searched refs:lid (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/osfmk/vm/ |
| H A D | vm_page_internal.h | 820 extern void vm_page_reactivate_local(uint32_t lid, boolean_t force, boolean_t nolocks);
|
| H A D | vm_fault.c | 3332 uint32_t lid; in vm_fault_enqueue_page() local 3353 lid = cpu_number(); in vm_fault_enqueue_page() 3355 lq = zpercpu_get_cpu(vm_page_local_q, lid); in vm_fault_enqueue_page() 3362 m->vmp_local_id = (uint16_t)lid; in vm_fault_enqueue_page() 3390 vm_page_reactivate_local(lid, FALSE, FALSE); in vm_fault_enqueue_page()
|
| H A D | vm_resident.c | 6800 vm_page_reactivate_local(uint32_t lid, boolean_t force, boolean_t nolocks) in vm_page_reactivate_local() argument 6812 lq = zpercpu_get_cpu(vm_page_local_q, lid); in vm_page_reactivate_local() 6837 if (m->vmp_local_id != lid) { in vm_page_reactivate_local() 9114 zpercpu_foreach_cpu(lid) { in hibernate_flush_dirty_pages() 9115 vm_page_reactivate_local(lid, TRUE, FALSE); in hibernate_flush_dirty_pages() 9570 zpercpu_foreach_cpu(lid) { in hibernate_page_list_setall() 9571 vm_page_reactivate_local(lid, TRUE, !preflight); in hibernate_page_list_setall()
|