Home
last modified time | relevance | path

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

/xnu-8796.101.5/osfmk/vm/
H A Dvm_page.h160 extern char vm_page_active_or_inactive_states[];
166 #define VM_PAGE_ACTIVE_OR_INACTIVE(m) (vm_page_active_or_inactive_states[m->vmp_q_state])
H A Dvm_resident.c139 char vm_page_active_or_inactive_states[VM_PAGE_Q_STATE_ARRAY_SIZE]; variable
1060 bzero(vm_page_active_or_inactive_states, sizeof(vm_page_active_or_inactive_states)); in vm_page_bootstrap()
1061 vm_page_active_or_inactive_states[VM_PAGE_ON_INACTIVE_INTERNAL_Q] = 1; in vm_page_bootstrap()
1062 vm_page_active_or_inactive_states[VM_PAGE_ON_INACTIVE_EXTERNAL_Q] = 1; in vm_page_bootstrap()
1063 vm_page_active_or_inactive_states[VM_PAGE_ON_INACTIVE_CLEANED_Q] = 1; in vm_page_bootstrap()
1064 vm_page_active_or_inactive_states[VM_PAGE_ON_ACTIVE_Q] = 1; in vm_page_bootstrap()
1066 vm_page_active_or_inactive_states[VM_PAGE_ON_SECLUDED_Q] = 1; in vm_page_bootstrap()