Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_page_internal.h820 extern void vm_page_reactivate_local(uint32_t lid, boolean_t force, boolean_t nolocks);
H A Dvm_fault.c3333 uint32_t lid; in vm_fault_enqueue_page() local
3354 lid = cpu_number(); in vm_fault_enqueue_page()
3356 lq = zpercpu_get_cpu(vm_page_local_q, lid); in vm_fault_enqueue_page()
3363 m->vmp_local_id = (uint16_t)lid; in vm_fault_enqueue_page()
3391 vm_page_reactivate_local(lid, FALSE, FALSE); in vm_fault_enqueue_page()
H A Dvm_resident.c6801 vm_page_reactivate_local(uint32_t lid, boolean_t force, boolean_t nolocks) in vm_page_reactivate_local() argument
6813 lq = zpercpu_get_cpu(vm_page_local_q, lid); in vm_page_reactivate_local()
6838 if (m->vmp_local_id != lid) { in vm_page_reactivate_local()
9115 zpercpu_foreach_cpu(lid) { in hibernate_flush_dirty_pages()
9116 vm_page_reactivate_local(lid, TRUE, FALSE); in hibernate_flush_dirty_pages()
9571 zpercpu_foreach_cpu(lid) { in hibernate_page_list_setall()
9572 vm_page_reactivate_local(lid, TRUE, !preflight); in hibernate_page_list_setall()