Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/vm/
H A Dvnode_pager.c426 if (upl_page_present(pl, --pg_index)) { in vnode_pageout()
489 if (!upl_page_present(pl, pg_index)) { in vnode_pageout()
711 if (upl_page_present(pl, last_pg)) { in vnode_pagein()
732 if (upl_page_present(pl, last_pg)) { in vnode_pagein()
772 if (!upl_page_present(pl, last_pg)) { in vnode_pagein()
788 … if ((!ignore_valid_page_check && upl_valid_page(pl, last_pg)) || !upl_page_present(pl, last_pg)) { in vnode_pagein()
/xnu-11417.140.69/osfmk/mach/
H A Dmemory_object_types.h806 extern boolean_t upl_page_present(upl_page_info_t *upl, int index);
/xnu-11417.140.69/osfmk/vm/
H A Dvm_swapfile_pager.c353 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in swapfile_pager_data_request()
H A Dvm_apple_protect.c416 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in apple_protect_pager_data_request()
H A Dvm_shared_region_pager.c592 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in shared_region_pager_data_request()
H A Dvm_dyld_pager.c944 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in dyld_pager_data_request()
H A Dvm_tests.c1066 assert(upl_page_present(pl, 0)); in vm_test_per_mapping_internal_accounting()
H A Dvm_pageout.c9716 upl_page_present(upl_page_info_t *upl, int index) function
/xnu-11417.140.69/bsd/vfs/
H A Dvfs_cluster.c5553 if (!upl_page_present(pl, i)) { in cluster_read_direct()
6192 if (upl_page_present(pl, last_pg)) { in advisory_read_ext()
6211 if (upl_page_present(pl, start_pg)) { in advisory_read_ext()
6223 if (!upl_page_present(pl, last_pg)) { in advisory_read_ext()
6790 if (upl_page_present(pl, last_pg)) { in cluster_push_now()
6813 if (upl_page_present(pl, start_pg)) { in cluster_push_now()