Home
last modified time | relevance | path

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

/xnu-11215.1.10/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()
700 if (upl_page_present(pl, last_pg)) { in vnode_pagein()
721 if (upl_page_present(pl, last_pg)) { in vnode_pagein()
761 if (!upl_page_present(pl, last_pg)) { in vnode_pagein()
777 … if ((!ignore_valid_page_check && upl_valid_page(pl, last_pg)) || !upl_page_present(pl, last_pg)) { in vnode_pagein()
/xnu-11215.1.10/osfmk/mach/
H A Dmemory_object_types.h801 extern boolean_t upl_page_present(upl_page_info_t *upl, int index);
/xnu-11215.1.10/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.c415 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in apple_protect_pager_data_request()
H A Dvm_shared_region_pager.c585 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in shared_region_pager_data_request()
H A Dvm_dyld_pager.c868 if (!upl_page_present(upl_pl, (int)(cur_offset / PAGE_SIZE))) { in dyld_pager_data_request()
H A Dvm_tests.c1054 assert(upl_page_present(pl, 0)); in vm_test_per_mapping_internal_accounting()
H A Dvm_pageout.c9755 upl_page_present(upl_page_info_t *upl, int index) function
/xnu-11215.1.10/bsd/vfs/
H A Dvfs_cluster.c5470 if (!upl_page_present(pl, i)) { in cluster_read_direct()
6109 if (upl_page_present(pl, last_pg)) { in advisory_read_ext()
6128 if (upl_page_present(pl, start_pg)) { in advisory_read_ext()
6140 if (!upl_page_present(pl, last_pg)) { in advisory_read_ext()
6707 if (upl_page_present(pl, last_pg)) { in cluster_push_now()
6730 if (upl_page_present(pl, start_pg)) { in cluster_push_now()