Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/vm/
H A Dvm_resident.c8795 bool force_to_wired_list = false; /* Default to NOT forcing page into the wired page list */ in hibernate_page_list_setall() local
8797 force_to_wired_list = hibernate_sptm_should_force_page_to_wired_pagelist(m); in hibernate_page_list_setall()
8817 if (force_to_wired_list) { in hibernate_page_list_setall()
8829 if (!force_to_wired_list) { in hibernate_page_list_setall()
8874 bool force_to_wired_list = false; /* Default to NOT forcing page into the wired page list */ in hibernate_page_list_setall() local
8876 force_to_wired_list = hibernate_sptm_should_force_page_to_wired_pagelist(m); in hibernate_page_list_setall()
8896 if (force_to_wired_list) { in hibernate_page_list_setall()
8908 if (!force_to_wired_list) { in hibernate_page_list_setall()
8923 …bool force_to_wired_list = false; /* Default to NOT forcing page into the wired page list */ in hibernate_page_list_setall() local
8925 force_to_wired_list = hibernate_sptm_should_force_page_to_wired_pagelist(m); in hibernate_page_list_setall()
[all …]