Searched refs:first_active (Results 1 – 1 of 1) sorted by relevance
5812 vm_page_t first_active; in vm_page_reactivate_all_throttled() local5856 first_active = (vm_page_t) vm_page_queue_first(&vm_page_queue_active); in vm_page_reactivate_all_throttled()5860 first_active->vmp_pageq.prev = VM_PAGE_CONVERT_TO_QUEUE_ENTRY(last_throttled); in vm_page_reactivate_all_throttled()5864 last_throttled->vmp_pageq.next = VM_PAGE_CONVERT_TO_QUEUE_ENTRY(first_active); in vm_page_reactivate_all_throttled()5896 vm_page_t first_active; in vm_page_reactivate_local() local5948 first_active = (vm_page_t) vm_page_queue_first(&vm_page_queue_active); in vm_page_reactivate_local()5953 first_active->vmp_pageq.prev = VM_PAGE_CONVERT_TO_QUEUE_ENTRY(last_local); in vm_page_reactivate_local()5957 last_local->vmp_pageq.next = VM_PAGE_CONVERT_TO_QUEUE_ENTRY(first_active); in vm_page_reactivate_local()